Dear DuMuX experts,

Please advise what is the easiest way to re-initialize a DuMuX run from vtu/vtp 
files.

After a pretty long run (several days) DuMuX stopped because the simulation 
time was over; however, I would like to continue the run starting from the last 
saved vtu file. (I have seen some files for creating restarts in 
dumux/io/restart.hh but I did not envoke it explicitly.)

I have managed to read a vtu from a standalone executable using native vtk 
methods (reading the file using GetCellData of vtkUnstructuredGrid). For that I 
needed to install vtk using sudo apt-get install libvtk5-dev, and compile the 
executable with vtk libraries).

How can I compile DuMuX using the vtk libraries? Essentially, I need to pass a 
string like -I/usr/include/include/vtk-5.10 -lvtkCommon etc to g++.

Thank you,
Nikolai


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

Reply via email to