Make all ffc regression tests pass with uflacs

Issue #3 resolved
Martin Sandve Alnæs created an issue

Issues have been created for separate pieces of missing functionality to fix. Add new specific issues if found, and close this when all tests pass.

Comments (9)

  1. Martin Sandve Alnæs reporter

    Getting all ffc regression tests passing is a good milestone to work towards for feature completeness. The ffc regression tests are not covering all features and corner case, but they do cover most main functionality.

  2. Martin Sandve Alnæs reporter

    The goal is to make this test pass:

    python test.py --print-timing --permissive --ext-uflacs --ignore-code-diff

    Most of the ffc regression tests now pass.

    Currently failing:

    • CustomIntegral -- missing custom integrals implementation
    • CustomMixedIntegral -- missing custom integrals implementation
    • CustomVectorIntegral -- missing custom integrals implementation
    • MetaData -- preprocessing now differs so uflacs cannot be mixed with quadrature in one form

    New failures that used to work...:

    • PoissonDG.ufl
    • Biharmonic.ufl
  3. Log in to comment