Intrepid2
Intrepid2_DataCombiners_Quotient.cpp
1 //
2 // Intrepid2_DataCombiners.cpp
3 //
4 // Created by Roberts, Nathan V on 6/1/23.
5 //
6 
8 
10 
11 using DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
12 
13 namespace Intrepid2
14 {
15  template class DataCombiner<double,DefaultDeviceType,ScalarQuotientFunctor<double> >;
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...