0.6.0
Loading...
Searching...
No Matches
mod_mof3d_minimization Module Reference

Functions/Subroutines

pure subroutine mof3d_minimize (cell, cell_volume, cell_centroid, ref_centroid1, ref_centroid2, ref_volume, use_analytic, normal, stat, residual)
 

Function/Subroutine Documentation

◆ mof3d_minimize()

pure subroutine mod_mof3d_minimization::mof3d_minimize ( type(t_polyhedron), intent(in) cell,
double precision, intent(in) cell_volume,
double precision, dimension(3), intent(in) cell_centroid,
double precision, dimension(3), intent(in) ref_centroid1,
double precision, dimension(3), intent(in) ref_centroid2,
double precision, intent(in) ref_volume,
logical, intent(in) use_analytic,
double precision, dimension(3), intent(out) normal,
integer, dimension(3), intent(out) stat,
double precision, dimension(2), intent(out) residual )