///////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////// More...
#include <quarter_circle_sector_mesh.template.h>
Public Member Functions | |
RefineableQuarterCircleSectorMesh (GeomObject *wall_pt, const double &xi_lo, const double &fract_mid, const double &xi_hi, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh). Adds refinement data to elements of QuarterCircleSectorMesh. More... | |
virtual | ~RefineableQuarterCircleSectorMesh () |
Destructor: Empty. More... | |
Public Member Functions inherited from oomph::QuarterCircleSectorMesh< ELEMENT > | |
QuarterCircleSectorMesh (GeomObject *wall_pt, const double &xi_lo, const double &fract_mid, const double &xi_hi, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh) More... | |
virtual | ~QuarterCircleSectorMesh () |
Destructor: More... | |
GeomObject *& | wall_pt () |
Access function to GeomObject representing wall. More... | |
QuarterCircleSectorDomain * | domain_pt () |
Access function to domain. More... | |
QuarterCircleSectorDomain::BLSquashFctPt & | bl_squash_fct_pt () |
Function pointer for function that squashes the outer two macro elements towards the wall by mapping the input value of the "radial" macro element coordinate to the return value (defined in the underlying Domain object) More... | |
Additional Inherited Members | |
Protected Attributes inherited from oomph::QuarterCircleSectorMesh< ELEMENT > | |
QuarterCircleSectorDomain * | Domain_pt |
Pointer to Domain. More... | |
GeomObject * | Wall_pt |
Pointer to the geometric object that represents the curved wall (mesh boundary 1) More... | |
double | Xi_lo |
Lower limit for the (1D) coordinates along the wall. More... | |
double | Fract_mid |
Fraction along wall where outer ring is to be divided. More... | |
double | Xi_hi |
Upper limit for the (1D) coordinates along the wall. More... | |
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
2D quarter ring mesh class inherited from RefineableQuadMesh. The domain is specified by the GeomObject that identifies boundary 1.
Domain is parametrised by three macro elements as sketched.
Definition at line 185 of file quarter_circle_sector_mesh.template.h.
|
inline |
Constructor: Pass pointer to geometric object that specifies the wall, start and end coordinates on the geometric object, and the fraction along which the dividing line is to be placed, and the timestepper (defaults to (Steady) default timestepper defined in Mesh). Adds refinement data to elements of QuarterCircleSectorMesh.
Definition at line 196 of file quarter_circle_sector_mesh.template.h.
|
inlinevirtual |
Destructor: Empty.
Definition at line 213 of file quarter_circle_sector_mesh.template.h.