Skip to content

Don't rely on block type carrying all information

lh1887 requested to merge feature/blockgssteps_autoCopy into master

This patch uses copies instead of constructing the blocks directly. This way, existing dynamic information (e.g. size) can be reused.

For copying, Dune::autoCopy is used. This should not change anything for most types but can help when copying proxy elements that implement AutonomousValue.

Merge request reports