- Dec 19, 2017
-
-
Sander, Oliver authored
-
- Dec 12, 2017
-
-
Sander, Oliver authored
-
Sander, Oliver authored
Makes the code a bit shorter and easier to read.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Dec 06, 2017
-
-
Sander, Oliver authored
-
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.
-
- Oct 24, 2017
-
-
Sander, Oliver authored
-
- Jul 09, 2016
-
-
Sander, Oliver authored
It seemed strange to me to demonstrate a second-order tangent field on a first-order base function. People may think that this is a necessary restriction. Also, this patch includes a bugfix: The basis of the tangent space was hard-wired to (0,1,0) and (0,0,1). But this only works if we are at the tangent space at (1,0,0).
-
- Jul 07, 2016
-
-
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.
-
- May 08, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Otherwise, the ParaView 'glyph' filter won't recognize the direction fields.
-
- May 07, 2016
-
-
Sander, Oliver authored
By using the same mechanism as in the shell script: piping everything through the 'tee' program. This may not be the most elegant way from a Python standpoint, but it seems to work. Since now my Python testsuite seems to do everything the shell version did, this commit also removes the shell version.
-
- May 05, 2016
-
-
Sander, Oliver authored
Having it in bash was starting to be a pain. This particular testsuite uses a bit of arithmetic, which was difficult to do in bash, but trivial in Python.
-
- May 03, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Mar 23, 2016
-
-
Sander, Oliver authored
-
- Mar 22, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
Such measurements are now centralized in the program compute-disc-error.cc.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
This is planned to be used to start a fine-grid computation on the coarse-grid solution, or to start a high-order computation from a low-order one. This is helpful, in particular, for measurements of the discretization error, which take a lot of time.
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Mar 05, 2016
-
-
Sander, Oliver authored
-
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.
-
Sander, Oliver authored
For those, it is necessary to have separate measurement for the displacement and orientation components.
-