- Oct 16, 2014
-
-
Oliver Sander authored
That code was buggy, and we only didn't see that because the wrong sizes were always overwritten by the correct ones before being used. (That's so as long as you call a reducing method before 'scatter'). Removing the code leaves the situation as bad as before, but it allows us to get rid of the nOwnedLocalEntity() method from the global mapper. [[Imported from SVN: r9926]]
-
- Oct 11, 2014
-
-
Oliver Sander authored
The local copy was to get the thing developed and working. Now that it is working we upstream it into dune-grid. [[Imported from SVN: r9922]]
-
Oliver Sander authored
The IndexSet interface class from dune-grid doesn't have it, and we want to be like the interface method as much as possible. [[Imported from SVN: r9921]]
-
- Oct 10, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9920]]
-
Oliver Sander authored
That's what this method is called in the dune-grid IndexSet interface. [[Imported from SVN: r9919]]
-
Oliver Sander authored
Yes it is to be moved to dune-grid, but for the transition it is easier to use the one from this module. [[Imported from SVN: r9916]]
-
- Sep 30, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9902]]
-
- Jul 25, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9840]]
-
- May 26, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9764]]
-
- May 25, 2014
-
-
Oliver Sander authored
No idea why valgrind didn't complain about this. [[Imported from SVN: r9758]]
-
- May 16, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9749]]
-
Oliver Sander authored
And use it in one place in VectorCommunicator [[Imported from SVN: r9748]]
-
- May 14, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9733]]
-
Oliver Sander authored
[[Imported from SVN: r9732]]
-
Oliver Sander authored
Those do many-to-one communication with a single method call. Previously, two subsequent calls were needed. There is no reason why the interface has to consist of two calls. A single one is much easier to use. [[Imported from SVN: r9730]]
-
- May 12, 2014
-
-
Oliver Sander authored
The globalindex.hh and uniqueentitypartition.hh is from Benedikt Oswald. The rest is from Benjamin Bykowski, with a few fixes from me. The globalindex stuff should go into dune-grid eventually, but it needs some polishing first. [[Imported from SVN: r9718]]
-