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

Enhance speed of surface_from_grid3d (for use in grid3d_maps) #1262

Closed
jcrivenaes opened this issue Nov 5, 2024 · 0 comments · Fixed by #1261
Closed

Enhance speed of surface_from_grid3d (for use in grid3d_maps) #1262

jcrivenaes opened this issue Nov 5, 2024 · 0 comments · Fixed by #1261
Assignees

Comments

@jcrivenaes
Copy link
Collaborator

This is related to equinor/grid3d-maps#140

An improved version of surface_from_grid3d function can greatly improve map operation when computing hc maps or average maps

This includes:

  • Avoid letting e.g. corners coordinates being recalculated several times in the C++ code
  • Let the function surface_from_grid3d() have the ability to retirn "raw" and multiple numpy arrays to avoid repeating similar calls
  • Explore benefits of OMP pragma in C++ to allow multiple processors at runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant