-
Notifications
You must be signed in to change notification settings - Fork 14
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
Multi-resolution LBM Application #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! The PR sounds good, I just left some minor comments.
// Initiated by the fine level (hence "pull"), this function performs a coarse (level+1) to | ||
// fine (level) communication or "explosion" by simply distributing copies of coarse grid onto the fine grid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest changing the ordering schema for the levels to match the one used in tree structures, where the toot is a the level 0.
No description provided.