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

Refineable version of RectangleWithHoleMesh. For some reason this needs on uniform refinement to work... More...

#include <rectangle_with_hole_mesh.h>

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

Public Member Functions

 RefineableRectangleWithHoleMesh (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.
 
virtual ~RefineableRectangleWithHoleMesh ()
 Destructor: Empty.
 
- Public Member Functions inherited from oomph::RectangleWithHoleMesh< ELEMENT >
 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.
 

Additional Inherited Members

- Protected Attributes inherited from oomph::RectangleWithHoleMesh< ELEMENT >
RectangleWithHoleDomainDomain_pt
 Pointer to the domain.
 

Detailed Description

template<class ELEMENT>
class oomph::RefineableRectangleWithHoleMesh< ELEMENT >

Refineable version of RectangleWithHoleMesh. For some reason this needs on uniform refinement to work...

Definition at line 251 of file rectangle_with_hole_mesh.h.

Constructor & Destructor Documentation

◆ RefineableRectangleWithHoleMesh()

template<class ELEMENT >
oomph::RefineableRectangleWithHoleMesh< ELEMENT >::RefineableRectangleWithHoleMesh ( 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 261 of file rectangle_with_hole_mesh.h.

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

◆ ~RefineableRectangleWithHoleMesh()

Destructor: Empty.

Definition at line 286 of file rectangle_with_hole_mesh.h.


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