This error usually means that there is a problem during mesh generation. One possibility is that the internal nodes of at least one element were not declared in the correct order. What software are you using to generate the mesh?
I cannot tell from your figure if there is anything pathological about your mesh. Can you provide your mesh file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I divide the right-top(the domain(3)) to six parts including a semi- semicircle like the figure . In the semi- semicircle ,I use radiation from the center of the circle like the picture . As you say that ,there may be a error in the center of the circle!
Your figure 5.png shows at the center of the circle some quad elements that degenerated into triangles (two of their nodes are co-located). Triangular elements are inadmissible in SEM2DPACK. You need to redesign your mesh.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
According to your figure mesh5.png, your new mesh contains some degenerate elements with zero-thickness near the free surface. Those are inadmissible.
I recommend you add a square domain at the center of the circle.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error usually means that there is a problem during mesh generation. One possibility is that the internal nodes of at least one element were not declared in the correct order. What software are you using to generate the mesh?
I cannot tell from your figure if there is anything pathological about your mesh. Can you provide your mesh file?
ok ,I send you my mesh file !I want to calculate a basin effect beside the fault .
Last edit: hanjianbin 2014-06-12
I use MESH2D . How should I correct the error ?
I divide the right-top(the domain(3)) to six parts including a semi- semicircle like the figure . In the semi- semicircle ,I use radiation from the center of the circle like the picture . As you say that ,there may be a error in the center of the circle!
Last edit: hanjianbin 2014-06-12
Your figure 5.png shows at the center of the circle some quad elements that degenerated into triangles (two of their nodes are co-located). Triangular elements are inadmissible in SEM2DPACK. You need to redesign your mesh.
Thank you ! But I use the below mesh, there is the same problem! I give a length at (0 0) . The dalunwen1 is the main mesh.
Last edit: hanjianbin 2014-06-20
According to your figure mesh5.png, your new mesh contains some degenerate elements with zero-thickness near the free surface. Those are inadmissible.
I recommend you add a square domain at the center of the circle.
ok . thank you !