[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
1.6 … and what Gmsh is not so good at
Due to its historical background and limited developer manpower, Gmsh has also some (a lot of?) weaknesses:
- the BRep approach for describing geometries can become inconvenient for complex models;
- there is no support for Nurbs and only very limited support for trimmed surfaces in Gmsh's scripting language (however you can import STEP or IGES models with such features when Gmsh is built with OpenCascade support);
- Gmsh is not a multi-bloc generator: all meshes produced by Gmsh are conforming in the sense of finite element meshes;
- Gmsh was designed to solve academic “test cases”, not industrial-size problems. You may find that Gmsh is too slow for large problems (with thousands of geometric primitives, or millions of mesh/post-processing elements).
If you have the skills and some free time, feel free to join the project! We gladly accept any code contributions (see section Information for developers) to remedy the aforementioned (and all other) shortcomings...