- Jul 03, 2012
-
-
Oliver Sander authored
Because there are _two_ files of that name. Using the full path makes it clearer which one is meant. [[Imported from SVN: r125]]
-
Oliver Sander authored
[[Imported from SVN: r124]]
-
Oliver Sander authored
Grids are unknown in the dune-geometry module. Also, the implementation of a Geometry should not know about a grid that it may be part of. [[Imported from SVN: r123]]
-
Oliver Sander authored
[[Imported from SVN: r122]]
-
Oliver Sander authored
It was used for the transition from the old to the new numbering. That transition has been completed for a while now. [[Imported from SVN: r121]]
-
- Jul 02, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r120]]
-
- Jun 30, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r118]]
-
Oliver Sander authored
[[Imported from SVN: r117]]
-
Oliver Sander authored
Remove all references to grids. These are unknown in dune-geometry. [[Imported from SVN: r116]]
-
- Jun 26, 2012
-
-
Christoph Grüninger authored
Remove deprecated function &instance(). [[Imported from SVN: r115]]
-
Christoph Grüninger authored
[[Imported from SVN: r114]]
-
- Jun 25, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r112]]
-
Christoph Grüninger authored
[[Imported from SVN: r111]]
-
- Jun 24, 2012
-
-
Christoph Grüninger authored
Remove call to deprecated GenericType::basicType() in preparation of removing the deprecated method. [[Imported from SVN: r110]]
-
Oliver Sander authored
Thanks to Andreas Lauser for the patch [[Imported from SVN: r108]]
-
- Jun 23, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r107]]
-
- Jun 22, 2012
-
-
Oliver Sander authored
- removes one layer of redirection - removes one occurrence of the codim-wrt-the grid concept, which shouldn't occur in dune-geometry [[Imported from SVN: r106]]
-
- Jun 14, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r103]]
-
- Jun 10, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r101]]
-
- Jun 05, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r99]]
-
- May 22, 2012
-
-
Jorrit Fahlke authored
[[Imported from SVN: r92]]
-
- May 10, 2012
-
-
Christoph Grüninger authored
Unfortunately, that led to code duplication. [[Imported from SVN: r85]]
-
- May 02, 2012
-
-
Oliver Sander authored
affine and volume tests into their own functions. This avoids the use of isnan (which is a macro in C99 but a function in C++11), avoids the use of the somewhat obscure "a == a" test for NaNs, and is much clearer than using some special volume for the volume anyway. Thanks to Jö for the patch. [[Imported from SVN: r69]]
-
Oliver Sander authored
[[Imported from SVN: r68]]
-
Christoph Grüninger authored
Ignored testbasicgeometry. [[Imported from SVN: r67]]
-
Christoph Grüninger authored
[[Imported from SVN: r66]]
-
Christoph Grüninger authored
[[Imported from SVN: r65]]
-
- Apr 30, 2012
-
-
Jorrit Fahlke authored
dune-geometry/trunk@62. [[Imported from SVN: r64]]
-
- Apr 28, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r63]]
-
- Apr 27, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r62]]
-
Martin Nolte authored
[[Imported from SVN: r61]]
-
- Apr 23, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r60]]
-
- Apr 11, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r59]]
-
- Apr 06, 2012
-
-
Christoph Grüninger authored
Thanks Ansgar Burchardt for the hint. [[Imported from SVN: r58]]
-
- Apr 02, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r57]]
-
- Apr 01, 2012
-
-
Christoph Grüninger authored
[[Imported from SVN: r56]]
-
- Mar 30, 2012
-
-
Martin Nolte authored
This patch allows the user to store additional data in the mapping. This user data is assumed to be independent of the topology and, hence, can be accessed through non-virtual methods (even when HybridMapping is used). In order to avoid storing the user data twice, the CachedMapping has been split into a new NonHybridMapping and the CachedMapping itself. The new user-visible class is NonHybridMapping. This should also clarify the semantics of the methods trace and clone, which no longer reside on the CachedMapping but on the NonHybridMapping. The impact of this patch on the user is relatively low. You will only notice it in two situations: a) Your GeometryTraits class (e.g., GlobalGeometryTraits) is not derived from DefaultGeometryTraits. In this case you have to add a type UserData (see DefaultGeometryTraits for an example). b) You are using the CachedMapping directly, i.e., you are not using one of the classes GenericGeometry::BasicGeometry, GenericGeometry::Geometry, or GenericGeometry::LocalGeomtry. In this case you simply replace CachedMapping by NonHybridMapping. [[Imported from SVN: r55]]
-
- Mar 29, 2012
-
-
Martin Nolte authored
[[Imported from SVN: r54]]
-
Martin Nolte authored
[[Imported from SVN: r53]]
-
Christian Engwer authored
* use maxima to compute quadrature rule * see FS1054 * kudos to Ansgar Burchardt [[Imported from SVN: r52]]
-