Skip to content

Interpolation to simd datatypes

Nils-Arne Dreier requested to merge interpolation_to_simd_datatypes into master

This MR adds static_cast to make it possible to interpolate a (scalar valued) function into a vector with SIMD datatype. Furthermore it amends the testFE function to test this feature.

Depends on !212 (merged)

Merge request reports