/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// More...
#include <rectangle_with_hole_mesh.template.h>
Public Member Functions | |
RefineableRectangleWithHoleMesh (GeomObject *cylinder_pt, 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 | ~RefineableRectangleWithHoleMesh () |
Destructor: Empty. More... | |
Public Member Functions inherited from oomph::RectangleWithHoleMesh< ELEMENT > | |
RectangleWithHoleMesh (GeomObject *cylinder_pt, 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... | |
RectangleWithHoleDomain * | domain_pt () |
Access function to the domain. More... | |
Additional Inherited Members | |
Protected Attributes inherited from oomph::RectangleWithHoleMesh< ELEMENT > | |
RectangleWithHoleDomain * | Domain_pt |
Pointer to the domain. More... | |
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
Refineable version of RectangleWithHoleMesh. For some reason this needs on uniform refinement to work...
Definition at line 255 of file rectangle_with_hole_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 265 of file rectangle_with_hole_mesh.template.h.
References oomph::RectangleWithHoleMesh< ELEMENT >::Domain_pt.
|
inlinevirtual |
Destructor: Empty.
Definition at line 290 of file rectangle_with_hole_mesh.template.h.