Go to the source code of this file.
Namespaces | |
libMesh | |
libMesh::TriangleWrapper | |
Namespace that wraps the Triangle mesh generator's API. | |
Typedefs | |
typedef Real | libMesh::REAL |
Enumerations | |
enum | libMesh::TriangleWrapper::IO_Type { libMesh::TriangleWrapper::INPUT = 0, libMesh::TriangleWrapper::OUTPUT = 1, libMesh::TriangleWrapper::BOTH = 2 } |
Functions | |
void | libMesh::TriangleWrapper::init (triangulateio &t) |
void | libMesh::TriangleWrapper::destroy (triangulateio &t, IO_Type) |
void | libMesh::TriangleWrapper::copy_tri_to_mesh (const triangulateio &triangle_data_input, UnstructuredMesh &mesh_output, const ElemType type) |