Skip to content

Export the partition sets available for iteration (e.g. dune.grid.Partitions.interior)

Andreas Dedner requested to merge feature/addPartitionSet2GridPythonOutput into master

These can now be used in the gf.pointData, gf.cellData, or grid.triangulation functions to access a numpy view of the objects over the given partition.

Merge request reports