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

Use Fill to reset the L and U matrices in Rosenbrock solve #588

Closed mattldawson closed 1 week ago

mattldawson commented 1 week ago

Removes the use of AsVector() for setting the L and U matrices to zero in the Rosenbrock solve function, which is incompatible with the CUDA implementation