XGC1
|
Functions/Subroutines | |
subroutine | solvertest_validate_0d (psn, grid, err) |
Variables | |
real(8), parameter | solvertest_te = 1.0D3 |
constant value of te for solver test More... | |
real(8), parameter | solvertest_ti = 1.0D3 |
constant value of ti for solver test More... | |
real(8), parameter | solvertest_b2 = 4.0D0 |
constant value of B**2 for solver test More... | |
real(8), parameter | solvertest_n = 1.0D20 |
constant value of density for solver test More... | |
real(8), parameter | solvertest_nrhs = 1.0D17 |
constant value of net charge density for the RHS of solver test More... | |
real(8), parameter | pot_integral_1d = 7978.3168945 |
real(8), parameter | tol = 1D-3 |
logical, parameter | solvertest_output = .true. |
subroutine solvertest_module::solvertest_validate_0d | ( | type(psn_type), intent(in) | psn, |
type(grid_type), intent(in) | grid, | ||
integer, intent(out) | err | ||
) |
real (8), parameter solvertest_module::pot_integral_1d = 7978.3168945 |
real (8), parameter solvertest_module::solvertest_b2 = 4.0D0 |
constant value of B**2 for solver test
real (8), parameter solvertest_module::solvertest_n = 1.0D20 |
constant value of density for solver test
real (8), parameter solvertest_module::solvertest_nrhs = 1.0D17 |
constant value of net charge density for the RHS of solver test
logical, parameter solvertest_module::solvertest_output = .true. |
real (8), parameter solvertest_module::solvertest_te = 1.0D3 |
constant value of te for solver test
real (8), parameter solvertest_module::solvertest_ti = 1.0D3 |
constant value of ti for solver test
real (8), parameter solvertest_module::tol = 1D-3 |