Draft
Conversation
51bdb06 to
e4679cf
Compare
2 tasks
e4679cf to
308fcef
Compare
Member
Author
|
I should comment that the format of the Dyablo outputs isn't frozen yet- I'm using this PR to iterate since I need to extend yt's functionalities. Once everything is merged, I'll move this to a repository of its own like yt_idefix, until the format is settled. |
f92a31e to
1cf9d16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dyablo is a new code in development. It relies on an octree structure where leaves are grids of fixed and runtime-defined sizes
(N, M, L). This PR is based on #5391 to allow support for this structure.Disclaimer:
This PR has utilised GitHub Copilot to generate the reader quickly.