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

BoxArray: From List of Boxes #406

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Jan 22, 2025

Add a contructor to create a BoxArray from a list of Boxes.

Close #396

Add a contructor to create a `BoxArray` from a list of `Box`es.
@ax3l ax3l requested review from atmyers and WeiqunZhang January 22, 2025 23:53
@ax3l ax3l added the enhancement New feature or request label Jan 22, 2025
@ax3l ax3l enabled auto-merge (squash) January 23, 2025 06:33
Comment on lines +47 to +48
//BoxArray (const BoxArray& rhs, const BATransformer& trans);
//BoxArray (BoxList&& bl, IntVect const& max_grid_size);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@ax3l ax3l merged commit f115b24 into AMReX-Codes:development Jan 23, 2025
18 checks passed
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
None yet
Development

Successfully merging this pull request may close these issues.

Define BoxArray from list of Boxes
2 participants