|
real(8) | scale |
|
integer | n_rhs_mat |
| Number of RHS matrices: 2 in electrostatic axisymmetric solve, 1 otherwise. More...
|
|
integer | ntor |
| Toroidal mode number solved by this solver. More...
|
|
integer | comm |
|
integer | mype |
|
integer | totalpe |
|
integer | prefix |
|
logical | use_bc |
| Whether boundary conditions are used or not. More...
|
|
real(8), dimension(:), allocatable | xgc_rhs |
| array for storing right hand side (interior) More...
|
|
real(8), dimension(:), allocatable | xgc_rhs_bd |
| array for storing right hand side (boundary) More...
|
|
real(8), dimension(:), allocatable | xgc_sol_bd |
| array for storing boundary values of solution More...
|
|
real(8), dimension(:), allocatable | xgc_avg_bd |
| array for storing boundary values from flux surface averaged solution More...
|
|
integer xgc_solver_module::xgc_solver::comm |
integer xgc_solver_module::xgc_solver::mype |
integer xgc_solver_module::xgc_solver::n_rhs_mat |
Number of RHS matrices: 2 in electrostatic axisymmetric solve, 1 otherwise.
integer xgc_solver_module::xgc_solver::ntor |
Toroidal mode number solved by this solver.
integer xgc_solver_module::xgc_solver::prefix |
real (8) xgc_solver_module::xgc_solver::scale |
integer xgc_solver_module::xgc_solver::totalpe |
logical xgc_solver_module::xgc_solver::use_bc |
Whether boundary conditions are used or not.
Vector that stores the boundary conditions Numer of boundary conditions
real (8), dimension(:), allocatable xgc_solver_module::xgc_solver::xgc_avg_bd |
array for storing boundary values from flux surface averaged solution
real (8), dimension(:), allocatable xgc_solver_module::xgc_solver::xgc_rhs |
array for storing right hand side (interior)
real (8), dimension(:), allocatable xgc_solver_module::xgc_solver::xgc_rhs_bd |
array for storing right hand side (boundary)
real (8), dimension(:), allocatable xgc_solver_module::xgc_solver::xgc_sol_bd |
array for storing boundary values of solution
The documentation for this type was generated from the following file: