[vtk] Introduce new output module featuring standardized output fields
-
you mean for the saturation output in case of using an interface solver? Maybe for now we can write the output such that it works for box and cc and then modify it when we have the interface solver. I suppose the output should easily work for the two methods, right? Using scv.dofIndex() to get the privars etc...
-
The problem is not only the interface solver. But also spatial params. The current version now continues the "bug" in the case of element parameters that randomly the last scv determines the vertex value if the parameter is not defined on the box. For solution dependent spatial params the only option is to output per scv.
-
I guess I wasn't clear :). To me it seemed that the implementation of the output module only works for cc.. but is it called also for box models? You did commit calls to this writer, e.g. for the 1p model right? So what happens if I want to use the 1pbox model now.. I could also have tested it, that would've been faster I guess :). I just wanted the box output the way it was implemented here or something that makes sure we don't get a segfault when running a box model...