- Oct 03, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8430]]
-
Oliver Sander authored
InsertElement needs to find the neighbors of a newly inserted element. Previously, there were two methods: a linear (in time) method which needs preallocated memory, and a quadratic method with less memory requirements. If the grid was small enough, then the linear algorithm was used, otherwise, it was the quadratic one. However, the quadratic one takes such a long time as to be effectively useless. Hence this patch removes the quadratic algorithm. If there is not enough space for the linear algorithm, an error message is produced, which contains instructions on how to increase the available memory. [[Imported from SVN: r8429]]
-
- Sep 21, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8428]]
-
Oliver Sander authored
[[Imported from SVN: r8427]]
-
- Sep 20, 2012
-
-
Oliver Sander authored
This fixes some edge communication bugs for 2d grids. [[Imported from SVN: r8426]]
-
Oliver Sander authored
This fixes the Dune partitionType method for edges for levels > 0. [[Imported from SVN: r8425]]
-
Oliver Sander authored
[[Imported from SVN: r8424]]
-
Oliver Sander authored
This fixes the Dune partitionType method for edges in 2D on level 0 [[Imported from SVN: r8423]]
-
Oliver Sander authored
[[Imported from SVN: r8422]]
-
Oliver Sander authored
[[Imported from SVN: r8421]]
-
Oliver Sander authored
[[Imported from SVN: r8420]]
-
- Aug 28, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8419]]
-
- Aug 21, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r8418]]
-
Markus Blatt authored
[[Imported from SVN: r8417]]
-
Markus Blatt authored
[[Imported from SVN: r8416]]
-
Oliver Sander authored
[[Imported from SVN: r8415]]
-
Oliver Sander authored
[[Imported from SVN: r8414]]
-
- Mar 16, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8413]]
-
- Feb 20, 2012
-
-
Christian Engwer authored
- not used - and not allowed to be redistributed [[Imported from SVN: r8412]]
-
Christian Engwer authored
[[Imported from SVN: r8411]]
-
Christian Engwer authored
[[Imported from SVN: r8410]]
-
- Feb 15, 2012
-
-
Christian Engwer authored
- make the sequential UG compile again. [[Imported from SVN: r8409]]
-
Christian Engwer authored
[[Imported from SVN: r8408]]
-
- Jan 26, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8407]]
-
Oliver Sander authored
It was always set anyway, and lot's of code has been relying on it being set for a long time. [[Imported from SVN: r8406]]
-
- Jan 25, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8405]]
-
Oliver Sander authored
[[Imported from SVN: r8404]]
-
Oliver Sander authored
[[Imported from SVN: r8403]]
-
Oliver Sander authored
Set mergemode to 'maximum' for 2D edges, too. I am not quite sure about all implications, but I don't see why 2d edge priorities should be handled any differently of 3d edge priorities [[Imported from SVN: r8402]]
-
Oliver Sander authored
[[Imported from SVN: r8401]]
-
Oliver Sander authored
[[Imported from SVN: r8400]]
-
Oliver Sander authored
Because they really are used only in this file. But they need to be marked static so I can link 2d and 3d objects together. [[Imported from SVN: r8399]]
-
- Nov 11, 2011
-
-
Oliver Sander authored
UG had be compiled with --enable-dune. For a while now we can get the same information much more elegantly using pkg-config. Hence the dunemarker code can be removed. [[Imported from SVN: r8398]]
-
- Mar 28, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r8397]]
-
- Dec 16, 2010
-
-
Christian Engwer authored
- add a type for debugging - goal is to be able to use other types for the global ID - currently ceveral places in UG still assume that this type is an int [[Imported from SVN: r8396]]
-
Christian Engwer authored
[[Imported from SVN: r8395]]
-
Christian Engwer authored
[[Imported from SVN: r8394]]
-
Christian Engwer authored
[[Imported from SVN: r8393]]
-
- Nov 26, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r8392]]
-
Christian Engwer authored
[[Imported from SVN: r8391]]
-