Go to the source code of this file.
|
subroutine, public | dbg::initextract (iLow, iHgh, jLow, jHgh, kLow, kHgh) |
|
subroutine, public | dbg::matrixextract (A_m, B_m, M, VAR, PASS) |
|
subroutine | am_to_aout (I, J, K, lNBGHS, lOWNER, lA_m) |
|
subroutine | dbg::arrayextract_init (vName) |
|
subroutine | dbg::arrayextract_finl |
|
subroutine | dbg::arrayextract_dbl (Array, VAR, PASS, APND, withIJK) |
|
subroutine | dbg::arrayextract_log (Array, VAR, PASS, APND, withIJK) |
|
subroutine matrixextract::am_to_aout |
( |
integer, intent(in) |
I, |
|
|
integer, intent(in) |
J, |
|
|
integer, intent(in) |
K, |
|
|
integer, dimension(-3:3), intent(in) |
lNBGHS, |
|
|
integer, intent(in) |
lOWNER, |
|
|
double precision, dimension(-3:3), intent(in) |
lA_m |
|
) |
| |