![]() |
ORB5
v4.9.4
|
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...
Functions/Subroutines | |
| 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 |
Variables | |
| 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.
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine adiabatic_density_mod::defbasis | ( | integer, intent(in) | KIDBAS, |
| real, intent(in) | P, | ||
| real, dimension(1:1+kidbas,0:kidbas), intent(out) | PFUN | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Here is the caller graph for this function:| subroutine adiabatic_density_mod::pre_dismat1d | ( | integer, intent(in) | ngrid, |
| integer, intent(in) | zixlw, | ||
| integer, intent(in) | zixup, | ||
| real, intent(in) | zdxgrid, | ||
| real, intent(in) | zl_tot, | ||
| logical, intent(in) | zsmall | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public adiabatic_density_mod::prepare_density |
Modify the density profile in equil.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |