26 #ifndef OOMPH_TETGEN_SCAFFOLD_MESH_HEADER
27 #define OOMPH_TETGEN_SCAFFOLD_MESH_HEADER
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Definition: tetgen_scaffold_mesh.h:43
std::vector< bool > Edge_boundary
Definition: tetgen_scaffold_mesh.h:130
unsigned Nglobal_face
Storage for the number of global faces.
Definition: tetgen_scaffold_mesh.h:120
TetgenScaffoldMesh()
Empty constructor.
Definition: tetgen_scaffold_mesh.h:46
unsigned face_boundary(const unsigned &e, const unsigned &i) const
Definition: tetgen_scaffold_mesh.h:71
Vector< double > Element_attribute
Definition: tetgen_scaffold_mesh.h:147
unsigned nglobal_edge()
Return the number of internal edges.
Definition: tetgen_scaffold_mesh.h:77
bool edge_boundary(const unsigned &i)
Definition: tetgen_scaffold_mesh.h:84
~TetgenScaffoldMesh()
Empty destructor.
Definition: tetgen_scaffold_mesh.h:57
Vector< Vector< unsigned > > Face_index
Vector of vectors containing the global edge index of.
Definition: tetgen_scaffold_mesh.h:142
double element_attribute(const unsigned &e) const
Definition: tetgen_scaffold_mesh.h:112
unsigned edge_index(const unsigned &e, const unsigned &i) const
Definition: tetgen_scaffold_mesh.h:91
unsigned global_node_number(const unsigned &i)
Definition: tetgen_scaffold_mesh.h:62
unsigned Nglobal_edge
Storage for the number of global edges.
Definition: tetgen_scaffold_mesh.h:123
Vector< Vector< unsigned > > Edge_index
Vector of vectors containing the global edge index of.
Definition: tetgen_scaffold_mesh.h:138
Vector< unsigned > Global_node
Storage for global node numbers listed element-by-element.
Definition: tetgen_scaffold_mesh.h:126
Vector< Vector< unsigned > > Face_boundary
Definition: tetgen_scaffold_mesh.h:134
unsigned nglobal_face()
Return the number of internal face.
Definition: tetgen_scaffold_mesh.h:97
unsigned face_index(const unsigned &e, const unsigned &i) const
Definition: tetgen_scaffold_mesh.h:104
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10