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

Domain-based mesh for rectangular mesh with circular hole. More...

#include <rectangle_with_hole_mesh.h>

Inheritance diagram for oomph::RectangleWithHoleMesh< ELEMENT >:
oomph::RefineableRectangleWithHoleMesh< ELEMENT >

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

Protected Attributes

RectangleWithHoleDomainDomain_pt
 Pointer to the domain.
 

Detailed Description

template<class ELEMENT>
class oomph::RectangleWithHoleMesh< ELEMENT >

Domain-based mesh for rectangular mesh with circular hole.

Definition at line 47 of file rectangle_with_hole_mesh.h.

Constructor & Destructor Documentation

◆ RectangleWithHoleMesh()

template<class ELEMENT >
oomph::RectangleWithHoleMesh< ELEMENT >::RectangleWithHoleMesh ( GeomObject cylinder_pt,
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 56 of file rectangle_with_hole_mesh.h.

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

Member Function Documentation

◆ domain_pt()

Access function to the domain.

Definition at line 231 of file rectangle_with_hole_mesh.h.

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

Member Data Documentation

◆ Domain_pt


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