Public Member Functions | List of all members
SimpleRefineableRectangularQuadMesh< ELEMENT > Class Template Reference

Refineable equivalent of the SimpleRectangularQuadMesh. Refinement is performed by the QuadTree-based procedures implemented in the RefineableQuadMesh base class. More...

Inheritance diagram for SimpleRefineableRectangularQuadMesh< ELEMENT >:

Public Member Functions

 SimpleRefineableRectangularQuadMesh (const unsigned &Nx, const unsigned &Ny, const double &Lx, const double &Ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Pass number of elements in the horizontal and vertical directions, and the corresponding dimensions. Timestepper defaults to Static. More...
 
virtual ~SimpleRefineableRectangularQuadMesh ()
 Destructor: Empty. More...
 

Detailed Description

template<class ELEMENT>
class SimpleRefineableRectangularQuadMesh< ELEMENT >

Refineable equivalent of the SimpleRectangularQuadMesh. Refinement is performed by the QuadTree-based procedures implemented in the RefineableQuadMesh base class.

Definition at line 52 of file two_d_poisson_adapt.cc.

Constructor & Destructor Documentation

◆ SimpleRefineableRectangularQuadMesh()

template<class ELEMENT >
SimpleRefineableRectangularQuadMesh< ELEMENT >::SimpleRefineableRectangularQuadMesh ( const unsigned &  Nx,
const unsigned &  Ny,
const double &  Lx,
const double &  Ly,
TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper 
)
inline

Pass number of elements in the horizontal and vertical directions, and the corresponding dimensions. Timestepper defaults to Static.

Definition at line 62 of file two_d_poisson_adapt.cc.

◆ ~SimpleRefineableRectangularQuadMesh()

template<class ELEMENT >
virtual SimpleRefineableRectangularQuadMesh< ELEMENT >::~SimpleRefineableRectangularQuadMesh ( )
inlinevirtual

Destructor: Empty.

Definition at line 79 of file two_d_poisson_adapt.cc.


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