|
void | MoFEM::tet_type_6 (moab::Interface &moab, const EntityHandle *conn, const EntityHandle *edge_new_nodes, EntityHandle *new_tets_conn) |
|
int | MoFEM::tet_type_5 (moab::Interface &moab, const EntityHandle *conn, const EntityHandle *edge_new_nodes, EntityHandle *new_tets_conn) |
|
int | MoFEM::tet_type_4 (const EntityHandle *conn, const int *split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_tets_conn) |
|
int | MoFEM::tet_type_3 (const EntityHandle *conn, const int *split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_tets_conn) |
|
int | MoFEM::tet_type_2 (const EntityHandle *conn, const int *split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_tets_conn) |
|
void | MoFEM::tet_type_1 (const EntityHandle *conn, const int split_edge, const EntityHandle edge_new_node, EntityHandle *new_tets_conn) |
|
MoFEMErrorCode | MoFEM::tri_type_3 (const EntityHandle *conn, const EntityHandle *edge_new_nodes, EntityHandle *new_tris_conn) |
|
MoFEMErrorCode | MoFEM::tri_type_1 (const EntityHandle *conn, const int split_edge, const EntityHandle edge_new_node, EntityHandle *new_tris_conn) |
|
MoFEMErrorCode | MoFEM::tri_type_2 (const EntityHandle *conn, const int *split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_tris_conn) |
|
MoFEMErrorCode | MoFEM::prism_type_1 (const EntityHandle *conn, const BitRefEdges split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_prism_conn) |
|
MoFEMErrorCode | MoFEM::prism_type_2 (const EntityHandle *conn, const BitRefEdges split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_prism_conn) |
|
MoFEMErrorCode | MoFEM::prism_type_3 (const EntityHandle *conn, const BitRefEdges split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_prism_conn) |
|
MoFEMErrorCode | MoFEM::quad_split_all_edges (const EntityHandle *conn, const BitRefEdges split_edges, const EntityHandle *edge_new_nodes, EntityHandle *new_quad_conn) |
|
|
static constexpr int | MoFEM::edges_conn [] = {0, 1, 1, 2, 2, 0, 0, 3, 1, 3, 2, 3} |
|
static constexpr int | MoFEM::oposite_edge [] = {5, 3, 4, 1, 2, 0} |
|
static constexpr int | MoFEM::edge_permutations [6][6] |
|
static constexpr int | MoFEM::edge_mirror_cross [6] = {0, 3, 4, 1, 2, 5} |
|
static constexpr int | MoFEM::edge_mirror_vertical [6] = {0, 4, 3, 2, 1, 5} |
|
static constexpr int | MoFEM::cyclic_node_rotate_face_3 [3][4] |
|
static constexpr int | MoFEM::cyclic_edge_rotate_face_3 [3][6] |
|
static constexpr char | MoFEM::edge_bits_mark [] = {1, 2, 4, 8, 16, 32} |
|