Re: [DuMux] Temporal discretization in Dumux

2021-05-21 Thread Timo Koch
Hi, no the default is backward differences (implicit Euler). You can set the mode as third template argument (of type bool) of the FVAssembler class. See e.g. https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/blob/master/test/porousmediumflow/tracer/constvel/main.cc

Re: [DuMux] Temporal discretization in Dumux

2021-05-21 Thread Mahmoud Atef Mahmoud Mohamed Aboelseoud S277151
Dear Timo, Thanks a lot for the quick answer, is the forward difference implemented by default? Regards, Mahmoud - Il 2021-05-21 16:30 Timo Koch ha scritto: You can currently

Re: [DuMux] Temporal discretization in Dumux

2021-05-21 Thread Timo Koch
You can currently use Forward or Backward differences. But only first order one-step methods are implemented. Higher order time one step multi-stage time discretisation methods sort of work on an experimental branch (track https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/issues/940

[DuMux] Temporal discretization in Dumux

2021-05-21 Thread Mahmoud Atef Mahmoud Mohamed Aboelseoud S277151
Hello Dumux team, I have a small question please. Does Dumux use the first order difference quotient for temporal discretization as shown in page 32 of the handbook v3.3 or it was just an example? Best Regards, Mahmoud ___ DuMux mailing list