MFEM v2.0
Public Member Functions | Private Attributes
GeometryRefiner Class Reference

#include <geom.hpp>

Collaboration diagram for GeometryRefiner:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

int type
RefinedGeometryRGeom [Geometry::NumGeom]
IntegrationRuleIntPts [Geometry::NumGeom]

Detailed Description

Definition at line 68 of file geom.hpp.


Constructor & Destructor Documentation

GeometryRefiner::GeometryRefiner ( )

Definition at line 264 of file geom.cpp.

References IntPts, Geometry::NumGeom, RGeom, and type.

GeometryRefiner::~GeometryRefiner ( )

Definition at line 274 of file geom.cpp.

References IntPts, Geometry::NumGeom, and RGeom.


Member Function Documentation

RefinedGeometry * GeometryRefiner::Refine ( int  Geom,
int  Times,
int  ETimes = 1 
)
const IntegrationRule * GeometryRefiner::RefineInterior ( int  Geom,
int  Times 
)
void GeometryRefiner::SetType ( const int  t) [inline]

Definition at line 77 of file geom.hpp.

References type.


Member Data Documentation

Definition at line 73 of file geom.hpp.

Referenced by GeometryRefiner(), RefineInterior(), and ~GeometryRefiner().

Definition at line 72 of file geom.hpp.

Referenced by GeometryRefiner(), Refine(), and ~GeometryRefiner().

int GeometryRefiner::type [private]

Definition at line 71 of file geom.hpp.

Referenced by GeometryRefiner(), Refine(), and SetType().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines