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

IterationInformation for stress state iterations #7

Open
KnutAM opened this issue Nov 5, 2023 · 0 comments
Open

IterationInformation for stress state iterations #7

KnutAM opened this issue Nov 5, 2023 · 0 comments

Comments

@KnutAM
Copy link
Owner

KnutAM commented Nov 5, 2023

With the new parameterization of the iteration stress states, it would be possible to parameterize the stress state with an iteration debug output, such that if the users set this option on, the stress state iterations are logged (potentially with different options). Care must be taken to inflict no run-time performance hit for standard cases, a simple interface could be update_iteration_log!(stress_state, iter, σ_mandel, σ_full) which would be a no-op for non-logging states, and at the end / at no convergence print_iteration_log(stress_state) could be called (and be a no-op for non-logging states)

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

1 participant