Skip to content

Using Iterative Linear Solvers in IDA #201

@AvivBarnea

Description

@AvivBarnea

Hello,
I've been using IDA through scikits.odes for quite some time, and thank you for this package. I could never work out how to use non-dense linear solvers, as they fail consistently. What I'm doing really calls for a Krylov solver as the system is stiff, large, but can be preconditioned quite inexpensively.
Could I be guided in employing those solvers? If they are not supported in practice via scikits.odes, I can try to help if guided where and how to see and implement the missing implementation.

The only limitation written right now is the following:

'linsolver':
Values: 'dense' (= default), 'lapackdense', 'band',
'lapackband', 'spgmr', 'spbcg', 'sptfqmr'
Description:
Specifies used linear solver.
Limitations: Linear solvers for dense and band matrices can
be used only for serial implementation. For parallel
implementation use lapackdense or lapackband
respectively.

Thanks again,
Aviv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions