- May 03, 2019
-
-
Sander, Oliver authored
-
Sander, Oliver authored
This used to be a yes/no, parameter, now we require 'cube' rather that 'yes' or 'true'.
-
- Jan 09, 2019
-
-
Sander, Oliver authored
-
- Jan 03, 2019
-
-
Sander, Oliver authored
-
- Dec 18, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
The original implementation measured the error of SO(3)-valued functions in quaternion space in a few places. This patch converts another occurrence of this to matrix space.
-
- Nov 23, 2018
-
-
Sander, Oliver authored
-
- Nov 22, 2018
-
-
Sander, Oliver authored
That way, we can use 'if constexpr', and get suitable writing methods for all kinds of TargetSpace, without ugly preprocessor tricks.
-
- Oct 04, 2018
-
-
Sander, Oliver authored
'Only' a stupid typo: '=' instead of '+='.
-
Sander, Oliver authored
-
Sander, Oliver authored
As of version 2.6, dune-functions doesn't properly do interpolation of vector-valued functions with scalar-valued bases anymore.
-
Sander, Oliver authored
The code it contains is adolcnamespaceinjections.hh.
-
- Sep 06, 2018
-
-
Sander, Oliver authored
In this case, two different refinements of the grids are not necessarily geometrically identical. This means we cannot use hierarchic search with the global position of a quadrature point, and expect to find the point on the other grid as well. Instead, we go done to the coarsest grid, and make the transfer to the other grid there.
-
Sander, Oliver authored
-
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.
-
- May 30, 2018
-
-
Sander, Oliver authored
This is needed to build with a recent dune-common and dune-fufem
-
- May 22, 2018
-
-
Sander, Oliver authored
-
- May 11, 2018
-
-
Sander, Oliver authored
Previously, the error norms where computed in the respective global embedding space of the TargetSpace. For the case of Rotation<3> this was the space of quaternions, because this is how the Rotation class is implemented. However, this does not lead to correct results. Therefore, this patch adds special handling for Rotation<3>, and computes the errors norms in the space of 3x3 matrices.
-
Sander, Oliver authored
The CI system found this for me, because it only goes wrong when dune-foamgrid is not available.
-
Sander, Oliver authored
-
- Apr 17, 2018
-
-
Sander, Oliver authored
In many cases it is not needed, but I am too lazy to write a proper test for it right now.
-
Sander, Oliver authored
-
- Apr 16, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
gcc warns about some of those nowadays.
-
Sander, Oliver authored
-
Sander, Oliver authored
It used to be in dune-functions originally, but got moved to dune-common eventually. This patch updates the code to reflect that move.
-
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 11, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
The method indexSet has been removed from dune-functions a long time ago.
-
- Apr 06, 2018
-
-
Sander, Oliver authored
-