MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::RefinedGeometry Class Reference

#include <geom.hpp>

Collaboration diagram for mfem::RefinedGeometry:
[legend]

Public Member Functions

 RefinedGeometry (int NPts, int NRefG, int NRefE, int NBdrE=0)
 

Public Attributes

int Times
 
int ETimes
 
IntegrationRule RefPts
 
Array< int > RefGeoms
 
Array< int > RefEdges
 
int NumBdrEdges
 
int Type
 

Detailed Description

Definition at line 310 of file geom.hpp.

Constructor & Destructor Documentation

◆ RefinedGeometry()

mfem::RefinedGeometry::RefinedGeometry ( int  NPts,
int  NRefG,
int  NRefE,
int  NBdrE = 0 
)
inline

Definition at line 319 of file geom.hpp.

Member Data Documentation

◆ ETimes

int mfem::RefinedGeometry::ETimes

Definition at line 313 of file geom.hpp.

◆ NumBdrEdges

int mfem::RefinedGeometry::NumBdrEdges

Definition at line 316 of file geom.hpp.

◆ RefEdges

Array<int> mfem::RefinedGeometry::RefEdges

Definition at line 315 of file geom.hpp.

◆ RefGeoms

Array<int> mfem::RefinedGeometry::RefGeoms

Definition at line 315 of file geom.hpp.

◆ RefPts

IntegrationRule mfem::RefinedGeometry::RefPts

Definition at line 314 of file geom.hpp.

◆ Times

int mfem::RefinedGeometry::Times

Definition at line 313 of file geom.hpp.

◆ Type

int mfem::RefinedGeometry::Type

Definition at line 317 of file geom.hpp.


The documentation for this class was generated from the following file: