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

#include <fish_mesh.template.h>

Inheritance diagram for oomph::RefineableFishMesh< ELEMENT >:
oomph::FishMesh< ELEMENT > oomph::AlgebraicRefineableFishMesh< ELEMENT > oomph::MacroElementNodeUpdateRefineableFishMesh< ELEMENT >

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...
 
FishDomainDomain_pt
 Pointer to domain. More...
 
bool Must_kill_fish_back
 Do I need to kill the fish back geom object? More...
 

Detailed Description

template<class ELEMENT>
class oomph::RefineableFishMesh< ELEMENT >

Refineable fish shaped mesh. The geometry is defined by the Domain object FishDomain.

Definition at line 134 of file fish_mesh.template.h.

Constructor & Destructor Documentation

◆ RefineableFishMesh() [1/2]

template<class ELEMENT >
oomph::RefineableFishMesh< ELEMENT >::RefineableFishMesh ( TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper)
inline

Constructor: Pass pointer to timestepper – defaults to (Steady) default timestepper defined in the Mesh base class.

Definition at line 144 of file fish_mesh.template.h.

◆ RefineableFishMesh() [2/2]

template<class ELEMENT >
oomph::RefineableFishMesh< ELEMENT >::RefineableFishMesh ( GeomObject *  back_pt,
TimeStepper *  time_stepper_pt = &Mesh::Default_TimeStepper 
)
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 159 of file fish_mesh.template.h.

◆ ~RefineableFishMesh()

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

Destructor: Empty – all cleanup gets handled in the base classes.

Definition at line 172 of file fish_mesh.template.h.

Member Function Documentation

◆ setup_adaptivity()

template<class ELEMENT >
void oomph::RefineableFishMesh< ELEMENT >::setup_adaptivity ( )
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 702 of file fish_mesh.template.cc.


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