- May 30, 2024
-
-
Nils Kohl authored
Added a dedicated P2Vector epsilon op blending test in 2D (testing combination vectorspace + blending).
-
Nils Kohl authored
Lowering quadrature degree of vector epsilon operator in HyTeG integration test to match that of the reference operator. Otherwise, the comparison tests do not pass.
-
- May 29, 2024
-
-
Daniel Bauer authored
-
Daniel Bauer authored
-
- May 28, 2024
- May 27, 2024
-
-
Nils Kohl authored
-
Nils Kohl authored
-
Nils Kohl authored
Trying to satisfy the mypy type checker for the dimensions parameter in the operator generation script.
-
Nils Kohl authored
Adding option to only generate 2D or 3D part in script. Then removed VectorEpsilon test in 3D since it generates very long in CI.
-
- May 16, 2024
- May 15, 2024
- May 13, 2024
-
-
Nils Kohl authored
-
- May 06, 2024
-
-
Nils Kohl authored
-
- Apr 30, 2024
-
-
Nils Kohl authored
-
- Apr 26, 2024
-
-
Nils Kohl authored
Instead of having dedicated forms, the diffusion form has been modified slightly by replacing the dot product with a double contraction. This should ensure compatibility with the scalar version. * only P1 * only 2D (3D should be straightforward) * only briefly tested vector Laplace * some cleanup pending
-
- Apr 24, 2024
-
-
Nils Kohl authored
Cherry-picked be7e45e5bb08baf12bb18edfafbfc6052062c5c0 from old version: Draft for an updated version of the TensorialVectorSpace as a first step towards vector-vector operators.
-
- Apr 23, 2024
-
-
Nils Kohl authored
- Apr 08, 2024
-
-
Daniel Bauer authored
-
Daniel Bauer authored
To restore the closed source history: ``` git remote add history git@i10git.cs.fau.de:terraneo/hyteg-form-generator.git git fetch history 'refs/replace/*:refs/replace/*' ```
-