My Project
|
Data Types | |
interface | arc |
interface | arcc |
interface | arcx |
interface | arcx_back |
interface | arcy |
interface | area |
Functions/Subroutines | |
subroutine | arc_dbl (XX1, YY1, XX2, YY2, ARCL) |
subroutine | arc_flt (XX1, YY1, XX2, YY2, ARCL) |
subroutine | area_dbl (SIDEA, SIDEB, SIDEC, AREA1) |
subroutine | area_flt (SIDE1, SIDE2, SIDE3, AREA1) |
subroutine | arcc_dbl (XX1, YY1, XX2, YY2, XXC, YYC) |
subroutine | arcc_flt (XX1, YY1, XX2, YY2, XXC, YYC) |
subroutine | arcx_dbl (XX1, YY1, XX2, YY2, ARCX1) |
subroutine | arcy_dbl (XX1, YY1, XX2, YY2, ARCY1) |
subroutine | arcy_flt (XX1, YY1, XX2, YY2, ARCY1) |
subroutine | arcx_flt (XX1, YY1, XX2, YY2, ARCX1) |
subroutine | arcx_back_dbl (XX1, YY1, XX2, YY2, ARCX1) |
subroutine | arcx_back_flt (XX1, YY1, XX2, YY2, ARCX1) |
subroutine | alloc_sphere_vars |
Variables | |
real(sp), dimension(:,:), allocatable | dltxne |
real(sp), dimension(:,:), allocatable | dltyne |
real(sp), dimension(:,:), allocatable | deltux |
real(sp), dimension(:,:), allocatable | deltuy |
real(sp), dimension(:,:), allocatable | sitau |
subroutine mod_spherical::alloc_sphere_vars | ( | ) |
Definition at line 403 of file mod_spherical.f90.
subroutine mod_spherical::arc_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | ARCL | ||
) |
subroutine mod_spherical::arc_flt | ( | real(spa), intent(in) | XX1, |
real(spa), intent(in) | YY1, | ||
real(spa), intent(in) | XX2, | ||
real(spa), intent(in) | YY2, | ||
real(spa), intent(out) | ARCL | ||
) |
subroutine mod_spherical::arcc_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | XXC, | ||
real(dp), intent(out) | YYC | ||
) |
subroutine mod_spherical::arcc_flt | ( | real(spa) | XX1, |
real(spa) | YY1, | ||
real(spa) | XX2, | ||
real(spa) | YY2, | ||
real(spa) | XXC, | ||
real(spa) | YYC | ||
) |
Definition at line 221 of file mod_spherical.f90.
subroutine mod_spherical::arcx_back_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | ARCX1 | ||
) |
subroutine mod_spherical::arcx_back_flt | ( | real(spa), intent(in) | XX1, |
real(spa), intent(in) | YY1, | ||
real(spa), intent(in) | XX2, | ||
real(spa), intent(in) | YY2, | ||
real(spa), intent(out) | ARCX1 | ||
) |
Definition at line 391 of file mod_spherical.f90.
subroutine mod_spherical::arcx_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | ARCX1 | ||
) |
subroutine mod_spherical::arcx_flt | ( | real(spa), intent(in) | XX1, |
real(spa), intent(in) | YY1, | ||
real(spa), intent(in) | XX2, | ||
real(spa), intent(in) | YY2, | ||
real(spa), intent(out) | ARCX1 | ||
) |
Definition at line 307 of file mod_spherical.f90.
subroutine mod_spherical::arcy_dbl | ( | real(dp), intent(in) | XX1, |
real(dp), intent(in) | YY1, | ||
real(dp), intent(in) | XX2, | ||
real(dp), intent(in) | YY2, | ||
real(dp), intent(out) | ARCY1 | ||
) |
subroutine mod_spherical::arcy_flt | ( | real(spa), intent(in) | XX1, |
real(spa), intent(in) | YY1, | ||
real(spa), intent(in) | XX2, | ||
real(spa), intent(in) | YY2, | ||
real(spa), intent(out) | ARCY1 | ||
) |
Definition at line 295 of file mod_spherical.f90.
subroutine mod_spherical::area_dbl | ( | real(dp), intent(in) | SIDEA, |
real(dp), intent(in) | SIDEB, | ||
real(dp), intent(in) | SIDEC, | ||
real(dp), intent(out) | AREA1 | ||
) |
subroutine mod_spherical::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.
real(sp), dimension(:,:), allocatable mod_spherical::deltux |
Definition at line 53 of file mod_spherical.f90.
real(sp), dimension(:,:), allocatable mod_spherical::deltuy |
Definition at line 54 of file mod_spherical.f90.
real(sp), dimension(:,:), allocatable mod_spherical::dltxne |
Definition at line 50 of file mod_spherical.f90.
real(sp), dimension(:,:), allocatable mod_spherical::dltyne |
Definition at line 51 of file mod_spherical.f90.
real(sp), dimension(:,:), allocatable mod_spherical::sitau |
Definition at line 55 of file mod_spherical.f90.