MueLu
Version of the Day
|
#include <MueLu_GeometricInterpolationPFactory_kokkos_decl.hpp>
Public Member Functions | |
coarseCoordinatesBuilderFunctor (RCP< IndexManager_kokkos > geoData, coord_view_type fineCoordView, coord_view_type coarseCoordView) | |
KOKKOS_INLINE_FUNCTION void | operator() (const LO nodeIdx) const |
Public Attributes | |
IndexManager_kokkos | geoData_ |
coord_view_type | fineCoordView_ |
coord_view_type | coarseCoordView_ |
Definition at line 109 of file MueLu_GeometricInterpolationPFactory_kokkos_decl.hpp.
MueLu::GeometricInterpolationPFactory_kokkos< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coarseCoordinatesBuilderFunctor::coarseCoordinatesBuilderFunctor | ( | RCP< IndexManager_kokkos > | geoData, |
coord_view_type | fineCoordView, | ||
coord_view_type | coarseCoordView | ||
) |
Definition at line 515 of file MueLu_GeometricInterpolationPFactory_kokkos_def.hpp.
KOKKOS_INLINE_FUNCTION void MueLu::GeometricInterpolationPFactory_kokkos< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coarseCoordinatesBuilderFunctor::operator() | ( | const LO | nodeIdx | ) | const |
Definition at line 525 of file MueLu_GeometricInterpolationPFactory_kokkos_def.hpp.
IndexManager_kokkos MueLu::GeometricInterpolationPFactory_kokkos< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coarseCoordinatesBuilderFunctor::geoData_ |
Definition at line 111 of file MueLu_GeometricInterpolationPFactory_kokkos_decl.hpp.
coord_view_type MueLu::GeometricInterpolationPFactory_kokkos< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coarseCoordinatesBuilderFunctor::fineCoordView_ |
Definition at line 112 of file MueLu_GeometricInterpolationPFactory_kokkos_decl.hpp.
coord_view_type MueLu::GeometricInterpolationPFactory_kokkos< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coarseCoordinatesBuilderFunctor::coarseCoordView_ |
Definition at line 113 of file MueLu_GeometricInterpolationPFactory_kokkos_decl.hpp.