This PR refactors the setup of mg_mf_data_current and of the transfer operator. The sequence is now:
1) setup mg_mf_data_reference
2) setup transfer operator, using mg_mf_data_reference
3) interpolate mg_solution_total
4) setup mg_mf_data_current
This is the same sequence that can be used for GC.
Before I merge, @peterrum , may I ask if you've run the tests locally with this change? I see that we haven't yet hooked the tests into the CI (at least, I cannot see any output that suggests that we have).
This PR refactors the setup of
mg_mf_data_current
and of the transfer operator. The sequence is now: 1) setupmg_mf_data_reference
2) setup transfer operator, usingmg_mf_data_reference
3) interpolatemg_solution_total
4) setupmg_mf_data_current
This is the same sequence that can be used for GC.
references #105
depends on #104