Closed ktbolt closed 2 years ago
@ktbolt Are you using an older version of the code? The latest code uses the above format where users are allowed to remesh multiple meshes if needed. It seems to be working for others too. See this post
I have used remesher for ventricular blood flow simulations, however, the code for projecting data from old mesh to the new ones needs to be optimized. This was added during the early part of my postdoc when I was still learning the code.
@vvedula22 Looking at your reply to the post I now understand that the Remesher
command needs two Max edge size
commands because there are two domains defined for the equaition
. Thanks for straightening me out!
The solver input file
Remesher
command does not parse correctly. For examplefails with
ERROR: Near LINE 130 at <Remesher: Tetgen>, searched COMMAND <Max edge size> :: Command not found
.The problem is in the
READRMSH
subroutine where the code is trying parse theRemesher
command mesh name usingthis should be
@vvedula22 This is such a basic bug so I am wondering if the remeshing code has ever been tested? There are no tests in svFSI-Tests.