OpenCMISS-Iron Internal API Documentation

The types of solver libraries. More...

Collaboration diagram for OPENCMISS::Solver::SolverLibraries:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_solver_cmiss_library = SOLVER_CMISS_LIBRARY
 CMISS (internal) solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_petsc_library = SOLVER_PETSC_LIBRARY
 PETSc solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_mumps_library = SOLVER_MUMPS_LIBRARY
 MUMPS solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_superlu_library = SOLVER_SUPERLU_LIBRARY
 SuperLU solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_spooles_library = SOLVER_SPOOLES_LIBRARY
 SPOOLES solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_umfpack_library = SOLVER_UMFPACK_LIBRARY
 UMFPACK solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_lusol_library = SOLVER_LUSOL_LIBRARY
 LUSOL solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_essl_library = SOLVER_ESSL_LIBRARY
 ESSL solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_lapack_library = SOLVER_LAPACK_LIBRARY
 LAPACK solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_tao_library = SOLVER_TAO_LIBRARY
 TAO solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_hypre_library = SOLVER_HYPRE_LIBRARY
 Hypre solver library. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_solver_pastix_library = SOLVER_PASTIX_LIBRARY
 PaStiX solver library. More...
 

Detailed Description

The types of solver libraries.

See also
OPENCMISS::Solver::Constants,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_solver_cmiss_library = SOLVER_CMISS_LIBRARY

CMISS (internal) solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6020 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_essl_library = SOLVER_ESSL_LIBRARY

ESSL solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6027 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_hypre_library = SOLVER_HYPRE_LIBRARY

Hypre solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6030 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_lapack_library = SOLVER_LAPACK_LIBRARY

LAPACK solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6028 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_lusol_library = SOLVER_LUSOL_LIBRARY

LUSOL solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6026 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_mumps_library = SOLVER_MUMPS_LIBRARY

MUMPS solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6022 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_pastix_library = SOLVER_PASTIX_LIBRARY

PaStiX solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6031 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_petsc_library = SOLVER_PETSC_LIBRARY

PETSc solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6021 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_spooles_library = SOLVER_SPOOLES_LIBRARY

SPOOLES solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6024 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_superlu_library = SOLVER_SUPERLU_LIBRARY

SuperLU solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6023 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_tao_library = SOLVER_TAO_LIBRARY

TAO solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6029 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_solver_umfpack_library = SOLVER_UMFPACK_LIBRARY

UMFPACK solver library.

See also
OPENCMISS::Solver::SolverLibraries,OPENCMISS

Definition at line 6025 of file opencmiss_iron.f90.