MueLu Version of the Day
|
#include <MueLu_SaPFactory_kokkos_def.hpp>
Public Types | |
using | Scalar = typename local_matrix_type::non_const_value_type |
using | SC = Scalar |
using | LO = typename local_matrix_type::non_const_ordinal_type |
using | Device = typename local_matrix_type::device_type |
using | KAT = Kokkos::ArithTraits<SC> |
Public Member Functions | |
optimalSatisfyConstraintsForScalarPDEsKernel (LO nPDEs_, LO maxRowEntries_, local_matrix_type localP_) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_t rowIdx) const |
Public Attributes | |
const Scalar | zero = Kokkos::ArithTraits<SC>::zero() |
const Scalar | one = Kokkos::ArithTraits<SC>::one() |
LO | nPDEs |
local_matrix_type | localP |
Kokkos::View< SC **, Device > | origSorted |
Kokkos::View< SC **, Device > | fixedSorted |
Kokkos::View< LO **, Device > | inds |
Definition at line 367 of file MueLu_SaPFactory_kokkos_def.hpp.
using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::Scalar = typename local_matrix_type::non_const_value_type |
Definition at line 369 of file MueLu_SaPFactory_kokkos_def.hpp.
using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::SC = Scalar |
Definition at line 370 of file MueLu_SaPFactory_kokkos_def.hpp.
using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::LO = typename local_matrix_type::non_const_ordinal_type |
Definition at line 371 of file MueLu_SaPFactory_kokkos_def.hpp.
using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::Device = typename local_matrix_type::device_type |
Definition at line 372 of file MueLu_SaPFactory_kokkos_def.hpp.
using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::KAT = Kokkos::ArithTraits<SC> |
Definition at line 373 of file MueLu_SaPFactory_kokkos_def.hpp.
|
inline |
Definition at line 382 of file MueLu_SaPFactory_kokkos_def.hpp.
|
inline |
Definition at line 390 of file MueLu_SaPFactory_kokkos_def.hpp.
const Scalar MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::zero = Kokkos::ArithTraits<SC>::zero() |
Definition at line 374 of file MueLu_SaPFactory_kokkos_def.hpp.
const Scalar MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::one = Kokkos::ArithTraits<SC>::one() |
Definition at line 375 of file MueLu_SaPFactory_kokkos_def.hpp.
LO MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::nPDEs |
Definition at line 376 of file MueLu_SaPFactory_kokkos_def.hpp.
local_matrix_type MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::localP |
Definition at line 377 of file MueLu_SaPFactory_kokkos_def.hpp.
Kokkos::View<SC**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::origSorted |
Definition at line 378 of file MueLu_SaPFactory_kokkos_def.hpp.
Kokkos::View<SC**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::fixedSorted |
Definition at line 379 of file MueLu_SaPFactory_kokkos_def.hpp.
Kokkos::View<LO**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::inds |
Definition at line 380 of file MueLu_SaPFactory_kokkos_def.hpp.