Skip to content

Solver and external libraries #1

Description

@dennissergeev

We need to decide what external library we need to use (if any) - mainly for the solver. In @Kazu1886's original code, he used a GMRES solver provided by the GSL library.

  1. Do we have to use an external solver? Can the equations be rewritten and solved without an external solver?
  2. Is GMRES the best solver for this model?
  3. What is the best library to use? I found this Fortran interface to GSL, so I guess we can try this? A more powerful library that includes nonlinear iterative solvers seems to be PETSc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions