|
| subroutine | mod_mof::reconstruction (mesh, volume_fraction, centroid, centroid_dual, use_symmetric, use_analytic, tolerance, max_iter, reconstructed_poly) |
| |
| subroutine | mod_mof::reconstruct_planes (mesh, n_planes, compute_symmetric_difference, use_symmetric_reconstruction, use_analytic_reconstruction, tolerance, n_iterations) |
| |
| subroutine | mod_mof::reconstruct_planes_old (mesh, n_planes, compute_symmetric_difference, use_symmetric_reconstruction, use_analytic_reconstruction, tolerance, n_iterations) |
| |
| subroutine | mod_mof::write_mof_problem (filename, tetra, ref_volume, ref_centroid) |
| |
| subroutine | mod_mof::write_mof (filename, volume_fraction, centroid, centroid_dual) |
| |
| subroutine | mod_mof::read_mof (filename, volume_fraction, centroid, centroid_dual) |
| |
| subroutine | mod_mof::sampling (mesh, shape, volume_fraction, centroid, n_samples) |
| |
| subroutine | mod_mof::plane_intersection (mesh, origin, normal, volume_fraction, centroid, centroid_dual) |
| |
| subroutine | mod_mof::paraboloid_intersection (mesh, a, b, volume_fraction, centroid, centroid_dual) |
| |
| subroutine | mod_mof::intersection (mesh, polyhedron, volume_fraction, centroid, centroid_dual) |
| |
| subroutine | mod_mof::mesh_intersection (mesh, tetra_mesh, octree, volume_fraction, centroid, centroid_dual, is_verbose) |
| |
| subroutine | mod_mof::intersect_cell (mesh, tetra_id, tetra_mesh, octree, volume, momentum) |
| |
| subroutine | mod_mof::compute_area_of_symmetric_difference (mesh, sd_mesh, octree, volume_fraction, reconstructed_poly, area) |
| |
| subroutine | mod_mof::compute_area_of_symmetric_difference_plane (mesh, origin, normal, volume_fraction, reconstructed_poly, area) |
| |
| subroutine | mod_mof::compute_area_of_symmetric_difference_paraboloid (mesh, a, b, volume_fraction, reconstructed_poly, area) |
| |
| subroutine | mod_mof::compute_area_cell (mesh, tetra_id, sd_mesh, octree, volume_fraction, reconstructed_poly, area) |
| |
| subroutine | mod_mof::clip_two_poly (poly1, poly2, intersection, is_empty) |
| |
| double precision function | mod_mof::tetra_volume (point) |
| |
| logical function | mod_mof::is_tetra_oriented (vertices) |
| |