- Feb 26, 2018
-
-
Sander, Oliver authored
It has been removed from dune-functions in the last release (at least).
-
- Feb 19, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Feb 12, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 15, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Previously, the actual projection happened by calling the constructor of one of the classes that implements points on a manifold. This patch introduces an new method projectOnto, which makes the projection more explicit.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 05, 2018
-
-
Sander, Oliver authored
-
- Jan 02, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Dec 21, 2017
-
-
Sander, Oliver authored
- use more shared_ptr - New MCMGMapper interface from dune-grid 2.6 - basis.indexSet() has been removed from dune-functions
-
Sander, Oliver authored
Makes it faster, but only by 1 or 2 percent.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
The new value is what you need for linear target spaces. I am not convinced that this is sufficient, but it matches what we do for simplices. The whole quadrature business will need some theoretical investigations eventually.
-
- Dec 06, 2017
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Only cmake is supported from now on.
-
Sander, Oliver authored
A lot of raw pointers have been replaced by std::shared_ptr. A lot of data members are inaccessible now, and getters have to be used. A small patch is still needed for dune-solvers: The iterationStep_ member is still needed to be public, because the new getter only grants access to the object, not the pointer to it.
-
- Nov 24, 2017
-
-
Jonathan Youett authored
When switching to the double covered quaternion pair, the corresponding distance was not computed correctly
-
- Oct 24, 2017
-
-
Sander, Oliver authored
-
- May 12, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Make them a parameter instead. This allows to switch more easily between geodesic finite elements and projected finite elements.
-
- May 10, 2016
-
-
Sander, Oliver authored
Make them a parameter instead. This allows to switch more easily between geodesic finite elements and projected finite elements.
-
- Mar 23, 2016
-
-
Sander, Oliver authored
-
- Mar 05, 2016
-
-
Sander, Oliver authored
It still tested for the dune-fufem wrapper of a first-order basis, while nowadays the RiemannianTRSolver class is instantiated with dune-functions bases.
-
- Mar 01, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Feb 27, 2016
-
-
Sander, Oliver authored
It is still no function in the dune-functions sense, but at least the basis parameter needs to be a dune-functions basis now, rather than a deprecated dune-fufem basis.
-
- Feb 25, 2016
-
-
Sander, Oliver authored
This is needed to be able to multiply FieldMatrices with Quaternions.
-
- Feb 21, 2016
-
-
Sander, Oliver authored
-
- Feb 10, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Needed for gradient-flow applications.
-
- Feb 08, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
According to Hanne, this is needed to turn 1d harmonic map heat flow into true curve-shortening flow. Hardwiring the weighting here is very hacky. Something more flexible and general will need to be implemented eventually.
-
Sander, Oliver authored
Apparently, nobody had used the evaluateDerivativeLocal method before.
-
- Jan 30, 2016
-
-
Sander, Oliver authored
This are needed by the gradientflow code to implement the implicit Euler method for an L2 gradient flow.
-