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

Extrapolate from nearest element #6382

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Nov 19, 2024

  1. Fix a bug in SphereTransition

    nilsvu committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    043da72 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    4b0e979 View commit details
    Browse the repository at this point in the history
  2. Exporter: add mode to extrapolate from nearest element

    Uses the Lagrange basis in the nearest element to extrapolate into the
    excision region. This can be unstable when we want to extrapolate
    far into the excision because we're extrapolating over many logical element sizes.
    However, it can be useful for extrapolating only very slightly into the
    excision, e.g. if the excision in the initial data is the apparent horizon
    and the evolution needs a little space around it to find and track the
    horizon.
    nilsvu committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    482207f View commit details
    Browse the repository at this point in the history