Domain-based mesh for rectangular mesh with circular hole. More...
#include <rectangle_with_hole_mesh.template.h>
Public Member Functions | |
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. More... | |
Protected Attributes | |
RectangleWithHoleDomain * | Domain_pt |
Pointer to the domain. More... | |
Domain-based mesh for rectangular mesh with circular hole.
Definition at line 54 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 66 of file rectangle_with_hole_mesh.template.h.
References oomph::RectangleWithHoleMesh< ELEMENT >::Domain_pt.
|
inline |
Access function to the domain.
Definition at line 243 of file rectangle_with_hole_mesh.template.h.
References oomph::RectangleWithHoleMesh< ELEMENT >::Domain_pt.
|
protected |
Pointer to the domain.
Definition at line 248 of file rectangle_with_hole_mesh.template.h.
Referenced by oomph::RectangleWithHoleMesh< ELEMENT >::domain_pt(), oomph::RectangleWithHoleMesh< ELEMENT >::RectangleWithHoleMesh(), and oomph::RefineableRectangleWithHoleMesh< ELEMENT >::RefineableRectangleWithHoleMesh().