Go to the source code of this file.
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 | |
Variables | |
unsigned | oomph::MeshAsGeomObject_Helper::Default_sample_point_container_version |
Default sample point container type. Must currently be one of UseCGALSamplePointContainer, UseRefineableBinArray or UseNonRefineableBinArray. | |