My Project
|
Public Member Functions | |
subroutine | area_flt (SIDE1, SIDE2, SIDE3, AREA1) |
subroutine | area_dbl (SIDEA, SIDEB, SIDEC, AREA1) |
Definition at line 68 of file mod_spherical.f90.
subroutine mod_spherical::area::area_dbl | ( | real(dp), intent(in) | SIDEA, |
real(dp), intent(in) | SIDEB, | ||
real(dp), intent(in) | SIDEC, | ||
real(dp), intent(out) | AREA1 | ||
) |
Definition at line 143 of file mod_spherical.f90.
subroutine mod_spherical::area::area_flt | ( | real(spa), intent(in) | SIDE1, |
real(spa), intent(in) | SIDE2, | ||
real(spa), intent(in) | SIDE3, | ||
real(spa), intent(out) | AREA1 | ||
) |
Definition at line 179 of file mod_spherical.f90.