Skip to content

Conversation

@Fujikawas
Copy link
Member

@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