Go to the source code of this file.
Classes | |
class | oomph::MeshAsGeomObject |
This class provides a GeomObject representation of a given finite element mesh. The Lagrangian coordinate is taken to be the dimension of the (first) element in the mesh and the Eulerian coordinate is taken to be the dimension of the (first) node in the mesh. If there are no elements or nodes the appropriate dimensions will be set to zero. The constituent elements of the mesh must have their own GeomObject representations, so they must be FiniteElements, and they become sub-objects in this compound GeomObject. More... | |
Namespaces | |
namespace | oomph |
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
namespace | oomph::MeshAsGeomObject_Helper |
Helper namespace for MeshAsGeomObject – its only function creates SamplePointContainerParameters of the right type for the default sample point container. | |
Functions | |
void | oomph::MeshAsGeomObject_Helper::create_sample_point_container_parameters (Mesh *mesh_pt, SamplePointContainerParameters *&sample_point_container_parameters_pt) |
"Factory" for SamplePointContainerParameters of the right type as selected by Default_sample_point_container_version | |