|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Data type for sparse matrix storage (PARDISO solver).
| integer, dimension(:), pointer sysmatrixtypemodule::pardisostoragetype::ia |
Indices to first column index of each row.
| integer, dimension(64) sysmatrixtypemodule::pardisostoragetype::iparm |
Various solution parameters of PARDISO.
| integer, dimension(:), pointer sysmatrixtypemodule::pardisostoragetype::ja |
Column indices for the matrix elements.
| integer sysmatrixtypemodule::pardisostoragetype::mtype |
The matrix type.
| type(mkl_pardiso_handle), dimension(64) sysmatrixtypemodule::pardisostoragetype::pt |
Internal data structure pointers.