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

Combine Float fields in a single "Vector" like field to reduce Read / write overhead of multiples grids. #8

Open
ZephirFXEC opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ZephirFXEC
Copy link
Owner

Enhancement

Create a custom grid type that takes N-Float grid and Convert it in a single Vector Grid of N-Dimmensions.
Use that grid to advect / read / write would reduce by N times the read and write time.

How ?

For example 3 Float grids such as Density / Temperature and Fuel could be converted to a single Vector Grid containing float data of each grids in each dimensions.
Generalisation should be possible via extensive template usage to allow for N-Dimensional Vector grids.

@ZephirFXEC ZephirFXEC added the enhancement New feature or request label Oct 8, 2024
@ZephirFXEC ZephirFXEC self-assigned this Oct 8, 2024
@ZephirFXEC ZephirFXEC moved this to Todo in HNanoSolver Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant