- May 17, 2019
-
-
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
-
- Dec 21, 2017
-
-
Sander, Oliver authored
In particular, this patch removes tests for the gradient of the Cosserat energy and related things. The CosseratEnergyLocalStiffness class stopped computing these things back in 2014 (in 63e42ece ) when it was decided that algorithmic differentiation was the way to go. With this patch, the test builds again, but it doesn't run yet. I am afraid that fixing that may require a larger investment of time...
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Dec 06, 2017
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Only cmake is supported from now on.
-
- Nov 27, 2017
-
-
Jonathan Youett authored
-
Jonathan Youett authored
-
- Jul 09, 2016
-
-
Sander, Oliver authored
It seemed strange to me to demonstrate a second-order tangent field on a first-order base function. People may think that this is a necessary restriction. Also, this patch includes a bugfix: The basis of the tangent space was hard-wired to (0,1,0) and (0,0,1). But this only works if we are at the tangent space at (1,0,0).
-
- Jul 07, 2016
-
-
Sander, Oliver authored
-
- Jan 26, 2016
-
-
Sander, Oliver authored
-
- Dec 31, 2015
-
-
Sander, Oliver authored
In particular, assemblers now hand LocalView objects around, rather than pairs of elements and LocalFiniteElements.
-
- Nov 20, 2015
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-