26 #ifndef OOMPH_XDA_TET_MESH_HEADER
27 #define OOMPH_XDA_TET_MESH_HEADER
31 #include <oomph-lib-config.h>
44 #include "../generic/mesh.h"
45 #include "../generic/tet_mesh.h"
52 template<
class ELEMENT>
76 const bool& switch_normal)
78 std::ofstream outfile;
93 const bool& switch_normal,
94 std::ofstream& outfile);
125 template<
class ELEMENT>
134 :
XdaTetMesh<ELEMENT>(xda_file_name, time_stepper_pt)
Scalar * b
Definition: benchVecAdd.cpp:17
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
void set_lagrangian_nodal_coordinates()
Definition: mesh.cc:9564
Xda-based tet mesh upgraded to become a solid mesh.
Definition: xda_tet_mesh.template.h:128
SolidXdaTetMesh(const std::string xda_file_name, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: xda_tet_mesh.template.h:132
virtual ~SolidXdaTetMesh()
Empty Destructor.
Definition: xda_tet_mesh.template.h:142
Base class for tet meshes (meshes made of 3D tet elements).
Definition: tet_mesh.h:661
Definition: timesteppers.h:231
Tet mesh made of quadratic (ten node) tets built from xda input file.
Definition: xda_tet_mesh.template.h:54
Vector< Vector< unsigned > > Boundary_id
Definition: xda_tet_mesh.template.h:113
void setup_boundary_coordinates(const unsigned &b, const bool &switch_normal)
Definition: xda_tet_mesh.template.h:75
XdaTetMesh(const std::string xda_file_name, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: xda_tet_mesh.template.cc:46
Vector< unsigned > oomph_lib_boundary_ids(const unsigned &xda_boundary_id)
Definition: xda_tet_mesh.template.h:105
unsigned nxda_boundary()
Definition: xda_tet_mesh.template.h:98
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