The previous version with constexpr_for was already relatively good, however using the new amrex functions TupleSplit and tupleToArray it can be simplified further.
[ ] Small enough (< few 100s of lines), otherwise it should probably be split into smaller PRs
[ ] Tested (describe the tests in the PR description)
[ ] Runs on GPU (basic: the code compiles and run well with the new module)
[ ] Contains an automated test (checksum and/or comparison with theory)
[ ] Documented: all elements (classes and their members, functions, namespaces, etc.) are documented
The previous version with constexpr_for was already relatively good, however using the new amrex functions TupleSplit and tupleToArray it can be simplified further.
const
isconst
)