Comparison of the DistMesh, Gmsh, and Triangle Mesh Generators
Having implemented and fully integrated a uniform MATLAB mesh generation framework with FEATool Multiphysics, it is now both very easy and convenient to directly compare mesh generation codes and algorithms with each other. In the following post the DistMesh, Gmsh, and Triangle open source mesh generators are compared …
Triangle Mesh Generator GUI and CLI Integration with FEATool
FEATool-Triangle Mesh Generator Integration The fast and efficient 2D mesh and grid generator, Triangle, by J.R. Shewchuk’s is fully integrated with FEATool Multiphysics [1][2][3]. Both MATLAB command line interface (CLI) usage is supported with the gridgen function, as well as FEATool GUI usage by selecting the …
Calling the External Grid Generator Triangle from FEATool
Please Note that the gridgen_triangle function has been fully integrated with the both the FEATool GUI and CLI, and embedded in the gridgen function. See the FEATool-Triangle Mesh Generator Integration post for more details. FEATool Multiphysics supports calling external programs for grid generation, solvers, and …