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 58 of file two_d_poisson_flux_bc_adapt.cc.
| 
 | inline | 
Pass number of elements in the horizontal and vertical directions, and the corresponding dimensions. Timestepper defaults to Static.
Definition at line 68 of file two_d_poisson_flux_bc_adapt.cc.
| 
 | inlinevirtual | 
Destructor: Empty.
Definition at line 85 of file two_d_poisson_flux_bc_adapt.cc.