xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Alternative approach for case support #128

Open semi-h opened 1 month ago

semi-h commented 1 month ago

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.