/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// 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 ![]() | |
virtual | ~RefineableRectangleWithHoleMesh () |
Destructor: Empty. | |
![]() | |
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 ![]() | |
RectangleWithHoleDomain * | domain_pt () |
Access function to the domain. | |
Additional Inherited Members | |
![]() | |
RectangleWithHoleDomain * | Domain_pt |
Pointer to the domain. | |
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
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
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.