- May 04, 2019
-
-
Sander, Oliver authored
This makes mixed-cosserat-continuum compile again.
-
- 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
-
Sander, Oliver authored
But keep compatibility with dune-grid 2.6 as well.
-
- Jan 03, 2019
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
WARNING: These methods implement the projection in quaternion space. This is NOT the canonical projection in matrix space.
-
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.
-
Sander, Oliver authored
-
- 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.
-
Sander, Oliver authored
The current implementation assign one degree of freedom to each element, regardless of its type. That only works for quad grids: We are implementing Lagrange FE here, and these don't assign degrees of freedom to triangles.
-
- 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 20, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
I found those wrong types when trying to use a HarmonicEnergyStiffness with a RigidBodyMotion.
-
- 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
-
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.
-
- Aug 18, 2018
-
-
Sander, Oliver authored
It's the same code, but the old name is deprecated.
-
- Jun 19, 2018
-
-
Sander, Oliver authored
Running the test aborts with an error, because the error is exactly the same as before this patch.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-