|
Enmesh
|
A simple demo to load a 3D mesh from a MSH file, analyze it, and print out basic statistics about the mesh quality. It also exports the mesh to VTK format for visualization in tools like ParaView. More...
#include "mesh/mesh.h"#include "io/exportToVTK.h"#include "io/loadMsh.h"#include "mesh/mesh_analysis.h"Functions | |
| int | main () |
A simple demo to load a 3D mesh from a MSH file, analyze it, and print out basic statistics about the mesh quality. It also exports the mesh to VTK format for visualization in tools like ParaView.