Skip to content

Add reserve methods to ParticleTile, ArrayOfStructs, and StructOfArrays#4708

Merged
atmyers merged 1 commit intoAMReX-Codes:developmentfrom
atmyers:particle_tile_reserve
Oct 10, 2025
Merged

Add reserve methods to ParticleTile, ArrayOfStructs, and StructOfArrays#4708
atmyers merged 1 commit intoAMReX-Codes:developmentfrom
atmyers:particle_tile_reserve

Conversation

@atmyers
Copy link
Copy Markdown
Member

@atmyers atmyers commented Oct 10, 2025

As with std::vector, this allows changing the capacity without changing the size of the underlying containers.

The proposed changes:

  • fix a bug or incorrect behavior in AMReX
  • add new capabilities to AMReX
  • changes answers in the test suite to more than roundoff level
  • are likely to significantly affect the results of downstream AMReX users
  • include documentation in the code and/or rst files, if appropriate

@atmyers atmyers requested a review from WeiqunZhang October 10, 2025 19:09
@atmyers atmyers enabled auto-merge (squash) October 10, 2025 20:07
@atmyers atmyers merged commit 06ba8bd into AMReX-Codes:development Oct 10, 2025
73 checks passed
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 this pull request may close these issues.

2 participants