#include "t_coeff_mod_macro.h"
|
subroutine | read_add_pot0 (grid, psn) |
|
subroutine | zero_out_total_charge (grid, psn, den_org, den_zero) |
|
subroutine | set_decaying_boundary (den, grid) |
|
real(kind=8) function | gyro_radius (x, mu, isp) |
|
real(kind=8) function | gyro_radius2 (x) |
|
real(kind=8) function | gyro2_tev (x) |
|
subroutine | apply_wall_boundary_condition (grid, den) |
|
subroutine | sheath_pot_init (grid) |
|
subroutine | set_boundary2_values2 (grid, psn, arr, bd) |
|
real(kind=8) function | static_sheath_pot (grid, i) |
|
real(kind=8) function | get_sheath_pot (grid, psn, i) |
|
real(kind=8) function | get_dpot_at_point (nnode, dpot_in, nd, p) |
|
subroutine | zero_out_axisym_es_rgn (pot) |
|
subroutine | smooth_tr_connect (grid, var) |
|
subroutine apply_wall_boundary_condition |
( |
type(grid_type) |
grid, |
|
|
real (kind=8), dimension(grid%nnode) |
den |
|
) |
| |
real(kind=8) function get_dpot_at_point |
( |
integer, intent(in) |
nnode, |
|
|
real (8), dimension(nnode), intent(in) |
dpot_in, |
|
|
integer, dimension(3), intent(in) |
nd, |
|
|
real (8), dimension(3), intent(in) |
p |
|
) |
| |
real (kind=8) function get_sheath_pot |
( |
type(grid_type), intent(in) |
grid, |
|
|
type(psn_type), intent(in) |
psn, |
|
|
integer, intent(in) |
i |
|
) |
| |
real (kind=8) function gyro2_tev |
( |
real (kind=8), dimension(2), intent(in) |
x | ) |
|
real (kind=8) function gyro_radius |
( |
real (kind=8), dimension(2), intent(in) |
x, |
|
|
real (kind=8), intent(in) |
mu, |
|
|
integer, intent(in) |
isp |
|
) |
| |
real (kind=8) function gyro_radius2 |
( |
real (kind=8), dimension(2), intent(in) |
x | ) |
|
subroutine read_add_pot0 |
( |
type(grid_type) |
grid, |
|
|
type(psn_type) |
psn |
|
) |
| |
subroutine set_boundary2_values2 |
( |
type(grid_type), intent(in) |
grid, |
|
|
type(psn_type), intent(in) |
psn, |
|
|
real (8), dimension(bd%iseg(bd%nseg)%end), intent(inout) |
arr, |
|
|
type(boundary2_type), intent(in) |
bd |
|
) |
| |
subroutine set_decaying_boundary |
( |
real (kind=8), dimension(grid%nnode) |
den, |
|
|
type(grid_type) |
grid |
|
) |
| |
subroutine sheath_pot_init |
( |
type(grid_type) |
grid | ) |
|
subroutine smooth_tr_connect |
( |
type(grid_type) |
grid, |
|
|
real (8), dimension(grid%nnode) |
var |
|
) |
| |
real (kind=8) function static_sheath_pot |
( |
type(grid_type), intent(in) |
grid, |
|
|
integer, intent(in) |
i |
|
) |
| |
subroutine zero_out_axisym_es_rgn |
( |
real(8), dimension(grid%nnode,0:1) |
pot | ) |
|
subroutine zero_out_total_charge |
( |
type(grid_type) |
grid, |
|
|
type(psn_type) |
psn, |
|
|
real (kind=8), dimension(grid%nnode) |
den_org, |
|
|
real (kind=8), dimension(grid%nnode) |
den_zero |
|
) |
| |