|
| pure subroutine | mod_mof3d_initial_angles::mof3d_compute_initial_angles (cell, cell_volume, cell_centroid, ref_centroid1, ref_centroid2, ref_volume, use_analytic, angles) |
| |
| pure double precision function, dimension(3, 3) | mod_mof3d_initial_angles::kronecker_product (a, b) |
| |
| pure subroutine | mod_mof3d_initial_angles::inverse3x3 (matrix, inverse) |
| |
| pure subroutine | mod_mof3d_initial_angles::mof3d_tetra_compute_initial_angles (p0, p1, p2, p3, ref_centroid1, ref_centroid2, ref_volume, best_angles) |
| | Compute the initial angles for the minimization algorithm for tetrahedrons.
|
| |
| pure subroutine | mod_mof3d_initial_angles::mof3d_hexa_compute_initial_angles (c, ref_centroid1, ref_centroid2, ref_volume, best_angles) |
| | Compute the initial angles for the minimization for hexahedrons.
|
| |