Re: [DuMuX] How to write only every n(th) time step to output file in 2p2cni implicitproblem

2015-04-08 Thread Bernd Flemisch
Hi, the easiest way is to overwrite the function shouldWriteOutput in your problem file. Have a look at tutorialproblem_coupled.hh: bool shouldWriteOutput() const { return this-timeManager().timeStepIndex() 0 (this-timeManager().timeStepIndex() % 1 ==

Re: [DuMuX] How to write only every n(th) time step to output file in 2p2cni implicitproblem

2015-04-08 Thread Christoph GrĂ¼ninger
Hi Jahnes, please do not write emails to dumux-owners, only use the mailing list. There is a parameter, that can be set to write only every n-th time step, but I cannot find it in the parameter list http://www.dumux.org/doxygen-stable/html-2.6/a01137.php What's wrong with setoutputinterval(nth)?