- Apr 06, 2018
-
-
Sander, Oliver authored
-
- Jan 05, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Jan 02, 2018
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
Sander, Oliver authored
I want the interpolation rule to appear in the log files. It is to easy to use the wrong one by accident.
-
Sander, Oliver authored
Otherwise certain matrix-copying methods will not work anymore.
-
Sander, Oliver authored
-
- Dec 19, 2017
-
-
Sander, Oliver authored
-
- Dec 12, 2017
-
-
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
-
- 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 03, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
-
- Mar 22, 2016
-
-
Sander, Oliver authored
Such measurements are now centralized in the program compute-disc-error.cc.
-
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 01, 2016
-
-
Sander, Oliver authored
-
- Jan 30, 2016
-
-
Sander, Oliver authored
-
Sander, Oliver authored
And make that code path work again!
-
- May 13, 2015
-
-
Oliver Sander authored
-
- May 04, 2015
-
-
Oliver Sander authored
Unfortunately, this bases needs to be switched on and off using preprocessor commands. Hopefully I'll find a way to make that prettier in the future.
-
- Mar 23, 2015
-
-
Oliver Sander authored
That really was a hack: the build system should do it. [[Imported from SVN: r10111]]
-
Oliver Sander authored
[[Imported from SVN: r10103]]
-
- Mar 20, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10096]]
-
- Mar 18, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10083]]
-
Oliver Sander authored
Conceptually cleaner, and makes for simpler code. Most importantly, we will want to pass the Basis::LocalView to the local assemblers. For that we need the actual basis, not just the grid view and local finite element. [[Imported from SVN: r10082]]
-
- Mar 16, 2015
-
-
Oliver Sander authored
[[Imported from SVN: r10081]]
-
- Mar 15, 2015
-
-
Oliver Sander authored
At least the harmonicmaps.cc example still works as before. [caveat: only tested without HAVE_MPI] Internally, at various places in the code, a dune-fufem basis is still constructed from the dune-functions one. These parts can be ported one by one, as dune-fufem slowly replaces its own bases by the ones from dune-functions. [[Imported from SVN: r10080]]
-
Oliver Sander authored
This is the first step towards moving to the dune-functions bases completely. [[Imported from SVN: r10079]]
-
Oliver Sander authored
I am puzzled that this worked at all previously. [[Imported from SVN: r10078]]
-
- Mar 14, 2015
-
-
Oliver Sander authored
This is needed with the cmake build system. I do not want to debug this today. [[Imported from SVN: r10075]]
-
- Feb 12, 2015
-
-
Oliver Sander authored
Some of these Python functions are so long that you cannot reasonably keep them in a single string in a ParameterTree entry. To be more flexible here the initial iterate function is now expected in a separate file. [[Imported from SVN: r10066]]
-