Closed Sierd closed 2 months ago
This patch provides support for setting up a quasi 2D model for 1D simulations.
It turns out that process implementations and some solvers are easier to implement in 2D.
The code reads 1D input and creates the 2nd dimension based copying the 1D input to 3 grid cells in the model.
The code outputs just 1D matrices
Thanks @christavanijzendoorn , I have deleted the plots notebook, that should indeed not have been there. I will work on documentation in the documentation branch.
This patch provides support for setting up a quasi 2D model for 1D simulations.
It turns out that process implementations and some solvers are easier to implement in 2D.
The code reads 1D input and creates the 2nd dimension based copying the 1D input to 3 grid cells in the model.
The code outputs just 1D matrices