- Nov 25, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9975]]
-
- Nov 13, 2014
-
-
Oliver Sander authored
Normally, the two different level grid views. Previously we used the same one to compute the localToGlobal renumbering for boths rows and columns. Of course that screws up the numbering. I am not quite sure when that got introduced. I may have gotten in fairly recently, after the upstreaming of the GlobalIndexSet classs. [[Imported from SVN: r9962]]
-
Oliver Sander authored
[[Imported from SVN: r9961]]
-
- Nov 05, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9956]]
-
Oliver Sander authored
[[Imported from SVN: r9954]]
-
- Oct 27, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9935]]
-
- Oct 14, 2014
-
-
Oliver Sander authored
In particular this means having to carry mappers for the local indices around. This makes the code more verbose, but it also makes it easier to see what is happening. While coding this stuff I keep having doubts about whether all the renumbering works correctly... [[Imported from SVN: r9925]]
-
- 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]]
-
- May 26, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9763]]
-
- May 14, 2014
-
-
Oliver Sander authored
Much easier to use than the previous API. [[Imported from SVN: r9735]]
-
- May 12, 2014
-
-
Oliver Sander authored
That way we can handle multigrid transfer matrices as well. [[Imported from SVN: r9719]]
-
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]]
-