- Jul 06, 2024
-
-
Sander, Oliver authored
-
- Mar 19, 2024
-
-
Sander, Oliver authored
This replaces the dedicated implementation of the quadrature loop for harmonic energies -- that is not needed anymore. In particular this means that the test for it can be removed. In theory it should be replaced with a test for the harmonic energy *density*, but that density implementation is so short that it doesn't really require a separate test.
-
- Feb 07, 2024
-
-
Sander, Oliver authored
The new method is Fufem::markBoundaryPatchDofs, which apparently works in just the same way.
-
- Jan 05, 2024
-
-
Sander, Oliver authored
-
- Oct 27, 2023
-
-
Lisa Julia Nebel authored
-
- May 24, 2023
-
-
Sander, Oliver authored
-
- May 22, 2023
-
-
Sander, Oliver authored
It was apparently not used. If you should ever need something like this in the future, please use periodicbasis.hh from dune-functions.
-
- May 16, 2023
-
-
Sander, Oliver authored
There are two important changes: First of all, the new class implements the `dune-functions` interface rather than the deprecated one based on inheritance from `VirtualGridViewFunction`. Secondly, the new class does not hard-wire geodesic interpolation anymore. Rather, you can give it interpolation classes which then govern how interpolation is done. This change was long overdue. It was now needed to make gradient-flow.cc compile with the post 2.9 version of dune-fufem again.
-
- Nov 05, 2020
-
-
Sander, Oliver authored
-
-
- May 13, 2020
-
-
- Feb 18, 2020
-
-
Sander, Oliver authored
-
- Oct 07, 2019
-
-
Sander, Oliver authored
Because it really is only an energy.
-
Sander, Oliver authored
Because it is not a stiffness, it is really just an energy.
-
Sander, Oliver authored
Previously, they all inherited from LocalGeodesicFEStiffness, which was weird, because none of them implemented first or second derivatives as you would expect from something called 'stiffness'.
-
- Oct 04, 2018
-
-
Sander, Oliver authored
The code it contains is adolcnamespaceinjections.hh.
-
- Sep 06, 2018
-
-
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
-
- Apr 17, 2018
-
-
Sander, Oliver authored
-
- Apr 16, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Otherwise some dune-common stuff will not work properly, for example copying of FieldMatrices that use adouble as their number type.
-
- Feb 26, 2018
-
-
Sander, Oliver authored
It has been removed from dune-functions in the last release (at least).
-
- Dec 06, 2017
-
-
Sander, Oliver authored
-
- Mar 22, 2016
-
-
Sander, Oliver authored
-
- Feb 11, 2016
-
-
Sander, Oliver authored
-
- Feb 08, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
You never know, we may be doing dim!=dimworld grids eventually.
-
Sander, Oliver authored
Of course we always need unitvector.hh. vtkadapter.hh, on the other hand, only exists in dune-functions 2.4.
-
- Feb 01, 2016
-
-
Sander, Oliver authored
This is needed even though we don't actually use MPI here. Dune aborts with a run-time error otherwise.
-
Sander, Oliver authored
-
- Jan 30, 2016
-
-
Sander, Oliver authored
-
- Jan 27, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
That should work when calling the executable from 'build-cmake/src'.
-
Sander, Oliver authored
-
Sander, Oliver authored
This initial commit simply brings a cleaned-up version of the harmonicmaps program. The first step will be to make it compute curve-shortening flow on the sphere.
-