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

User defined Picard convergence check #14642

Closed
zachmprince opened this issue Jan 27, 2020 · 0 comments · Fixed by #14647
Closed

User defined Picard convergence check #14642

zachmprince opened this issue Jan 27, 2020 · 0 comments · Fixed by #14647
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@zachmprince
Copy link
Contributor

Reason

Currently, Picard iteration convergence is defined by the residual L2 norm at the end of the time-step or a custom check defined in an application's executioner. It would be useful for a user to be able to define a convergence check straight from an input file.

Design

The design could be to add another convergence check in PicardSolve that checks the value of a postprocessor given as input.

Impact

This will allow users more flexibility in defining convergence of Picard iterations.

@zachmprince zachmprince added P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software. labels Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants