Minor ALE issues

Issue #4 new
Alexander Niewiarowski created an issue

(From Pull request #11)

  • The XDMF output assumes that the mesh does not move (to create smaller files by only outputting the mesh once per file). This configuration should be turned off when the mesh morpher is active (xdmf_file.parameters['rewrite_function_mesh'] should depend on the mesh_morpher status)

  • Some post processors (the PlaneProbe I believe, probably the iso surface finder in the level set code, maybe more) assume that the mesh does not change (for efficiency). This is probably OK, they are not vital parts of Ocellaris and not on by default, but maybe there should be an error if the mesh_morpher is active or something

Comments (0)

  1. Log in to comment