NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Create solver builder for rosenbrock, backward euler #496

Closed K20shores closed 1 month ago

K20shores commented 2 months ago

Create a solver builder class which makes the linear solver, the state, the jacobian information, etc. so that either backward euler or rosenbrock can be created

Acceptance criteria

Ideas

sjsprecious commented 2 months ago

This issue will also address the issue #505 .