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

Add IndexMap::global_to_local to the Python interface #2972

Merged
merged 6 commits into from
Jan 15, 2024

Commits on Jan 8, 2024

  1. Add global_to_local to the Python interface.

    Make it required to send in output array, as it makes sense from a performance perspective to let the user send in this array, as it might be used in loops.
    jorgensd committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    86d7fc0 View commit details
    Browse the repository at this point in the history
  2. Add global indices

    jorgensd committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    03c3fed View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

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

    jorgensd committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c95f127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee21cf View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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