|
bool | mfem::vtk_xml::StringCompare (const char *s1, const char *s2) |
|
mfem::Element * | mfem::cubit::NewElement (Mesh &mesh, Geometry::Type geom, const int *vertices, const int attribute) |
|
mfem::Element * | mfem::cubit::CreateCubitElement (Mesh &mesh, const int cubit_element_type, const int *vertex_ids, const int block_id) |
| Returns a pointer to a new mfem::Element based on the provided cubit element type. This is used to create the mesh elements from a Genesis file.
|
|
mfem::Element * | mfem::cubit::CreateCubitBoundaryElement (Mesh &mesh, const int cubit_face_type, const int *vertex_ids, const int sideset_id) |
| Returns a pointer to a new mfem::Element based on the provided cubit face type. This is used to create the boundary elements from a Genesis file.
|
|
void | mfem::cubit::FinalizeCubitSecondOrderMesh (Mesh &mesh, const int cubit_element_type, const int num_element_blocks, const int num_nodes_per_element, const int *start_of_block, const double *coordx, const double *coordy, const double *coordz, const vector< vector< int > > &element_blocks) |
| The final step in constructing the mesh from a Genesis file. This is only called if the mesh order == 2 (determined internally from the cubit element type).
|
|