OpenCMISS-Iron Internal API Documentation
|
Library type identifiers. More...
Variables | |
integer(intg), parameter | constants::library_cmiss_type =1 |
CMISS (internal) library type. More... | |
integer(intg), parameter | constants::library_petsc_type =2 |
PETSc library type. More... | |
integer(intg), parameter | constants::library_mumps_type =3 |
MUMPS library type. More... | |
integer(intg), parameter | constants::library_superlu_type =4 |
SuperLU library type. More... | |
integer(intg), parameter | constants::library_spooles_type =5 |
SPOOLES library type. More... | |
integer(intg), parameter | constants::library_umfpack_type =6 |
UMFPack library type. More... | |
integer(intg), parameter | constants::library_lusol_type =7 |
LUSOL library type. More... | |
integer(intg), parameter | constants::library_essl_type =8 |
ESSL library type. More... | |
integer(intg), parameter | constants::library_lapack_type =9 |
LAPACK library type. More... | |
integer(intg), parameter | constants::library_tao_type =10 |
TAO library type. More... | |
integer(intg), parameter | constants::library_hypre_type =11 |
Hypre library type. More... | |
integer(intg), parameter | constants::library_pastix_type =12 |
PaStiX library type. More... | |
Library type identifiers.
integer(intg), parameter constants::library_cmiss_type =1 |
CMISS (internal) library type.
Definition at line 159 of file constants.f90.
integer(intg), parameter constants::library_essl_type =8 |
ESSL library type.
Definition at line 166 of file constants.f90.
integer(intg), parameter constants::library_hypre_type =11 |
Hypre library type.
Definition at line 169 of file constants.f90.
integer(intg), parameter constants::library_lapack_type =9 |
LAPACK library type.
Definition at line 167 of file constants.f90.
integer(intg), parameter constants::library_lusol_type =7 |
LUSOL library type.
Definition at line 165 of file constants.f90.
integer(intg), parameter constants::library_mumps_type =3 |
MUMPS library type.
Definition at line 161 of file constants.f90.
integer(intg), parameter constants::library_pastix_type =12 |
PaStiX library type.
Definition at line 170 of file constants.f90.
integer(intg), parameter constants::library_petsc_type =2 |
PETSc library type.
Definition at line 160 of file constants.f90.
integer(intg), parameter constants::library_spooles_type =5 |
SPOOLES library type.
Definition at line 163 of file constants.f90.
integer(intg), parameter constants::library_superlu_type =4 |
SuperLU library type.
Definition at line 162 of file constants.f90.
integer(intg), parameter constants::library_tao_type =10 |
TAO library type.
Definition at line 168 of file constants.f90.
integer(intg), parameter constants::library_umfpack_type =6 |
UMFPack library type.
Definition at line 164 of file constants.f90.