26 #ifndef OOMPH_SINGLE_LAYER_CUBIC_SPINE_MESH_HEADER
27 #define OOMPH_SINGLE_LAYER_CUBIC_SPINE_MESH_HEADER
30 #include "../generic/spines.h"
45 template<
class ELEMENT>
71 double H = spine_node_pt->
h();
73 spine_node_pt->
x(2) = this->
Zmin + W *
H;
MatrixXf H
Definition: HessenbergDecomposition_matrixH.cpp:4
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
double & x(const unsigned &i)
Return the i-th nodal coordinate.
Definition: nodes.h:1060
Simple cubic 3D Brick mesh class.
Definition: simple_cubic_mesh.template.h:47
const unsigned & ny() const
Access function for number of elements in y directions.
Definition: simple_cubic_mesh.template.h:114
const unsigned & nx() const
Access function for number of elements in x directions.
Definition: simple_cubic_mesh.template.h:108
const unsigned & nz() const
Access function for number of elements in y directions.
Definition: simple_cubic_mesh.template.h:120
double Zmin
Minimum value of z coordinate.
Definition: simple_cubic_mesh.template.h:148
Definition: single_layer_cubic_spine_mesh.template.h:48
virtual void spine_node_update(SpineNode *spine_node_pt)
Definition: single_layer_cubic_spine_mesh.template.h:66
virtual void build_single_layer_mesh(TimeStepper *time_stepper_pt)
Definition: single_layer_cubic_spine_mesh.template.cc:66
SingleLayerCubicSpineMesh(const unsigned &nx, const unsigned &ny, const unsigned &nz, const double &lx, const double &ly, const double &h, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: single_layer_cubic_spine_mesh.template.cc:41
double & h()
Access function to spine height.
Definition: spines.h:397
double & fraction()
Set reference to fraction along spine.
Definition: spines.h:378
Definition: timesteppers.h:231
const double ly
Definition: ConstraintElementsUnitTest.cpp:34
const double lx
Definition: ConstraintElementsUnitTest.cpp:33
@ W
Definition: quadtree.h:63
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10