Closed Yurlungur closed 3 years ago
I also add raw 4D interpolation, needed for transport, and tests. Test for the indexing operation not yet complete.
I also fix an edge case I hadn't encountered previously, where I use Kokkos on host only.
This is now ready for review.
Thanks for the comments, @dholladay00 I think I should have addressed everything. If i did, can you approve?
PR Summary
For
singularity-opac
, I need the capability to perform interpolation of the form:where
x1
,x2
,x3
, andx4
are real numbers that are interpolated on andj
is an integer that's indexed on. This is a common pattern for multi-species transport such as neutrino transport. I don't expect it's needed outside of neutrino transport, but you never know.PR Checklist