precice / micro-manager

A manager tool to facilitate two-scale coupling in multi-physics simulations using preCICE.
GNU Lesser General Public License v3.0
15 stars 10 forks source link

Output runtime for calculation of similarity #91

Open steffenger opened 6 months ago

steffenger commented 6 months ago

For really fast microsimulations (PDE-ODE), the calculation of similarity could be as costly as the runtime of the microsimulations itself (micro_sim_time). I think it makes sense to be able to compare the two variables as a user, since the calculation of similarity probably also depends on multiple factors.

I could also imagine a feature where the micro-manager decides by itself if adaptvitiy should be used or not by comparing runtime of microsimulations vs calculation of similarity.