28 #ifndef OOMPH_GENERIC_LINE_MESH_HEADER
29 #define OOMPH_GENERIC_LINE_MESH_HEADER
33 #include <oomph-lib-config.h>
72 std::ofstream outfile;
Base class for line meshes (meshes made of 1D line elements)
Definition: line_mesh.h:54
virtual ~LineMeshBase()
Destructor (empty)
Definition: line_mesh.h:66
LineMeshBase()
Constructor (empty)
Definition: line_mesh.h:57
LineMeshBase(const LineMeshBase &node)=delete
Broken copy constructor.
void operator=(const LineMeshBase &)=delete
Broken assignment operator.
void setup_boundary_element_info()
Definition: line_mesh.h:70
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10