MFEM  v4.3.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
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 ()
 
void InitGeom (Geometry::Type geom)
 

Public Attributes

int nv
 
int ne
 
int nf
 
int edges [12][2]
 
int faces [6][4]
 
int nfv [6]
 
bool initialized
 

Detailed Description

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

Definition at line 899 of file ncmesh.hpp.

Constructor & Destructor Documentation

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

Definition at line 907 of file ncmesh.hpp.

Member Function Documentation

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

Definition at line 27 of file ncmesh.cpp.

Member Data Documentation

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

Definition at line 902 of file ncmesh.hpp.

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

Definition at line 903 of file ncmesh.hpp.

bool mfem::NCMesh::GeomInfo::initialized

Definition at line 906 of file ncmesh.hpp.

int mfem::NCMesh::GeomInfo::ne

Definition at line 901 of file ncmesh.hpp.

int mfem::NCMesh::GeomInfo::nf

Definition at line 901 of file ncmesh.hpp.

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

Definition at line 904 of file ncmesh.hpp.

int mfem::NCMesh::GeomInfo::nv

Definition at line 901 of file ncmesh.hpp.


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