Refineable version of the eight of a sphere brick mesh. The eighth-sphere is located in the positive octant, centred at the origin. The mesh boundaries are numbered as follows: More...
#include <eighth_sphere_mesh.template.h>
Public Member Functions | |
RefineableEighthSphereMesh (const double &radius, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass radius and timestepper; defaults to static default timestepper. More... | |
Public Member Functions inherited from oomph::EighthSphereMesh< ELEMENT > | |
EighthSphereMesh (const double &radius, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper) | |
Constructor: Pass radius and timestepper; defaults to static default timestepper. More... | |
~EighthSphereMesh () | |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from oomph::EighthSphereMesh< ELEMENT > | |
Domain * | Domain_pt |
Pointer to the domain. More... | |
double | Radius |
Radius of the sphere. More... | |
Refineable version of the eight of a sphere brick mesh. The eighth-sphere is located in the positive octant, centred at the origin. The mesh boundaries are numbered as follows:
Definition at line 89 of file eighth_sphere_mesh.template.h.
|
inline |
Constructor: Pass radius and timestepper; defaults to static default timestepper.
Definition at line 95 of file eighth_sphere_mesh.template.h.
References oomph::EighthSphereMesh< ELEMENT >::Domain_pt.