WIP Feature/new instationary assembly
Loading
What this MR does / why does DuMux need it:
Extend the Assembler
and LocalAssembler
classes to work with the newly introduced time step methods.
TODOS related to other WIP branches:
TODOS here:
PDESolver
can be circumventedGridVariables
should store TimeLevel
information or if we should introduce different layers of grid variables that each store additional things. Like Variables
, TimeDependentVariables
, GridVariables
-> FVGridVariables
or so. There is already an ongoing discussion about the grid variables inheritance hierarchy in !2285 (merged).Problem
and SpatialParams
interfaces (e.g. boundaryTypes()
) to receive time information as well, such that time-dependent boundary conditions etc can be realized.