Refineable equivalent of the SimpleRectangularQuadMesh. Refinement is performed by the QuadTree-based procedures implemented in the RefineableQuadMesh base class. More...
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... | |
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.
|
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.
|
inlinevirtual |
Destructor: Empty.
Definition at line 79 of file two_d_poisson_adapt.cc.