pardiso¶
Module: core
Category: linearsolver
Type string: "pardiso"
Parameters¶
| Name | Description | Default | Units |
|---|---|---|---|
print_condition_number |
print_condition_number | false | [] |
precondition |
precondition | false | [] |
msglvl |
msglvl | 0 | [] |
Description¶
The Pardiso solver is an efficient sparse direct linear solver and is the default linear solver in FEBio. FEBio uses the implementation from the MKL library. It does not require any configuration parameters. It can take symmetric, unsymmetric, and structurally symmetric sparse matrix formats.