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 adaptive similarity condition #64

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

Fujikawas
Copy link

@Fujikawas Fujikawas commented Oct 11, 2023

Currently the similarity distances are computed as max(similarity_distances)*coarsening_constant or max(similarity_distances)coarsening_constantrefining_constant.
With this PR, the above used constants are computed based on the user input and current convergence status read from the convergence file. The idea is that when the coupling problem is still far away from convergence, we could have less active micro simulations(less accurate result) to save computation cost probably with increasing iteration number in each time window.

@IshaanDesai IshaanDesai added the new-feature Adding a new feature label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Adding a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt the similarity condition to the residual of the fixed-point problem
2 participants