- Jan 23, 2019
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 23, 2018
-
-
Dominic Kempf authored
-
- Sep 13, 2018
-
-
Dominic Kempf authored
-
- Sep 06, 2018
-
-
Dominic Kempf authored
Matrix inversion at code generation time does only work to a very limited extent (up to n=4). We can instead assemble the tensor in C++ and invert it there (e.g. using Dune::FieldMatrix)
-
- Aug 15, 2018
-
-
René Heß authored
Calculate the evaluation and jacobians of geometry mappings of cells using sum factorization. By avoiding all geometry mapping of intersections we can avoid the face-twist problem and just make the grid consistens (not yet done). TODO: - Make grid consistent - Vectorization - 3D
-
- Mar 09, 2018
-
-
Dominic Kempf authored
This will be needed to replace nonlinearities in Richards code with a cubic spline evaluation without bloating dune-perftool with the implementation details of such procedure. Also provides a test, that defines a custom square function.
-
- Feb 27, 2018
-
-
René Heß authored
-
- Feb 22, 2018
-
-
René Heß authored
In ULF the jump is defined as jump(v) = v('+') - v('-'). Accordingly the outer unit normal has positve restriction and ('+') refers to self und ('-') to neighbor. Unfortunatly you can also find '+' and '-' swapped in the literature.
-
- Feb 14, 2018
-
-
René Heß authored
-
- Feb 12, 2018
-
-
René Heß authored
-
- Feb 05, 2018
-
-
Dominic Kempf authored
This reverts commit 5081753a.
-
Dominic Kempf authored
Needs monkey patching of the preprocessing to not transfer to reference element...
-
- Feb 02, 2018
-
-
Dominic Kempf authored
-
- Feb 01, 2018
-
-
Dominic Kempf authored
-
- Jan 31, 2018
-
-
Dominic Kempf authored
It makes the code generation workflow more complicated without contributing anything substantial
-
- Jan 30, 2018
-
-
Dominic Kempf authored
Instationary stuff not fixed so far.
-
- Jan 12, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
The visitor state regarding indices needs to be correctly reset for child iteration in these cases.
-
- Jan 03, 2018
-
-
Dominic Kempf authored
-
- Nov 23, 2017
-
-
Dominic Kempf authored
-
- Nov 20, 2017
-
-
René Heß authored
-
Dominic Kempf authored
-
- Nov 09, 2017
-
-
René Heß authored
-
- Oct 11, 2017
-
-
Dominic Kempf authored
-
- Oct 06, 2017
-
-
Dominic Kempf authored
-
- Sep 21, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
So far, it had to restore indexing information on the visitor for the second branch. This can be avoided by index pushdown, just as we do with the sum of two tensors.
-
- Sep 20, 2017
-
-
Dominic Kempf authored
-
- Sep 13, 2017
-
-
Dominic Kempf authored
It spares us some hassle with function manglers.
-
- Sep 06, 2017
-
-
Dominic Kempf authored
-
- Sep 01, 2017
- Aug 31, 2017
-
-
René Heß authored
Make anisotropic quadrature order possible for non DG examples.
-
Dominic Kempf authored
-
Dominic Kempf authored
-