Skip to content

Add support for passing rvalue of GridCreator to VtkReader

Simon Praetorius requested to merge feature/gridcreator-rvalue into master

Similar to !61 (merged) this MR allows to pass rvalues of GridCreators to the VtkReader. This allows to write

auto reader = VtkReader(ContinuousGridCreator<Grid>{});

Merge request reports