LLNL / SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
https://computing.llnl.gov/projects/samrai
Other
220 stars 80 forks source link

Add ArrayData::fillSequential #274

Closed nselliott closed 2 months ago

nselliott commented 2 months ago

This adds a method that is equivalent to ArrayData::fill but is implemented to never use RAJA abstractions or any thread parallelism, for use in calls on small chunks of data in the tag buffer filling code in GriddingAlgorithm.