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

Add tool for convergence analysis #69

Open
schmoelder opened this issue Nov 15, 2023 · 1 comment
Open

Add tool for convergence analysis #69

schmoelder opened this issue Nov 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@schmoelder
Copy link
Contributor

schmoelder commented Nov 15, 2023

Finding adequate solver settings is not a trivial task. I.e. given some accuracy, which combination of the number of axial cells, absolute/relative tolerances etc. is optimal s.t. computation time is minimized.

As a (naive) first step, functionality should be added to automatically create regular convergence plots (along given dimensions). However this becomes infeasible if the number of hyper parameters increases (e.g. for DG).

For this purpose, we should add a tool that automates this task. The final workflow could look something like:

@schmoelder schmoelder added the enhancement New feature or request label Nov 15, 2023
@jbreue16
Copy link
Collaborator

jbreue16 commented Dec 3, 2024

Theres some code for convergence analysis in CADET-Verification, which I'd like to see cleaned up and outsourced to CADET-Process, see CADET-Verification/#4.
As stated in the issue, this would be a good task for and nice contribution from a student. This would also make a good basis to continue with the optimization issue as described above in the issue description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants