Re: [DuMuX] periodic boundary conditions

2019-01-13 Thread Timo Koch
Hi Elena, yes this is possible with all models. You need dune-spgrid. Have a look at the periodic boundary test (https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/test/porousmediumflow/1p/implicit/periodicbc). You need to specify the periodic boundaries in the dgf file.

[DuMuX] periodic boundary conditions

2019-01-13 Thread Elena Shaporenko
Hello All! I have the question about periodic boundary conditions. Is it possible to implement this in implicit models? Best regard, Elena ___ Dumux mailing list Dumux@listserv.uni-stuttgart.de https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Re: [DuMuX] gravity dependency on global postion

2019-01-13 Thread Timo Koch
Hi Felix, just a remark to that solution. This is usually not what you wanna do from a programming point of view. The problem is now that your gravityAtPos has an unexpected side effect. Accessing the gravity variable before and after a call to gravityAtPos yields different results althought