- Aug 02, 2019
-
-
Dominic Kempf authored
-
- Jul 31, 2019
-
-
Dominic Kempf authored
-
- Jul 29, 2019
-
-
Dominic Kempf authored
In many places we treat this as codegen-time information anyway. For loopy, this is the necessary way to go.
-
- Jan 24, 2019
-
-
Dominic Kempf authored
-
- Jan 23, 2019
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Dec 07, 2018
-
-
Dominic Kempf authored
-
- Dec 05, 2018
-
-
Dominic Kempf authored
-
- Oct 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- 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
-
- Jul 10, 2018
-
-
René Heß authored
-
- Feb 27, 2018
-
-
René Heß authored
-
- Jan 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Instationary stuff not fixed so far.
-
- Jan 03, 2018
-
-
Dominic Kempf authored
-
- Sep 01, 2017
-
-
René Heß authored
-
- Aug 31, 2017
-
-
René Heß authored
Make anisotropic quadrature order possible for non DG examples.
-
- Aug 29, 2017
-
-
René Heß authored
- Use TensorProductElement in one example. - We still use the sumfact option to swicth to the sum factorization code branch. This way it is still possible to easily swicth between sumfact and non sumfact code. - Only TensorProductElements with the same degree in all directions will work. Anisotropie and adaption of quadrature rule will happen in the next commits.
-
- Jul 10, 2017
-
-
Marcel Koch authored
-
- Jul 07, 2017
-
-
Marcel Koch authored
-
- Dec 22, 2016
-
-
René Heß authored
-
- Dec 20, 2016
-
-
Dominic Kempf authored
-
- Dec 13, 2016
-
-
René Heß authored
-
- Dec 09, 2016
-
-
Dominic Kempf authored
-
- Nov 24, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Nov 22, 2016
-
-
Dominic Kempf authored
Conflicts: python/dune/perftool/pdelab/quadrature.py
-
- Nov 04, 2016
-
-
Dominic Kempf authored
Stage instructions are not the solution.
-
- Nov 02, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 31, 2016
- Oct 29, 2016
-
-
René Heß authored
-
- Oct 27, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 26, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
The backend selecting mechanism needs all modules to be imported. This commit restructures the package to be able to do that. Placement of some functions felt weird, but this can still be changed. No more placements in __init__.py anymore though, as this will result in cyclic dependencies.
-