- May 16, 2019
-
-
Sander, Oliver authored
-
- May 04, 2019
-
-
Sander, Oliver authored
These two files are very similar, and merging them will reduce maintenance effort in the future. As of this patch, there is now quite a number of preprocessor directives in the new merged cosserat-continuum.cc. That is not pretty, but the new state is still much easier to maintain than two completely separate files. What is more, I hope to be able to reduce some of that preprocessor trickery by smarter use of the dune-functions basis trees.
-
- May 03, 2019
-
-
Sander, Oliver authored
This used to work only with dune-fufem bases, but the method constructBoundaryDofs recently learned to also handle the bases of dune-functions.
-
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
-