NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Update MICM wrapper to use SolverBuilder #146

Closed mattldawson closed 2 weeks ago

mattldawson commented 3 weeks ago

Update the MICM wrapper code to use the new SolverBuilder class to create instances of the Rosenbrock solver.

Acceptance Criteria

Ideas

to use the same logic as in the MICM tests: https://github.com/NCAR/micm/blob/f8f46dfac286cd5e2227537d04ff9c48c08a0ae9/test/unit/solver/test_solver_builder.cpp#L90-L95

K20shores commented 2 weeks ago

Fixed by #140