manpagez: man pages & more
info gmsh
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.1 Main code structure

Gmsh's code is structured in several libraries, roughly separated between the three main core modules (Geo, Mesh, Post) and associated utility libraries (Common, Numeric) on one hand, and graphics (Graphics) and interface (Fltk, Box) libraries on the other.

The geometry and mesh modules are based on an object-oriented model class (Geo/GModel.h), built upon abstract geometrical entity classes (Geo/GVertex.h, Geo/Gedge.h, Geo/GFace.h and Geo/GRegion.h).


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.