FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | asa007_cholesky (mpl, n, nn, a, u) |
subroutine, public | asa007_syminv (mpl, n, nn, a, c) |
Variables | |
real(kind_real), parameter | eta = 1.0e-9_kind_real |
subroutine, public tools_asa007::asa007_cholesky | ( | type(mpl_type), intent(in) | mpl, |
integer, intent(in) | n, | ||
integer, intent(in) | nn, | ||
real(kind_real), dimension(nn), intent(in) | a, | ||
real(kind_real), dimension(nn), intent(out) | u | ||
) |
Definition at line 33 of file tools_asa007.F90.
subroutine, public tools_asa007::asa007_syminv | ( | type(mpl_type), intent(in) | mpl, |
integer, intent(in) | n, | ||
integer, intent(in) | nn, | ||
real(kind_real), dimension(nn), intent(in) | a, | ||
real(kind_real), dimension(nn), intent(out) | c | ||
) |
Definition at line 101 of file tools_asa007.F90.
real(kind_real), parameter tools_asa007::eta = 1.0e-9_kind_real |
Definition at line 21 of file tools_asa007.F90.