GEOS
Classes | Namespaces | Functions
MeshGeneratorBase.hpp File Reference
#include "mesh/mpiCommunications/SpatialPartition.hpp"
#include "dataRepository/Group.hpp"
#include "dataRepository/WrapperBase.hpp"
#include "codingUtilities/Utilities.hpp"
#include "common/DataTypes.hpp"

Go to the source code of this file.

Classes

class  geos::MeshGeneratorBase
 The MeshGeneratorBase class provides an abstract base class implementation for different mesh types. The MeshGeneratorBase is the Group specialization for different type of mesh handling. More...
 
struct  geos::MeshGeneratorBase::viewKeyStruct
 Key for the checkEulerCharacteristic XML attribute. More...
 

Namespaces

 geos
 

Functions

integer geos::computeEulerCharacteristic (NodeManager const &nodeManager, EdgeManager const &edgeManager, FaceManager const &faceManager, ElementRegionManager const &elemManager)
 Compute the Euler-Poincaré characteristic χ = V − E + F − C for the bulk mesh. More...