- Mar 29, 2017
- Mar 28, 2017
-
-
Dominic Kempf authored
-
René Heß authored
-
- Mar 27, 2017
- Mar 24, 2017
-
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
René Heß authored
Example: Before this commit the expression \sum_i a_i (\nabla v)_i + \sum_j b_j (\nabla v)_j was split into two accumulation terms: 1) a_k with corresponding test function (\nabla v)_k 2) b_l with corresponding test function (\nabla v)_l Now we split into: a_k + b_k with corresponding test function (\nabla v)_k This is possible since we have linearity in the test function. TODO: Jacobians are not yet working
-
René Heß authored
-
René Heß authored
-
- Feb 07, 2017
-
-
Dominic Kempf authored
-
- Feb 03, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
But only when they are actually used!
-
- Jan 31, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Jan 24, 2017
-
-
Dominic Kempf authored
-
- Jan 23, 2017
-
-
Dominic Kempf authored
-
- Jan 18, 2017
-
-
Dominic Kempf authored
... not going to the cell first.
-
- Dec 22, 2016
-
-
René Heß authored
-
- Dec 20, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
until poisson_neumann passes
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Dec 12, 2016
-
-
Dominic Kempf authored
-
- Dec 09, 2016
-
-
Dominic Kempf authored
-
- Dec 05, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
by storing them in the visitor
-
- Nov 08, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Nov 04, 2016
-
-
Dominic Kempf authored
-
- Nov 03, 2016
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Oct 31, 2016
-
-
René Heß authored
This removes: - The now obsolete quadrature_loop_statement. - Quadrature weights are now a globalarg and we do not create a temporary anymore.
-