- 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
-
- Oct 18, 2015
-
-
Sander, Oliver authored
[cleanup] Move the FD approximation of the GFE function gradient from the GFE function into the test It is a part of the test harness, and should not clutter the implementation of the GFE functions themselves.
-
- Oct 16, 2015
-
-
Sander, Oliver authored
Use 1e-8: The square root of the machine precision is said to be the best choice.
-
Sander, Oliver authored
-
Sander, Oliver authored
Needed for projection-based finite elements. This patch also adds a unit test. So far this test passes.
-
Sander, Oliver authored
-
- Oct 07, 2015
-
-
Oliver Sander authored
-
- Oct 02, 2015
-
-
Oliver Sander authored
-
- Jun 19, 2015
-
-
Oliver Sander authored
-
Oliver Sander authored
The program is not really a test, but it doesn't really belong into 'src', either.
-