FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
sysmatrixtypemodule::pardisostoragetype Type Reference

Data type for sparse matrix storage (PARDISO solver). More...

Public Attributes

integer mtype
 The matrix type. More...
 
integer, dimension(64) iparm
 Various solution parameters of PARDISO. More...
 
type(mkl_pardiso_handle), dimension(64) pt
 Internal data structure pointers. More...
 
integer, dimension(:), pointer ia
 Indices to first column index of each row. More...
 
integer, dimension(:), pointer ja
 Column indices for the matrix elements. More...
 

Detailed Description

Data type for sparse matrix storage (PARDISO solver).

Member Data Documentation

◆ ia

integer, dimension(:), pointer sysmatrixtypemodule::pardisostoragetype::ia

Indices to first column index of each row.

◆ iparm

integer, dimension(64) sysmatrixtypemodule::pardisostoragetype::iparm

Various solution parameters of PARDISO.

◆ ja

integer, dimension(:), pointer sysmatrixtypemodule::pardisostoragetype::ja

Column indices for the matrix elements.

◆ mtype

integer sysmatrixtypemodule::pardisostoragetype::mtype

The matrix type.

◆ pt

type(mkl_pardiso_handle), dimension(64) sysmatrixtypemodule::pardisostoragetype::pt

Internal data structure pointers.


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