I am trying to use sculpt via CLI to generate a hexahedral mesh of the human brain. I provide the command with the triangulated surface of the brain (STL) and a base grid (exodus) that I generated using the voxels of the original MRI image. My goal here is to match the (interior uniform grid) generated hexahedral brain mesh with the MRI image voxels.
I have provided the error ( error-terminal.txt (6.0 KB)
) I get after running the following command:
sculpt -j 8 -i input-file.i
Please let me know if I should provide any more information.
Welcome to the forum. Can you upload your diatom and .i files? It looks like there is something wrong in the input because by the time you get to the smoothing stage you get the message
Smoothing 0 hexes on 8 processors
That seems to indicate that there was not any mesh generated.