- Jul 20, 2017
-
-
Marcel Koch authored
-
- Jul 14, 2017
-
-
Marcel Koch authored
-
Marcel Koch authored
-
- Jul 13, 2017
-
-
Marcel Koch authored
-
Marcel Koch authored
-
- Jul 12, 2017
-
-
Marcel Koch authored
-
Marcel Koch authored
Removes micro_to_macro_index from accum_insn and introduces a class BlockstructuredAccumulationSpace to specialize AccumulationSpace for blockstructured FEM
-
- Jul 07, 2017
-
-
Marcel Koch authored
-
- Jun 06, 2017
-
-
René Heß authored
-
- May 26, 2017
-
-
René Heß authored
-
- May 25, 2017
-
-
René Heß authored
-
- May 15, 2017
-
-
René Heß authored
-
- May 03, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Apr 27, 2017
-
-
Dominic Kempf authored
It was the wrong level of asbtraction!
-
- Apr 26, 2017
-
-
Dominic Kempf authored
-
- Apr 25, 2017
-
-
Dominic Kempf authored
-
- Apr 13, 2017
-
-
René Heß authored
-
- Mar 30, 2017
- Mar 29, 2017
- Mar 28, 2017
-
-
René Heß authored
-
Dominic Kempf authored
-
- Mar 27, 2017
-
-
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.
-
- Mar 24, 2017
-
-
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
-
- Feb 03, 2017
-
-
Dominic Kempf authored
But only when they are actually used!
-
- Feb 02, 2017
-
-
Dominic Kempf authored
-
- Jan 25, 2017
-
-
Dominic Kempf authored
-
- Jan 24, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Jan 23, 2017
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Jan 19, 2017
-
-
Dominic Kempf authored
As std::string::c_str() returns it.
-
Dominic Kempf authored
-
- Jan 18, 2017
-
-
Dominic Kempf authored
Funnily, we were only able to calculate symmetric problems so far.
-
- Jan 11, 2017
-
-
René Heß authored
-