Intrepid2
src
Shared
Intrepid2_DataCombiners_Difference.cpp
1
//
2
// Intrepid2_DataCombiners.cpp
3
//
4
// Created by Roberts, Nathan V on 6/1/23.
5
//
6
7
#include "
Intrepid2_DataCombiners.hpp
"
8
9
#include "
Intrepid2_DataFunctors.hpp
"
10
11
using
DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
12
13
namespace
Intrepid2
14
{
15
template
class
DataCombiner<double,DefaultDeviceType,ScalarDifferenceFunctor<double>
>;
16
}
Intrepid2_DataCombiners.hpp
Defines functors that help with combinations of Data objects, such as in-place sums and products.
Intrepid2_DataFunctors.hpp
Defines functors for use with Data objects: so far, we include simple arithmetical functors for sum,...
Intrepid2::DataCombiner
Definition
Intrepid2_DataCombiners.hpp:150
Generated by
1.17.0