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

Wrap create_nonmatching_meshes_interpolation_data in Python #3039

Merged
merged 23 commits into from
Feb 20, 2024

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    0b2e362 View commit details
    Browse the repository at this point in the history
  2. missing imports

    mscroggs committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f45f6be View commit details
    Browse the repository at this point in the history
  3. _

    mscroggs committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    64969bd View commit details
    Browse the repository at this point in the history
  4. fix

    mscroggs committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    686b143 View commit details
    Browse the repository at this point in the history
  5. typo

    mscroggs committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f01340f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix typing

    mscroggs committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fbd8b10 View commit details
    Browse the repository at this point in the history
  2. Geometry typing

    mscroggs committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    88b31a6 View commit details
    Browse the repository at this point in the history
  3. ]

    mscroggs committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c995cca View commit details
    Browse the repository at this point in the history
  4. return

    mscroggs committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    40dcdbf View commit details
    Browse the repository at this point in the history
  5. padding=

    mscroggs committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bf5b859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53062cb View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

    mscroggs committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f4b6e77 View commit details
    Browse the repository at this point in the history
  3. typing and docstring

    mscroggs committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    403c99d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    3b16d1d View commit details
    Browse the repository at this point in the history
  2. Use const spans in C++ for interpolation data.

    Add name-tuple documenting returntype of create_nonmatching_meshes_interpolation_data.
    Use views into nb-array to pass to C++.
    Return ndarrays from C++
    jorgensd committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ceff4c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e902a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c1172 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    051db1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406dd92 View commit details
    Browse the repository at this point in the history
  3. Fix import order

    jorgensd committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d6ada10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7331e74 View commit details
    Browse the repository at this point in the history
  5. Sort import

    jorgensd committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3240c9a View commit details
    Browse the repository at this point in the history