15 #ifndef __INTREPID2_INTEGRATIONTOOLS_HPP__
16 #define __INTREPID2_INTEGRATIONTOOLS_HPP__
18 #include "Intrepid2_ConfigDefs.hpp"
20 #include "Shards_CellTopology.hpp"
21 #include "Shards_BasicTopologies.hpp"
36 #include "Kokkos_Core.hpp"
44 template<
typename DeviceType =
void>
57 template<
class Scalar>
73 template<
class Scalar>
77 double* approximateFlops = NULL);
Defines the Data class, a wrapper around a Kokkos::View that allows data that is constant or repeatin...
Header function for Intrepid2::Util class and other utility functions.
Reference-space field values for a basis, designed to support typical vector-valued bases...
Contains definitions of custom data types in Intrepid2.
View-like interface to tensor data; tensor components are stored separately and multiplied together a...
Header file for small functions used in Intrepid2.