///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
#include <rectangle_with_moving_cylinder_mesh.template.h>
Public Member Functions | |
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 ![]() | |
~RectangleWithHoleAndAnnularRegionMesh () | |
Destructor: We made the Domain object so we have a responsibility for deleting it! | |
RectangleWithHoleAndAnnularRegionDomain * | domain_pt () |
Access function to the domain. | |
Protected Attributes | |
RectangleWithHoleAndAnnularRegionDomain * | Domain_pt |
Pointer to the domain. | |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Domain-based mesh for rectangular mesh with circular hole
Definition at line 216 of file rectangle_with_moving_cylinder_mesh.template.h.
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
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Domain-based mesh for rectangular mesh with circular hole 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 912 of file rectangle_with_moving_cylinder_mesh.template.cc.
References oomph::CollapsibleChannelMesh< ELEMENT >::Domain_pt.
|
inline |
Destructor: We made the Domain object so we have a responsibility for deleting it!
Definition at line 233 of file rectangle_with_moving_cylinder_mesh.template.h.
References oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::Domain_pt.
|
inline |
Access function to the domain.
Definition at line 248 of file rectangle_with_moving_cylinder_mesh.template.h.
References oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::Domain_pt.
|
protected |
Pointer to the domain.
Definition at line 256 of file rectangle_with_moving_cylinder_mesh.template.h.
Referenced by oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::domain_pt(), oomph::RefineableRectangleWithHoleAndAnnularRegionMesh< ELEMENT >::RefineableRectangleWithHoleAndAnnularRegionMesh(), and oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::~RectangleWithHoleAndAnnularRegionMesh().