Error: IO Failure to open post.force file #9
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
FEPX supports only ten node tetrahedral elements, per the documentation. When meshing with neper, you cannot use hex elements (
Note as well that you have to be careful with partitioning to make sure your simulation runs efficiently. You should partition to the number of processors you plan on running the simulation on. Please remesh, and let us know if you still receive an error! Best, Matt |
Beta Was this translation helpful? Give feedback.
FEPX supports only ten node tetrahedral elements, per the documentation. When meshing with neper, you cannot use hex elements (
-elttype hex
), and you must specify the order of the elements to be 2, or quadratic (-order 2
). Look at the mesh generation shell scripts provided with the examples (generate_mesh.sh
) to view standard tessellation and meshing techniques. For example, the "1_uniaxial" example provided with the code: