Module for prepare_density routine (not sure what it is supposed to do or if it is even used...) Contains its own particle initialization, 1D deposition and solver routines.
More...
|
| subroutine, public | prepare_density |
| | Modify the density profile in equil.
|
| subroutine | pre_dismat1d (ngrid, zixlw, zixup, zdxgrid, zl_tot, zsmall) |
| subroutine | dismat1d (kmat, krterms, mat) |
| subroutine | defbasis (kidbas, p, pfun) |
| subroutine | built_lu (zsol_dens) |
| subroutine | bandec (a, n, m1, m2, np, mp, al, mpl, indx, d) |
| subroutine | banbks (a, n, m1, m2, np, mp, al, mpl, indx, b) |
| real(kind=r8) function | getval (x, coef, lb) |
| subroutine | built_s_mat |
| subroutine | built_g_mat |
|
| integer, dimension(:), allocatable, save | indx_min |
| integer, save | nidbas = 3 |
| integer, save | mband = 3 |
| integer, save | nx |
| integer, save | ixlw |
| integer, save | ixup |
| real(kind=r8), save | l_tot |
| real(kind=r8), save | dxgrid |
| real(kind=r8), save | dxgrid_inv |
| real(kind=r8), dimension(:,:), allocatable, save | s_mat_l |
| real(kind=r8), dimension(:,:), allocatable, save | st_mat_l |
| real(kind=r8), dimension(:,:), allocatable, save | s_mat_r |
| real(kind=r8), dimension(:,:), allocatable, save | st_mat_r |
| real(kind=r8), dimension(:,:), allocatable, save | s_mat_l2 |
| real(kind=r8), dimension(:,:), allocatable, save | st_mat_l2 |
| real(kind=r8), dimension(:,:), allocatable, save | s_mat_r2 |
| real(kind=r8), dimension(:,:), allocatable, save | st_mat_r2 |
| real(kind=r8), dimension(:,:), allocatable, save | g_mat |
| real(kind=r8), dimension(:,:), allocatable, save | g_bmat |
| real(kind=r8), dimension(:,:), allocatable, save | u_mat_min |
| real(kind=r8), dimension(:,:), allocatable, save | al_min |
| real(kind=r8), dimension(:), allocatable, save | xgrid |
| logical, save | small |
| real(kind=r8), dimension(:,:), allocatable, target, save | prepion |
Module for prepare_density routine (not sure what it is supposed to do or if it is even used...) Contains its own particle initialization, 1D deposition and solver routines.