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

Initial Adaptive Grid prototype #1760

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Initial Adaptive Grid prototype #1760

wants to merge 7 commits into from

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    f5f92dc View commit details
    Browse the repository at this point in the history
  2. Add AdaptiveTree and Grid registration

    Signed-off-by: Dan Bailey <[email protected]>
    danrbailey committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a6c7af8 View commit details
    Browse the repository at this point in the history
  3. Extend AdaptiveTree to add an AdaptiveAccessor

    Signed-off-by: Dan Bailey <[email protected]>
    danrbailey committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7262f8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7624bea View commit details
    Browse the repository at this point in the history
  5. Add a type-dependent false expression

    Signed-off-by: Dan Bailey <[email protected]>
    danrbailey committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    77a4243 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Introduce a TreeTraits struct to differentiate between sparse and ada…

    …ptive trees
    
    Signed-off-by: Dan Bailey <[email protected]>
    danrbailey committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    13aa50a View commit details
    Browse the repository at this point in the history
  2. Add an example to demonstrate sampling and point advection using an a…

    …daptive grid
    
    Signed-off-by: Dan Bailey <[email protected]>
    danrbailey committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ae0875b View commit details
    Browse the repository at this point in the history