- Jun 23, 2019
-
-
Sander, Oliver authored
-
Sander, Oliver authored
... rather than a LocalGeodesicFEStiffness. That is a much cleaner design -- A 'stiffness' produces first and second derivatives for an 'energy'.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jun 16, 2019
-
-
Sander, Oliver authored
Currently, all implementations of variational problems inherit from LocalGeodesicFEStiffness, which requires gradient and Hessian implementations. However, most of these implementations really only implement the energy, and leave computations of first and second derivatives to algorithmic differentiation. To make this clearer, this patch introduces an abstract base class LocalEnergy for all implementations that really only have an energy.
-
- Jun 14, 2019
-
-
Sander, Oliver authored
Throw out the AmiraMesh support instead. I have not seen anybody using Amira for years.
-
Sander, Oliver authored
It combined computing rod configurations and their discretization errors. Nowadays the way to do that is to use rod3d.cc for the rod configurations, and compute-disc-errors.cc for the errors. Hence rod-eoc.cc is not needed anymore and can go.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jun 01, 2019
-
-
Sander, Oliver authored
-
- May 29, 2019
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- May 27, 2019
-
-
Sander, Oliver authored
.gitlab-ci.yml: use C++17 for GCC (for `if constexpr`) See merge request !17
-
- May 22, 2019
-
-
Sander, Oliver authored
.gitlab-ci.yml: require Python 3 See merge request !19
-
Ansgar Burchardt authored
Python 2's include files still contain the `register` keyword which is no longer allowed in C++17; using it is an error for clang.
-
Sander, Oliver authored
Remove wrong template parameter (GradientRT) from usages of LocalFEStiffness in film-on-substrate See merge request !18
-
Lisa Julia Nebel authored
-
- May 21, 2019
-
-
Ansgar Burchardt authored
-
- May 20, 2019
-
-
Sander, Oliver authored
-
- May 17, 2019
-
-
Sander, Oliver authored
To make it clear that that test does not currently test anything.
-
Sander, Oliver authored
Previously, the layout of my computer's file system was hard-coded here.
-
Sander, Oliver authored
In this file they are not needed at all anymore.
-
Sander, Oliver authored
Film on substrate See merge request !13
-
-
Sander, Oliver authored
Fix adolc and path See merge request !15
-
Lisa Julia Nebel authored
-
Lisa Julia Nebel authored
When using ADOL-C together with MPI we need to use different tags in the ADOL-C function calls for each process. If we use the same tag, then the processes will interfere with each other causing undefined behaviour.
-
Lisa Julia Nebel authored
-
Sander, Oliver authored
I forgot the GridFactory::createGrid did return a plain pointer as recently as dune-grid 2.6.
-
Sander, Oliver authored
-