Skip to content
Snippets Groups Projects
Commit 4d0c95d0 authored by Steffen Müthing's avatar Steffen Müthing Committed by Carsten Gräser
Browse files

[Rangegenerators][Release] The default entities() method should not enforce Partitions::all

When I originally wrote the range generator functions, I implemented the
entities() function that does not specify a parallel partition as a
forward to the function with a parallel partition and hardcoded the
partition to Partitions::all. This turned out to be a *really* bad idea
because it makes it breaks custom GridView-like objects over smaller
partitions in generic code that does not want to care about the
partition.

I know this commit is late, but is absolutely crucial for PDELab's
nonoverlapping parallel support. Carsten, would you please consider
taking this one for the release?

(cherry picked from commit 51ed967e)
parent 76dae981
Branches
Tags v2.4.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment