Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix interpolation for Arguments of zany spaces #286

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2023

  1. Fix interpolation for Arguments of zany spaces

    Previously we only checked if any coefficients in the source
    expression needed a coordinate mapping, but we should also check if
    any arguments do.
    wence- committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5782db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Handle nested zany elements in interpolation

    When determinining if the kernel needs a coordinate mapping we need to
    check if terminal elements need it (e.g. VectorElement(Argyris)).
    Previously we only checked the top-level element type which was
    incorrect for this case.
    wence- committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    f1706ab View commit details
    Browse the repository at this point in the history