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

Write and read meshtags using ADIOS2 #3324

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 17, 2024

  1. Fetch and squash FEniCS#3291

    ampdes committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    680449e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Add write_meshtags

    ampdes committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    49a6b51 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add read_meshtags

    ampdes committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6f52827 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Save dtype of meshtags

    Create topology of entities of a given dim inside write_meshtag
    
    Fix bug with iterator find
    
    Remove comm input to read_meshtags
    
    Set meshtags name
    ampdes committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    885968b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    678c859 View commit details
    Browse the repository at this point in the history
  3. Create nanobind wrapper to read_meshtags

    Read all meshtags and return as dictionary
    ampdes committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d699298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa8e04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb88cd2 View commit details
    Browse the repository at this point in the history
  6. Add test for meshtags write/read

    Copy helper function generate_reference_map from adios4dolfinx
    ampdes committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0fdad58 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    3e29c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e75d620 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    c3023d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Fix cpp demo

    ampdes committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fc1db67 View commit details
    Browse the repository at this point in the history