Quad dominant or all Quad mesh in 2D (preserving grain boundaries) #98
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 21 replies
-
To use the subdivision algorithm All Quads, the checkbox Recombine all triangular meshes has to be activated also. Otherwise, it will only break all triangles into 4 quads. |
Beta Was this translation helpful? Give feedback.
-
How would it translate in terms of entries in the .geo file? For tri/tet meshing, Neper uses this:
|
Beta Was this translation helpful? Give feedback.
-
Quad Dominant:
All Quads: Something like this might work. |
Beta Was this translation helpful? Give feedback.
-
@MiguelVCarvalho - As of version 3.5.3-29, a mesh can be written under format msh version 4, using Here is an example:
This is only a start - it will be integrated to Neper more thoroughly. n2-quad.geo:
|
Beta Was this translation helpful? Give feedback.
-
Don't you start having convergence problems (at the global equilibrium procedure) when the plastic deformation (incompressible) becomes dominant? I have those problems for the tri6 and tet10. (sorry, I know that this is not the place for this type of discussion) |
Beta Was this translation helpful? Give feedback.
-
Hi Romain,
Both statements are correct.
paul
ps I've been keeping an eye on your massive re-write of FEpX. Wow! The new version is going to be quite an upgrade. I look forward to trying it out.
|
Beta Was this translation helpful? Give feedback.
@MiguelVCarvalho - As of version 3.5.3-29, a mesh can be written under format msh version 4, using
-format msh4
. The mesh file can then be processed externally (by Gmsh) to get a full-quad mesh.Here is an example:
This is only a start - it will be integrated to Neper more thoroughly.
n2-quad.geo: