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

Non-spatial meshes #1534

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from

Conversation

franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented Oct 5, 2023

Implements openPMD/openPMD-standard#193

TODO:

@franzpoeschel franzpoeschel added discussion api: new additions to the API labels Oct 5, 2023
@franzpoeschel
Copy link
Contributor Author

franzpoeschel commented Oct 18, 2023

This PR should be split into two parts at some point:

  1. Introduction of openPMD 2.0, together with some helper functions
  2. Introduction of non-spatial meshes

The first part might then also be relevant for other PRs where breaking changes are introduced (e.g. #1493 use of abbreviated attributes by default in JSON backend)

EDIT: Done #1551

src/Mesh.cpp Outdated Show resolved Hide resolved
E = meshes["E"]
E.reset_dataset(io.Dataset(io.Datatype.DOUBLE, [10, 10, 10]))

def unsupported_in_1_1():

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable unsupported_in_1_1 is not used.
@ikbuibui
Copy link

ikbuibui commented Nov 7, 2024

I took a look over the PR and it seems okay to me. The interface fits for the binningPlugin use case. However the review isnt very thorough as I am unfamiliar with most of the code base and I don't know enough to follow some workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: new additions to the API discussion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants