MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Class for accessing reference element topology. More...
#include <ReferenceMesh.hpp>
Public Member Functions | |
virtual | ~ReferenceMeshInterface () |
virtual void | get_reference_vertex_coordinates (const Mesh::VertexHandle *vertices, size_t num_vertices, Vector3D *coordinates_out, MsqError &err)=0 |
Class for accessing reference element topology.
This class is provided in order to access reference elements for target calculators, where there is a static 1-to-1 mapping between vertices in the active mesh and vertices in the reference mesh.
Definition at line 51 of file ReferenceMesh.hpp.
Definition at line 41 of file ReferenceMesh.cpp.
{}
virtual void MBMesquite::ReferenceMeshInterface::get_reference_vertex_coordinates | ( | const Mesh::VertexHandle * | vertices, |
size_t | num_vertices, | ||
Vector3D * | coordinates_out, | ||
MsqError & | err | ||
) | [pure virtual] |
Implemented in DummyRefMesh, and MBMesquite::ReferenceMesh.
Referenced by MBMesquite::TargetCalculator::get_refmesh_Jacobian_2D(), and MBMesquite::TargetCalculator::get_refmesh_Jacobian_3D().