- Jun 03, 2014
-
-
Markus Blatt authored
-
- May 21, 2014
-
-
(cherry picked from commit 42e77b23) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Because there is no mathematical reason why they should do that, and in fact they don't. Closes: FS 1466 (https://dune-project.org/flyspray/index.php?do=details&task_id=1466 ) (cherry picked from commit 74368e06) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
(cherry picked from commit ee4768cc) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
(cherry picked from commit 00add675) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
The Jacobian is well defined in all corners as the tests use linear transformations. (cherry picked from commit 3f69645c) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Make sure the Jacobian does not contain NaN entries. This is not caught by (expected - actual).two_norm() > epsilon as NaN > epsilon is false. (cherry picked from commit aae38c56) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Add a simple test for local() to make sure local == geometry.local(geometry.global(local)) holds. (cherry picked from commit c61bb045) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Handle the evaluation of the jacobian at the tip of a pyramid. Note that the derivative there is only defined if the base of the pyramid is subject to an affine-linear transformation. Non-affine-linear transformations are not detected and the result is undefined. (cherry picked from commit 7ade11ec) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- May 14, 2014
-
-
Cc: Katja Hanowski <hanowski@igpm.rwth-aachen.de> (cherry picked from commit 03408fa5) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Christoph Grüninger authored
Complained by autoconf 1.14, cf. FS#1462. (cherry picked from commit 50c83dc4) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Apr 29, 2014
-
-
(cherry picked from commit 9937c6d9) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Feb 10, 2014
-
-
Markus Blatt authored
-
Markus Blatt authored
-
Markus Blatt authored
Kudos to Rene Milk, who provided a patch with Flyspray 1355 which is the basis for this one. (cherry picked from commit 5f67ee14) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
(cherry picked from commit 8391f2fd) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Jan 27, 2014
-
-
Markus Blatt authored
(cherry picked from commit aa104c2a) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Jan 17, 2014
-
-
Markus Blatt authored
-
This drawings show the numbering of the reference elements from the pre-generic-referenceelements-era. They are obsolete, and not referenced anywhere in the module. This patch removes them. (cherry picked from commit 1720ea33) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
(cherry picked from commit 57066698) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
These images contain the images of the various references, used to explain the subentity numbering. The directory I move them to already contains some of these images, but some of those still show the old numbering. Others are cropped badly. (cherry picked from commit 60160f9f) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Jan 16, 2014
-
-
There was just missing the $(top_srcdir) var. (cherry picked from commit f4a7f1d0) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
(cherry picked from commit 0a0eb89d) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
These are the ones actually used in the doxygen documentation. gg_ stands for 'genericgeometry_'. The ones without the prefix show the old numbering used before the advent of the generic implementation. (cherry picked from commit 7566dc8c) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Jan 09, 2014
-
-
Markus Blatt authored
-
- Jan 08, 2014
-
-
Some cmake specific dirs have been deleted in commit 1546b9a9 but not removed from configure.ac resulting the build process to fail for the autotools. (cherry picked from commit ae8a6d5f) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Jan 07, 2014
-
-
Markus Blatt authored
Previously, the macros were installed to $(datadir)/aclocal. As we have some macros in DUNE that are also installed for some Linux distributions this caused conflicts in package managers. With this patch we install them to $(datadir)/dune/aclocal to resolve this issue outlined in flyspray task 1409 https://dune-project.org/flyspray/index.php?do=details&task_id=1409 (cherry picked from commit 615b1d09) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Jan 06, 2014
-
-
Markus Blatt authored
(cherry picked from commit 1546b9a9) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Jan 03, 2014
-
-
Christoph Grüninger authored
Use 1e5*eps instead of 256*eps. This fixes FS#1405. (cherry picked from commit 2f96edd9) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Jan 02, 2014
-
-
Markus Blatt authored
Previously, dependencies were not correctly searched for as required packages. This patch fixes this. (cherry picked from commit 2546dfad) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Dec 28, 2013
-
-
(cherry picked from commit 8e8d580d) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
Don't ask me why. (cherry picked from commit 603444de) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
This pages explains how to port code to the reference elements constructed from tensor and conical products (i.e., the 'generic' reference elements). It is very old and outdated, and only serves to confuse people nowadays. (cherry picked from commit 72cb0baf) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
And move it from the special genericgeometry documentation directory to the normal module documentation directory. (cherry picked from commit 882ba517) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Dec 18, 2013
-
-
Markus Blatt authored
When the refinement code was move from dune-grid to dune-geometry, this was never reflected in the installation directories of the documentation. It still got installed under share/doc/dune-grid. This patch fixes this and it is finally installed where it is supposed to be, share/doc/dune-geometry. (cherry picked from commit 59b32983) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
Markus Blatt authored
As we prevent processing the test directories during make all, the installation directives need to be outside of this directory. This pacth moves them one directory layer up. (cherry picked from commit 57eebc59) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Dec 15, 2013
-
-
Christoph Grüninger authored
(cherry picked from commit 58dab7d8) Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
-
- Nov 27, 2013
-
-
(cherry picked from commit d6b99f55) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Nov 19, 2013
-
-
Unfortunately, the referred English document is no longer available. This should fix FS#1368 fo future releases. (cherry picked from commit 9d6a1fbd) Signed-off-by: Markus Blatt <markus@dr-blatt.de>
-
- Nov 18, 2013
-
-
Markus Blatt authored
-