|
| subroutine, public | mod_tetrahedral_mesh::read_ntm_file (filename, mesh) |
| |
| subroutine, public | mod_tetrahedral_mesh::write_mesh_vtu (filename, mesh, cell_data) |
| |
| subroutine, public | mod_tetrahedral_mesh::compute_longest_edge (mesh, length) |
| |
| subroutine, public | mod_tetrahedral_mesh::create_octree (mesh, octree) |
| |
| subroutine, public | mod_tetrahedral_mesh::intersect_octree_with_tetra (octree, mesh, tetra, nb_objects, object_list) |
| |
| recursive subroutine | mod_tetrahedral_mesh::intersect_octree_node_with_tetra (node, mesh, tetra, is_intersected) |
| |
| recursive subroutine | mod_tetrahedral_mesh::distribute_tetra_in_childs (octree, node, mesh, depth) |
| |
| logical pure function | mod_tetrahedral_mesh::is_tetra_in_bounding_box (mesh, tetra, corner_min, corner_max) |
| |
| pure subroutine, public | mod_tetrahedral_mesh::scale_mesh (mesh, bbox_min, bbox_max) |
| |
| subroutine, public | mod_tetrahedral_mesh::print_mesh_statistics (mesh) |
| |