This issue has been added to the FEAScript roadmap for the upcoming 0.2.0 release (https://github.com/orgs/FEAScript/discussions/17). Currently, the GMSH reader only supports quadrilateral elements. We propose extending support to triangular elements, which are widely used in 2D finite element simulations due to their flexibility in meshing complex geometries. The relevant function is located in gmshReaderScript.js (https://github.com/FEAScript/FEAScript-core/blob/main/src/readers/gmshReaderScript.js).
Tasks
This issue has been added to the FEAScript roadmap for the upcoming 0.2.0 release (https://github.com/orgs/FEAScript/discussions/17). Currently, the GMSH reader only supports quadrilateral elements. We propose extending support to triangular elements, which are widely used in 2D finite element simulations due to their flexibility in meshing complex geometries. The relevant function is located in
gmshReaderScript.js(https://github.com/FEAScript/FEAScript-core/blob/main/src/readers/gmshReaderScript.js).Tasks