The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Pardiso solver information.
Public Attributes | |
type(c_ptr) | f_factors = C_NULL_PTR |
ILU0 factors pointer. | |
integer(i4), dimension(64) | iparm = 0 |
This array is used to pass various parameters to Intel MKL PARDISO. | |
integer(i4) | msglvl = 0 |
Controls message output (0 -> no output, 1 -> print some stats) | |
integer(i4) | mtype = 11 |
Matrix type (1 -> real/symmetric, 11 -> real/nonsymmetric) | |
integer(i4), dimension(:), pointer | perm => NULL() |
Permutation vector. | |
integer(i8), dimension(64) | pt = 0 |
Handle to internal data structure. | |
type(c_ptr) f_factors = C_NULL_PTR |
ILU0 factors pointer.
integer(i4), dimension(64) iparm = 0 |
This array is used to pass various parameters to Intel MKL PARDISO.
integer(i4) msglvl = 0 |
Controls message output (0 -> no output, 1 -> print some stats)
integer(i4) mtype = 11 |
Matrix type (1 -> real/symmetric, 11 -> real/nonsymmetric)
integer(i4), dimension(:), pointer perm => NULL() |
Permutation vector.
integer(i8), dimension(64) pt = 0 |
Handle to internal data structure.