///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
#include <rectangle_with_moving_cylinder_mesh.template.h>
Public Member Functions | |
RefineableRectangleWithHoleAndAnnularRegionMesh (GeomObject *cylinder_pt, const double &annular_region_radius, const double &length, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor. Pass pointer to geometric object that represents the cylinder, the length and height of the domain. The GeomObject must be parametrised such that sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper. More... | |
virtual | ~RefineableRectangleWithHoleAndAnnularRegionMesh () |
Destructor: Empty. More... | |
Public Member Functions inherited from oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT > | |
RectangleWithHoleAndAnnularRegionMesh (GeomObject *cylinder_pt, const double &annular_region_radius, const double &length, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to geometric object that represents the cylinder, the length and height of the domain. The GeomObject must be parametrised such that sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper. More... | |
~RectangleWithHoleAndAnnularRegionMesh () | |
Destructor: We made the Domain object so we have a responsibility for deleting it! More... | |
RectangleWithHoleAndAnnularRegionDomain * | domain_pt () |
Access function to the domain. More... | |
Additional Inherited Members | |
Protected Attributes inherited from oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT > | |
RectangleWithHoleAndAnnularRegionDomain * | Domain_pt |
Pointer to the domain. More... | |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Refineable version of RectangleWithHoleAndAnnularRegionMesh. Applies one uniform refinement immediately to avoid problems with the automatic applications of boundary conditions in subsequent refinements
Definition at line 269 of file rectangle_with_moving_cylinder_mesh.template.h.
|
inline |
Constructor. Pass pointer to geometric object that represents the cylinder, the length and height of the domain. The GeomObject must be parametrised such that sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper.
Definition at line 280 of file rectangle_with_moving_cylinder_mesh.template.h.
References oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::Domain_pt.
|
inlinevirtual |
Destructor: Empty.
Definition at line 309 of file rectangle_with_moving_cylinder_mesh.template.h.