XGCa
Public Attributes | List of all members
xgc_solver_module::xgc_solver Type Reference

Public Attributes

real(8) scale
 Blocksize in case this is a block solver (multi-equation problem) More...
 
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
 
character(40) prefix
 A string used as prefix for PETSc options so that solvers can use different options. More...
 
logical use_bc
 Whether boundary conditions are used or not. More...
 
logical is_axisym
 Whether the solver is for an axisymmetric problem. More...
 

Member Data Documentation

◆ comm

integer xgc_solver_module::xgc_solver::comm

◆ is_axisym

logical xgc_solver_module::xgc_solver::is_axisym

Whether the solver is for an axisymmetric problem.

Vector that stores the boundary conditions Numer of boundary conditions number of surfaces

◆ mype

integer xgc_solver_module::xgc_solver::mype

◆ n_rhs_mat

integer xgc_solver_module::xgc_solver::n_rhs_mat

Number of RHS matrices: 2 in electrostatic axisymmetric solve, 1 otherwise.

◆ ntor

integer xgc_solver_module::xgc_solver::ntor

Toroidal mode number solved by this solver.

◆ prefix

character(40) xgc_solver_module::xgc_solver::prefix

A string used as prefix for PETSc options so that solvers can use different options.

◆ scale

real (8) xgc_solver_module::xgc_solver::scale

Blocksize in case this is a block solver (multi-equation problem)

maximum allowed blocksize

◆ totalpe

integer xgc_solver_module::xgc_solver::totalpe

◆ use_bc

logical xgc_solver_module::xgc_solver::use_bc

Whether boundary conditions are used or not.


The documentation for this type was generated from the following file: