- Jan 01, 2013
-
-
Christoph Grüninger authored
[[Imported from SVN: r357]]
-
- Nov 29, 2012
-
-
Oliver Sander authored
The functionality of the AxisAlignedCubeGeometry class can be implemented particularly efficient if dim==0 (i.e. the cube is a vertex). Even though the case already did the right thing in that case, it was slower than necessary. For each component the corresponding entry of the 'axes' bitfield was looked up -- even though they are all 'false' when dim==0. Since 'dim' is a compile time constant it make sense to implement dim==0 as a special case. Hence, with this patch the AxisAlignedCubeGeometry class can be used to implement vertices, without any run-time penalty. This allow to avoid some special casing in grid implementations. [[Imported from SVN: r353]]
-
- Nov 13, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r351]]
-
- Nov 08, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r349]]
-
- Nov 06, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r348]]
-
Christian Engwer authored
[[Imported from SVN: r347]]
-
- Oct 21, 2012
-
-
Martin Nolte authored
Notice: This has not been properly discussed. Please revert, if need for discussion arises. [[Imported from SVN: r345]]
-
- Oct 18, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r342]]
-
Martin Nolte authored
[[Imported from SVN: r341]]
-
- Oct 16, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r340]]
-
Martin Nolte authored
[[Imported from SVN: r339]]
-
Martin Nolte authored
[[Imported from SVN: r338]]
-
Martin Nolte authored
[[Imported from SVN: r337]]
-
Martin Nolte authored
[[Imported from SVN: r336]]
-
Martin Nolte authored
[[Imported from SVN: r335]]
-
Martin Nolte authored
[[Imported from SVN: r334]]
-
Christoph Grüninger authored
SVN ignore a test in dune/geometry/test. [[Imported from SVN: r333]]
-
- Oct 14, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r332]]
-
- Oct 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r331]]
-
Oliver Sander authored
[[Imported from SVN: r330]]
-
- Oct 12, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r329]]
-
Martin Nolte authored
[[Imported from SVN: r328]]
-
- Oct 08, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r327]]
-
Martin Nolte authored
[[Imported from SVN: r326]]
-
Martin Nolte authored
[[Imported from SVN: r325]]
-
Martin Nolte authored
[[Imported from SVN: r324]]
-
- Oct 07, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r323]]
-
Martin Nolte authored
[[Imported from SVN: r322]]
-
Oliver Sander authored
[[Imported from SVN: r321]]
-
Martin Nolte authored
[[Imported from SVN: r320]]
-
Christian Engwer authored
improve documentation [[Imported from SVN: r319]]
-
Christian Engwer authored
add new unit test for the geometry type [[Imported from SVN: r318]]
-
Christian Engwer authored
remove obsolete parameter [[Imported from SVN: r317]]
-
Christian Engwer authored
allow to create a basic geometry, only based on the list of vertices and the dimension (geometry type is "guessed") [[Imported from SVN: r316]]
-
Christian Engwer authored
add additional make* method to setup a geometrytype based on the dimension and the number of vertices [[Imported from SVN: r315]]
-
Christian Engwer authored
improve documentation [[Imported from SVN: r314]]
-
- Oct 06, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r313]]
-
Martin Nolte authored
[[Imported from SVN: r312]]
-
Martin Nolte authored
[[Imported from SVN: r311]]
-
Martin Nolte authored
[[Imported from SVN: r310]]
-