121 implements a new class that contains solver, and allows users to extend this new class for any custom case.
In this PR I tried a similar approach by extending the solver class directly. Functionality is similar, and I think this is a bit more clear. For a custom case users will be able to write a custom forcing, BC, or postprocessing functions in a dedicated file/module.
121 implements a new class that contains solver, and allows users to extend this new class for any custom case.
In this PR I tried a similar approach by extending the
solver
class directly. Functionality is similar, and I think this is a bit more clear. For a custom case users will be able to write a custom forcing, BC, or postprocessing functions in a dedicated file/module.