prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
218 stars 119 forks source link

Clarify that restarting from a checkpoint requires the same coarse mesh #145

Open stvdwtt opened 5 years ago

stvdwtt commented 5 years ago

We recently found out that the coarse mesh defined by the parameters.in file for a simulation restarting from a checkpoint needs to match that of the original simulation. Even a mesh that seems the same when refined, but has a different number of subdivisions won't work.

Example of what won't work (coarse mesh isn't the same): Original run -- 5 refine factor, 2 subdivisions Continuation -- 6 refine factor, 1 subdivision

Example of what will work (coarse mesh is the same): Original run -- 5 refine factor, 1 subdivisions Continuation -- 6 refine factor, 1 subdivision

There should be a note this this effect in the manual.

david-montiel-t commented 4 years ago

Adding a note in the manual. May need to elaborate.