Intrepid2
Intrepid2_DataCombiners_Sum.cpp
1//
2// Intrepid2_DataCombiners.cpp
3//
4// Created by Roberts, Nathan V on 6/1/23.
5//
6
8
10
11using DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
12
13namespace Intrepid2
14{
16}
Defines functors that help with combinations of Data objects, such as in-place sums and products.
Defines functors for use with Data objects: so far, we include simple arithmetical functors for sum,...