WIP: Tweak propag_UT_SciFi_quad.icpp to increase re-use
should also (hopefully) be a bit easier to auto-vectorize for the compiler...
TODO:
-
use the code here inside make_interpolator
so that the interpolators will be fully vectorized. Should be as simple as replacing thestd::array
with the compiler vector extensions and adding an implementation offma
for that type...
Edited by Gerhard Raven