The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Attributes | List of all members
pardiso_struc Type Reference

Detailed Description

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(i4msglvl = 0
 Controls message output (0 -> no output, 1 -> print some stats)
 
integer(i4mtype = 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.
 

Member Data Documentation

◆ f_factors

type(c_ptr) f_factors = C_NULL_PTR

ILU0 factors pointer.

◆ iparm

integer(i4), dimension(64) iparm = 0

This array is used to pass various parameters to Intel MKL PARDISO.

◆ msglvl

integer(i4) msglvl = 0

Controls message output (0 -> no output, 1 -> print some stats)

◆ mtype

integer(i4) mtype = 11

Matrix type (1 -> real/symmetric, 11 -> real/nonsymmetric)

◆ perm

integer(i4), dimension(:), pointer perm => NULL()

Permutation vector.

◆ pt

integer(i8), dimension(64) pt = 0

Handle to internal data structure.


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