Skip to content

Refactor SEB implementation and add support for numerical solution scheme

Brian Groenke requested to merge bgroenke/cryogridjulia:refactor-seb into master

This PR adds support for solving the SEB exactly with a numerical solver. This required some refactoring of the existing SEB code to make it more independent from the core CryoGrid code. The SEB methods now operate entirely using their own SEBState type that can be (relatively) easily constructed without defining a full CryoGrid model.

Edited by Brian Groenke

Merge request reports