Dear Dumux,

Recently, I discovered the value of this->timeManager().time() in void addOutputVtkFields() always 1 time step before as in VTK output. Is it a bug in Dumux?

More detail: During comparing a time dependent analytical solution with a Dumux simulation, I have added an anaSol variable in addOutputVtkFields(). The variable anaSol is calculated as a function of time which called by this->timeManager().time(). In the results, I found some lagging between anaSol and simulation result. Printing out the value from this->timeManager().time(), I found that the time is always 1 time step before as in VTK (Ex: with time step 810s, the time in VTK results are 0, 810, 1620...and the this->timeManager().time() returns value: 0, 0, 810 respectively)

Best wishes,

Mai

_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to