- Sep 28, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 27, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Sep 14, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
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 13, 2018
-
-
Dominic Kempf authored
-
- Aug 29, 2018
-
-
Dominic Kempf authored
-
- Aug 28, 2018
-
-
Dominic Kempf authored
-
- Aug 27, 2018
-
-
Dominic Kempf authored
-
- Aug 24, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
We do this from multiple subdirs
-
Dominic Kempf authored
-
- Aug 23, 2018
-
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
Dominic Kempf authored
-
- Aug 21, 2018
- Aug 20, 2018
- Aug 16, 2018
-
-
René Heß authored
-
- Aug 15, 2018
-
-
René Heß authored
-
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
-
- Aug 02, 2018
-
-
René Heß authored
-
- Jul 23, 2018
-
-
René Heß authored
Not yet implemented: - Vectorization of quadrature loop - Anisotropic amount of quadrature points per direction
-
- Jul 20, 2018
-
-
René Heß authored
-
- Jul 19, 2018
-
-
-
Rename the function and remove the backend switch. Reasoning: - This function was only called once without the backend switching mechanism. - The function takes different arguments than the pdelab pymbolic_quadrature_position. - It returns only one component of the quadrature point.
-
-
Probably not the solution we want to have in the long run but right now it is not possible to have a backend switch for default/blockstructured/sumfact. This way the old code should behave the same way as before and it is possible to switch between those three things.
-
-
- Jul 10, 2018