Adam C Reyes
Adam C Reyes
## PR Summary Provides a single overload for `par_dispatch`, `par_for_outer` & `par_for_inner` that can handle both integer and `IndexRange` launch bounds. * `par_dispatch` & `par_for_outer` loops are handled by the...
## PR Summary Introduces a boolean input parameter `parthenon/mesh/CheckRefineMesh` that will switch to using a loop over `MeshData` to do the refinement tagging. Default is `false` to use the original...
## PR Summary This PR allows for type-based packs to pack "virtual" fields that don't exist in memory, but can be evaluated from their own set of dependent variables in...
## PR Summary Adds some abstractions around SparsePacks, ScratchPads & arrays to provide slice views and indexing by types ## PR Checklist - [ ] Code passes cpplint - [...