MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::NCMesh::GeomInfo Struct Reference

This holds in one place the constants about the geometries we support. More...

#include <ncmesh.hpp>

Public Member Functions

 GeomInfo ()
 
 GeomInfo (Geometry::Type geom)
 
void InitGeom (Geometry::Type geom)
 

Public Attributes

int nv
 
int ne
 
int nf
 
int edges [MaxElemEdges][2]
 
int faces [MaxElemFaces][4]
 
int nfv [MaxElemFaces]
 
bool initialized
 

Detailed Description

This holds in one place the constants about the geometries we support.

Definition at line 1327 of file ncmesh.hpp.

Constructor & Destructor Documentation

◆ GeomInfo() [1/2]

mfem::NCMesh::GeomInfo::GeomInfo ( )
inline

Definition at line 1335 of file ncmesh.hpp.

◆ GeomInfo() [2/2]

mfem::NCMesh::GeomInfo::GeomInfo ( Geometry::Type geom)
inline

Definition at line 1336 of file ncmesh.hpp.

Member Function Documentation

◆ InitGeom()

void mfem::NCMesh::GeomInfo::InitGeom ( Geometry::Type geom)

Definition at line 57 of file ncmesh.cpp.

Member Data Documentation

◆ edges

int mfem::NCMesh::GeomInfo::edges[MaxElemEdges][2]

Definition at line 1330 of file ncmesh.hpp.

◆ faces

int mfem::NCMesh::GeomInfo::faces[MaxElemFaces][4]

Definition at line 1331 of file ncmesh.hpp.

◆ initialized

bool mfem::NCMesh::GeomInfo::initialized

Definition at line 1334 of file ncmesh.hpp.

◆ ne

int mfem::NCMesh::GeomInfo::ne

Definition at line 1329 of file ncmesh.hpp.

◆ nf

int mfem::NCMesh::GeomInfo::nf

Definition at line 1329 of file ncmesh.hpp.

◆ nfv

int mfem::NCMesh::GeomInfo::nfv[MaxElemFaces]

Definition at line 1332 of file ncmesh.hpp.

◆ nv

int mfem::NCMesh::GeomInfo::nv

Definition at line 1329 of file ncmesh.hpp.


The documentation for this struct was generated from the following files: