Skip to content

Draft: Add virtualized grid

Samuel Burbulla requested to merge feature/virtualized-grid into master

This MR implements a virtualised version of the DUNE grid interface.

It takes dimension and world dimension as template parameters, and then can be constructed by passing another grid to the constructor. For instance:

Dune::VirtualizedGrid<2,2> ( yaspGrid );

Related MRs: !573 (closed), !656 (merged)

TODO

Edited by Samuel Burbulla

Merge request reports