Hello all,
I have the following mesh. When I try to open it like this:
mesh Th1=gmshload("Plane_5.msh");
I get the following errror:
Assertion fail : (area > 0) line :303, in file ../seq/include/fem.hpp Assertion fail : (area > 0) line :303, in file ../seq/include/fem.hpp err code 6 , mpirank 0
This error happens only when the mesh is refined. Indeed, if I consider coarser elements, this problem does not occur.
Could someone help to understand what is the problem ?