Scrambler
1
|
Stores handles to Hypre entities associated with a particular equation. More...
Public Attributes | |
TYPE(EllipticLevelObjectDef), dimension(:), allocatable | LevelObjects |
REAL(8) | tolerance = 1e-6 |
INTEGER(8) | Stencil |
INTEGER | Interface |
INTEGER | solver = 1 |
INTEGER | printLevel |
INTEGER | maxIters = 1000 |
INTEGER | hVerbosity = 0 |
Stores handles to Hypre entities associated with a particular equation.
Definition at line 51 of file elliptic_declarations.f90.
TYPE(EllipticLevelObjectDef), dimension(:), allocatable LevelObjects |
Definition at line 53 of file elliptic_declarations.f90.
REAL(8) tolerance = 1e-6 |
Definition at line 54 of file elliptic_declarations.f90.
INTEGER(8) Stencil |
Definition at line 55 of file elliptic_declarations.f90.
INTEGER Interface |
Definition at line 56 of file elliptic_declarations.f90.
INTEGER solver = 1 |
Definition at line 57 of file elliptic_declarations.f90.
INTEGER printLevel |
Definition at line 58 of file elliptic_declarations.f90.
INTEGER maxIters = 1000 |
Definition at line 59 of file elliptic_declarations.f90.
INTEGER hVerbosity = 0 |
Definition at line 60 of file elliptic_declarations.f90.