mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Add support for 2D grids in diffusion setup
parent
651656794d
commit
e5bbf2d7f5
@ -35,6 +35,10 @@ grid_setup <- list(
|
||||
|
||||
## Diffusion
|
||||
|
||||
As the current code refactoring is still in progress, the diffusion setup is
|
||||
focused on 2D grids. There is no support for 1D grids right now, but can be
|
||||
implemented in the future quite easily.
|
||||
|
||||
```r
|
||||
diffusion_setup <- list(
|
||||
boundaries = list( # Define boundary conditions for diffusion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user