mod_action_ex Module Reference
Functions/Subroutines | |
| subroutine | action_allo |
| subroutine | action_deallo |
| subroutine | algorithm_fct (CAS, IG, DTW, IDCMIN, IDCMAX) |
| subroutine | algorithm_crank_nicolson (CAD, IG, DTW, IDCMIN, IDCMAX, DD) |
| subroutine | tridag (A, B, C, R, U, N) |
| subroutine | adv_n (DTW) |
Variables | |
| real, dimension(:,:), allocatable | n31 |
| real, dimension(:,:,:), allocatable | n32 |
Function/Subroutine Documentation
| subroutine mod_action_ex::action_allo | ( | ) |
| subroutine mod_action_ex::action_deallo | ( | ) |
| subroutine mod_action_ex::adv_n | ( | real | DTW | ) |
Here is the call graph for this function:

| subroutine mod_action_ex::algorithm_crank_nicolson | ( | real, dimension(:,:,:) | CAD, |
| integer | IG, | ||
| real | DTW, | ||
| integer, dimension(msc) | IDCMIN, | ||
| integer, dimension(msc) | IDCMAX, | ||
| real | DD | ||
| ) |
Here is the call graph for this function:

| subroutine mod_action_ex::algorithm_fct | ( | real, dimension(mdc,msc,10) | CAS, |
| integer | IG, | ||
| real | DTW, | ||
| integer, dimension(msc) | IDCMIN, | ||
| integer, dimension(msc) | IDCMAX | ||
| ) |
| subroutine mod_action_ex::tridag | ( | real, dimension(n) | A, |
| real, dimension(n) | B, | ||
| real, dimension(n) | C, | ||
| real, dimension(n) | R, | ||
| real, dimension(n) | U, | ||
| integer | N | ||
| ) |
Here is the caller graph for this function:

Variable Documentation
| real, dimension(:,:), allocatable mod_action_ex::n31 |
| real, dimension(:,:,:), allocatable mod_action_ex::n32 |

1.8.11