Closed ksagiyam closed 3 weeks ago
docs build fails as there are TSFC changes. Docs build fine locally.
Tests | Passed ✅ | Skipped ⏭️ | Failed ❌ | |
---|---|---|---|---|
Firedrake real | 8095 ran | 7309 passed | 786 skipped | 0 failed |
Tests | Passed ✅ | Skipped ⏭️ | Failed ❌ | |
---|---|---|---|---|
Firedrake complex | 8089 ran | 6506 passed | 1583 skipped | 0 failed |
Reviewed in a Firedrake meeting. Docs built fine locally.
Enable interior facet integration on hex by applying correct permutation to the quadrature points on each side (
+
and-
).Note: Another way of handling interior facet integration on hex would be to choose reference cell - physical cell mapping on each side so that permutation would not be needed.
Depend on: https://github.com/firedrakeproject/tsfc/pull/317 https://github.com/FInAT/FInAT/pull/138 https://github.com/firedrakeproject/fiat/pull/83