Go to the source code of this file.
#define POINT_VALUES_INSTANTIATION |
( |
|
SCALAR | ) |
template class PointValues2<SCALAR>; |
#define POINT_VALUES_INSTANTIATION2 |
( |
|
SCALAR, |
|
|
|
SCALAR2 |
|
) |
| |
Value:
template void PointValues2<SCALAR>::copyNodeCoords<Kokkos::DynRankView<SCALAR2,PHX::Device> >(const Kokkos::DynRankView<SCALAR2,PHX::Device> & in_node_coords); \
\
template void PointValues2<SCALAR>::copyPointCoords<Kokkos::DynRankView<SCALAR2,PHX::Device> >(const Kokkos::DynRankView<SCALAR2,PHX::Device> & in_node_coords);
Definition at line 26 of file Panzer_PointValues2.cpp.