- Jul 29, 2019
-
-
Dominic Kempf authored
-
Dominic Kempf authored
IT is both simplicial and quadrilateral...
-
Dominic Kempf authored
So far, we were a bit sloppy about which basis we choose from the UFL counterpart. This commit implements the necessary 1-to-1 mapping.
-
- Jul 22, 2019
-
-
Marcel Koch authored
-
Marcel Koch authored
This reverts commit f83a804e
-
- Apr 11, 2019
-
-
Marcel Koch authored
-
- Nov 09, 2018
-
-
René Heß authored
-
- Oct 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 14, 2018
-
-
Dominic Kempf authored
We previously used bool() on the constraints expression to find out whether we need to use the DIrichletConstraintsAssembler. However, UFL does the stupid thing of evaulating bool(eq(x[0], 0)) to False, because x[0] and 0 are obvioulsy not the same. Veeeery bad behaviour for a symbolic language.
-
- Sep 12, 2018
-
-
René Heß authored
-
- Aug 16, 2018
-
-
René Heß authored
-
- Aug 15, 2018
-
-
René Heß authored
-
- Jul 10, 2018
-
-
René Heß authored
Note: This is still structured for now
-
- Feb 05, 2018
-
-
Dominic Kempf authored
-
- Jan 30, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Instationary stuff not fixed so far.
-
- Jan 29, 2018
-
-
Dominic Kempf authored
Much more telling name...
-
- Jan 17, 2018
-
-
René Heß authored
-
- Jan 12, 2018
-
-
Dominic Kempf authored
These might sound completely silly, but they are useful when writing code generic w.r.t. the number of components
-
- Jan 03, 2018
-
-
Dominic Kempf authored
-
- Oct 25, 2017
-
-
René Heß authored
-
- Oct 05, 2017
-
-
Dominic Kempf authored
-
- Sep 05, 2017
-
-
Dominic Kempf authored
otherwise my paraview throws me segfault.
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
To comply with latest pdelab.
-
- Sep 01, 2017
-
-
René Heß authored
-
- 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.
-
- Aug 28, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Aug 25, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Do not annotate FiniteElements anymore, further split driver code
-
Dominic Kempf authored
-