- Oct 08, 2019
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
All of a sudden it gets confused with a class of the same name in dune-localfunctions.
-
- Jul 09, 2019
-
-
Sander, Oliver authored
It's not clear what it is supposed to be testing at all.
-
Sander, Oliver authored
And make it actually test something.
-
Sander, Oliver authored
Previously the code only tested whether the AverageDistanceAssembler computed gradient vector and Hesse matrix. Now the test actually tests whether these are correct.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- May 29, 2019
-
-
Sander, Oliver authored
-
- May 17, 2019
-
-
Sander, Oliver authored
To make it clear that that test does not currently test anything.
-
Sander, Oliver authored
I forgot the GridFactory::createGrid did return a plain pointer as recently as dune-grid 2.6.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
This is what GridFactory::createGrid returns anyway.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- May 16, 2019
-
-
Sander, Oliver authored
It is no test. Rather, it is a program I used to create illustrations for the paper on GFE test functions (arXiv:1607.07479). I moved the program into the git repository of that paper.
-
Sander, Oliver authored
-
Sander, Oliver authored
This was never a real test. Rather, it was I toy for me to test a mathematical property of GFE functions which is known to be false anyway.
-
Sander, Oliver authored
That's already done in adolcnamespaceinjections.hh, in dune-fufem.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
This resolves a name ambiguity.
-
- Sep 06, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Capturing any polymorphic object by value is wrong, and gcc 8 started to warn about this in the case of exceptions.
-
Sander, Oliver authored
The latter is deprecated as of dune-functions 2.6.
-
- Jun 19, 2018
-
-
Sander, Oliver authored
-
- May 30, 2018
-
-
Sander, Oliver authored
-
- May 22, 2018
-
-
Sander, Oliver authored
This makes the test build again. It also removes the FD test for the gradient of the harmonic energy. Since the HarmonicEnergyStiffness class does not implement the gradient anymore, there is nothing to test here.
-
- Apr 16, 2018
-
-
Sander, Oliver authored
Otherwise some dune-common stuff will not work properly, for example copying of FieldMatrices that use adouble as their number type.
-
- Apr 05, 2018
-
-
Sander, Oliver authored
-
- Mar 02, 2018
-
-
Jonathan Youett authored
This fixes #1
-
Jonathan Youett authored
-
- Feb 19, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
The formula for the FD gradient never took the distance between the two Lagrange points into account, even though the gradient of an interpolation function clearly depends on it. (cherry picked from commit 7f326ded)
-
Sander, Oliver authored
-
Sander, Oliver authored
-