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

Refineable version of CylinderWithFlagMesh. More...

#include <cylinder_with_flag_mesh.h>

Inheritance diagram for oomph::RefineableCylinderWithFlagMesh< ELEMENT >:
oomph::CylinderWithFlagMesh< ELEMENT >

Public Member Functions

 RefineableCylinderWithFlagMesh (Circle *cylinder_pt, GeomObject *top_flag_pt, GeomObject *bottom_flag_pt, GeomObject *tip_flag_pt, const double &length, const double &height, const double &flag_length, const double &flag_height, const double &centre_x, const double &centre_y, const double &a, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor. Pass the pointers to the GeomObjects that parametrise the cylinder, the three edges of the flag, the length and height of the domain, the length and height of the flag, the coordinates of the centre of the cylinder and its radius. Timestepper defaults to Steady default timestepper.
 
virtual ~RefineableCylinderWithFlagMesh ()
 Destructor: Empty.
 
- Public Member Functions inherited from oomph::CylinderWithFlagMesh< ELEMENT >
 CylinderWithFlagMesh (Circle *cylinder_pt, GeomObject *top_flag_pt, GeomObject *bottom_flag_pt, GeomObject *tip_flag_pt, const double &length, const double &height, const double &flag_length, const double &flag_height, const double &centre_x, const double &centre_y, const double &a, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
 Constructor. Pass the pointers to the GeomObjects that parametrise the cylinder, the three edges of the flag, the length and height of the domain, the length and height of the flag, the coordinates of the centre of the cylinder and its radius. Timestepper defaults to Steady default timestepper.
 
virtual ~CylinderWithFlagMesh ()
 Destructor: Kill the domain.
 
CylinderWithFlagDomaindomain_pt ()
 Access function to the domain.
 

Additional Inherited Members

- Protected Attributes inherited from oomph::CylinderWithFlagMesh< ELEMENT >
CylinderWithFlagDomainDomain_pt
 Pointer to the domain.
 

Detailed Description

template<class ELEMENT>
class oomph::RefineableCylinderWithFlagMesh< ELEMENT >

Refineable version of CylinderWithFlagMesh.

Definition at line 95 of file cylinder_with_flag_mesh.h.

Constructor & Destructor Documentation

◆ RefineableCylinderWithFlagMesh()

template<class ELEMENT >
oomph::RefineableCylinderWithFlagMesh< ELEMENT >::RefineableCylinderWithFlagMesh ( Circle cylinder_pt,
GeomObject top_flag_pt,
GeomObject bottom_flag_pt,
GeomObject tip_flag_pt,
const double length,
const double height,
const double flag_length,
const double flag_height,
const double centre_x,
const double centre_y,
const double a,
TimeStepper time_stepper_pt = &Mesh::Default_TimeStepper 
)
inline

Constructor. Pass the pointers to the GeomObjects that parametrise the cylinder, the three edges of the flag, the length and height of the domain, the length and height of the flag, the coordinates of the centre of the cylinder and its radius. Timestepper defaults to Steady default timestepper.

Definition at line 104 of file cylinder_with_flag_mesh.h.

◆ ~RefineableCylinderWithFlagMesh()

Destructor: Empty.

Definition at line 139 of file cylinder_with_flag_mesh.h.


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