//////////////////////////////////////////////////////////////////// More...
#include <fish_mesh.template.h>
Public Member Functions | |
RefineableFishMesh (TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to timestepper – defaults to (Steady) default timestepper defined in the Mesh base class. More... | |
RefineableFishMesh (GeomObject *back_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer GeomObject that defines the fish's back and pointer to timestepper (defaults to (Steady) default timestepper defined in Mesh) More... | |
virtual | ~RefineableFishMesh () |
Destructor: Empty – all cleanup gets handled in the base classes. More... | |
Public Member Functions inherited from oomph::FishMesh< ELEMENT > | |
FishMesh (TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer to timestepper (defaults to the (Steady) default timestepper defined in Mesh) More... | |
FishMesh (GeomObject *back_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass pointer GeomObject that defines the fish's back and pointer to timestepper (defaults to the (Steady) default timestepper defined in Mesh) More... | |
virtual | ~FishMesh () |
Destructor: Kill the geom object that represents the fish's back (if necessary) More... | |
GeomObject *& | fish_back_pt () |
Access function to geom object that represents the fish's back. More... | |
FishDomain *& | domain_pt () |
Access function to FishDomain. More... | |
Protected Member Functions | |
void | setup_adaptivity () |
Setup all the information that's required for spatial adaptivity: Set pointers to macro elements and build quadtree forest. (contained in separate function as this functionality is common to both constructors),. More... | |
Protected Member Functions inherited from oomph::FishMesh< ELEMENT > | |
void | build_mesh (TimeStepper *time_stepper_pt) |
Build the mesh, using the geometric object identified by Back_pt. More... | |
Additional Inherited Members | |
Protected Types inherited from oomph::FishMesh< ELEMENT > | |
enum | { Lower_body , Upper_body , Lower_fin , Upper_fin } |
Remesh function ids. More... | |
Protected Attributes inherited from oomph::FishMesh< ELEMENT > | |
GeomObject * | Back_pt |
Pointer to fish back. More... | |
FishDomain * | Domain_pt |
Pointer to domain. More... | |
bool | Must_kill_fish_back |
Do I need to kill the fish back geom object? More... | |
////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// Refineable fish shaped mesh. The geometry is defined by the Domain object FishDomain.
Definition at line 127 of file fish_mesh.template.h.
|
inline |
Constructor: Pass pointer to timestepper – defaults to (Steady) default timestepper defined in the Mesh base class.
Definition at line 133 of file fish_mesh.template.h.
References oomph::RefineableFishMesh< ELEMENT >::setup_adaptivity().
|
inline |
Constructor: Pass pointer GeomObject that defines the fish's back and pointer to timestepper (defaults to (Steady) default timestepper defined in Mesh)
Definition at line 149 of file fish_mesh.template.h.
References oomph::RefineableFishMesh< ELEMENT >::setup_adaptivity().
|
inlinevirtual |
Destructor: Empty – all cleanup gets handled in the base classes.
Definition at line 163 of file fish_mesh.template.h.
|
protected |
Setup all the information that's required for spatial adaptivity: Set pointers to macro elements and build quadtree forest. (contained in separate function as this functionality is common to both constructors),.
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Setup all the information that's required for spatial adaptivity: Build quadtree forest.
Definition at line 661 of file fish_mesh.template.cc.
Referenced by oomph::RefineableFishMesh< ELEMENT >::RefineableFishMesh().