Public Member Functions | List of all members
oomph::RefineableRectangleWithHoleAndAnnularRegionMesh< ELEMENT > Class Template Reference

Refineable version of RectangleWithHoleAndAnnularRegionMesh. Applies one uniform refinement immediately to avoid problems with the automatic applications of boundary conditions in subsequent refinements. More...

#include <rectangle_with_moving_cylinder_mesh.h>

Inheritance diagram for oomph::RefineableRectangleWithHoleAndAnnularRegionMesh< ELEMENT >:
oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >

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 $\zeta \in [0,2\pi]$ sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper.
 
virtual ~RefineableRectangleWithHoleAndAnnularRegionMesh ()
 Destructor: Empty.
 
- 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 $\zeta \in [0,2\pi]$ sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper.
 
 ~RectangleWithHoleAndAnnularRegionMesh ()
 Destructor: We made the Domain object so we have a responsibility for deleting it!
 
RectangleWithHoleAndAnnularRegionDomaindomain_pt ()
 Access function to the domain.
 

Additional Inherited Members

- Protected Attributes inherited from oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >
RectangleWithHoleAndAnnularRegionDomainDomain_pt
 Pointer to the domain.
 

Detailed Description

template<class ELEMENT>
class oomph::RefineableRectangleWithHoleAndAnnularRegionMesh< ELEMENT >

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 268 of file rectangle_with_moving_cylinder_mesh.h.

Constructor & Destructor Documentation

◆ RefineableRectangleWithHoleAndAnnularRegionMesh()

template<class ELEMENT >
oomph::RefineableRectangleWithHoleAndAnnularRegionMesh< ELEMENT >::RefineableRectangleWithHoleAndAnnularRegionMesh ( GeomObject cylinder_pt,
const double annular_region_radius,
const double length,
TimeStepper time_stepper_pt = &Mesh::Default_TimeStepper 
)
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 $\zeta \in [0,2\pi]$ sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper.

Definition at line 279 of file rectangle_with_moving_cylinder_mesh.h.

References oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::Domain_pt.

◆ ~RefineableRectangleWithHoleAndAnnularRegionMesh()

Destructor: Empty.

Definition at line 308 of file rectangle_with_moving_cylinder_mesh.h.


The documentation for this class was generated from the following file: