Fixing translation variance of expressions in forms.
1 unresolved thread
1 unresolved thread
Up until now, we apparently have not tested translation variant expressions in forms. For affine domain transformations (aka no blending) the implementation falsely assumed that the entire form is translation invariant. But this is of course not true. It only applies to the Jacobian.
The downside of this simple fix is that I guess it will produce unused variables. But let's see.
Merge request reports
Activity
Filter activity
added bugfix label
assigned to @kohl
added 1 commit
- 1cb67d1b - Fixing vectorization of operators with cubes strategy after fixing translation variant forms.
added 1 commit
- 05e150db - Removing unused variable warnings to see output to CI.
added 1 commit
- 4c27ba67 - Updating pystencils 5d9f76d64185b75f0beb1e81c06ae75ef3ca8f03 with the hope...
added 1 commit
- 5beadca8 - Updating pystencils 4a790e1c48f32c07fc4058de9b20734bcea9cca0 to reintroduce...
requested review from @he66coqe
Closes #17 (closed)?
mentioned in commit 1999497e
mentioned in issue #17 (closed)