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

///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...

#include <rectangle_with_moving_cylinder_mesh.template.h>

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

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

Protected Attributes

RectangleWithHoleAndAnnularRegionDomainDomain_pt
 Pointer to the domain. More...
 

Detailed Description

template<class ELEMENT>
class oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >

///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////

Domain-based mesh for rectangular mesh with circular hole

Definition at line 216 of file rectangle_with_moving_cylinder_mesh.template.h.

Constructor & Destructor Documentation

◆ RectangleWithHoleAndAnnularRegionMesh()

template<class ELEMENT >
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.

///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////

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 $\zeta \in [0,2\pi]$ sweeps around the circumference in anticlockwise direction. Timestepper defaults to Steady default timestepper.

Definition at line 912 of file rectangle_with_moving_cylinder_mesh.template.cc.

References oomph::RectangleWithHoleAndAnnularRegionDomain::RectangleWithHoleAndAnnularRegionDomain().

◆ ~RectangleWithHoleAndAnnularRegionMesh()

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.

Member Function Documentation

◆ domain_pt()

template<class ELEMENT >
RectangleWithHoleAndAnnularRegionDomain* oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::domain_pt ( )
inline

Member Data Documentation

◆ Domain_pt

template<class ELEMENT >
RectangleWithHoleAndAnnularRegionDomain* oomph::RectangleWithHoleAndAnnularRegionMesh< ELEMENT >::Domain_pt
protected

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