- Mar 29, 2017
- Mar 28, 2017
-
-
Dominic Kempf authored
Update UFL to 2016.2 Closes #68 See merge request !124
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
Update submodules See merge request !122
-
Dominic Kempf authored
-
- Mar 27, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
René Heß authored
We avoid the bug by not applying the transformation and casting the result of jacobianInverseTransposed to a FieldMatrix. This way we do not exploit the diagonal structure of the Transformation. Should get fixed in the near future.
-
René Heß authored
-
René Heß authored
-
René Heß authored
-
Dominic Kempf authored
Rework accumulation splitting See merge request !119
-
René Heß authored
[bugfix] Fix non-editable installations Closes #72 See merge request !118
-
René Heß authored
In the end I had to combine the last two versions. For jacobians: - We want to split according to the FunctionView (e.g. Stokes). - We don't want to split according to gradients (e.g. sumfactorization).
-
René Heß authored
Implement register transpose of 4 AVX512 register See merge request !120
-
- Mar 24, 2017
-
-
Dominic Kempf authored
-
René Heß authored
-
René Heß authored
-
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
-
- Mar 23, 2017
-
-
Dominic Kempf authored
... by listing all packages manually in setup.py
-
- Feb 08, 2017
-
-
Dominic Kempf authored
Feature/restructure applications See merge request !115
-
- Feb 07, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
Its not worth the hassle rihgt now.
-
Dominic Kempf authored
-
Dominic Kempf authored
-