MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::GeometryRefiner Class Reference

#include <geom.hpp>

Public Member Functions

 GeometryRefiner ()
 
void SetType (const int t)
 
RefinedGeometryRefine (int Geom, int Times, int ETimes=1)
 
const IntegrationRuleRefineInterior (int Geom, int Times)
 
 ~GeometryRefiner ()
 

Detailed Description

Definition at line 76 of file geom.hpp.

Constructor & Destructor Documentation

mfem::GeometryRefiner::GeometryRefiner ( )

Definition at line 270 of file geom.cpp.

mfem::GeometryRefiner::~GeometryRefiner ( )

Definition at line 280 of file geom.cpp.

Member Function Documentation

RefinedGeometry * mfem::GeometryRefiner::Refine ( int  Geom,
int  Times,
int  ETimes = 1 
)

Definition at line 289 of file geom.cpp.

const IntegrationRule * mfem::GeometryRefiner::RefineInterior ( int  Geom,
int  Times 
)

Definition at line 634 of file geom.cpp.

void mfem::GeometryRefiner::SetType ( const int  t)
inline

Definition at line 85 of file geom.hpp.


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