Implement 0d output
This PR adds the parameters
enable0d
format0d
This is a quick and dirty implementation, because I need the output for the thesis.
It is dirty, because atm
- one can either output 0d, 1d or 2d data,
- we output the mesh also for 0d data.
A refactoring of this should account for that our output reader Output
, which is used by plotting scripts and IntegrationTests
.
Furthermore, such a refactoring will be breaking, because we will then introduce output parameters like every_dt, every_iteration
etc for each dimension separately.