Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostProcessManager.export_to_vtk cannot handle time-dependent additional functions #401

Open
e-moral-sanchez opened this issue Apr 4, 2024 · 0 comments
Assignees

Comments

@e-moral-sanchez
Copy link
Contributor

The method export_to_vtk of the class PostProcessManager accepts the arguments additional_logical_functions and additional_physical_functions that can be used for instance to pass the exact solution and plot the error.

However, at the moment this feature can only be used with time-independent simulations (static fields).

In the case of a time-dependent simulation, it should be possible to pass the argument:
additional_physical_functions={'exact_solution': lambda ti: lambdify(Omega.coordinates, solution(ti), modules='numpy')}

@yguclu yguclu assigned yguclu and e-moral-sanchez and unassigned yguclu Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants