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. More...
|
|
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 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, save | l_tot |
|
real, save | dxgrid |
|
real, save | dxgrid_inv |
|
real, dimension(:,:), allocatable, save | s_mat_l |
|
real, dimension(:,:), allocatable, save | st_mat_l |
|
real, dimension(:,:), allocatable, save | s_mat_r |
|
real, dimension(:,:), allocatable, save | st_mat_r |
|
real, dimension(:,:), allocatable, save | s_mat_l2 |
|
real, dimension(:,:), allocatable, save | st_mat_l2 |
|
real, dimension(:,:), allocatable, save | s_mat_r2 |
|
real, dimension(:,:), allocatable, save | st_mat_r2 |
|
real, dimension(:,:), allocatable, save | g_mat |
|
real, dimension(:,:), allocatable, save | g_bmat |
|
real, dimension(:,:), allocatable, save | u_mat_min |
|
real, dimension(:,:), allocatable, save | al_min |
|
real, dimension(:), allocatable, save | xgrid |
|
logical, save | small |
|
real, 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.