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

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

#include <cylinder_with_flag_mesh.template.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. More...
 
virtual ~RefineableCylinderWithFlagMesh ()
 Destructor: Empty. More...
 
- 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. More...
 
virtual ~CylinderWithFlagMesh ()
 Destructor: Kill the domain. More...
 
CylinderWithFlagDomaindomain_pt ()
 Access function to the domain. More...
 

Additional Inherited Members

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

Detailed Description

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

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

Refineable version of CylinderWithFlagMesh.

Definition at line 98 of file cylinder_with_flag_mesh.template.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 107 of file cylinder_with_flag_mesh.template.h.

◆ ~RefineableCylinderWithFlagMesh()

template<class ELEMENT >
virtual oomph::RefineableCylinderWithFlagMesh< ELEMENT >::~RefineableCylinderWithFlagMesh ( )
inlinevirtual

Destructor: Empty.

Definition at line 142 of file cylinder_with_flag_mesh.template.h.


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