|
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 |
Public Member Functions | |
| constraintKernel (LO nPDEs_, 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 > | ConstraintViolationSum |
| Kokkos::View< SC **, Device > | Rsum |
| Kokkos::View< size_t **, Device > | nPositive |
Definition at line 276 of file MueLu_SaPFactory_kokkos_def.hpp.
| using MueLu::constraintKernel< local_matrix_type >::Scalar = typename local_matrix_type::non_const_value_type |
Definition at line 278 of file MueLu_SaPFactory_kokkos_def.hpp.
| using MueLu::constraintKernel< local_matrix_type >::SC = Scalar |
Definition at line 279 of file MueLu_SaPFactory_kokkos_def.hpp.
| using MueLu::constraintKernel< local_matrix_type >::LO = typename local_matrix_type::non_const_ordinal_type |
Definition at line 280 of file MueLu_SaPFactory_kokkos_def.hpp.
| using MueLu::constraintKernel< local_matrix_type >::Device = typename local_matrix_type::device_type |
Definition at line 281 of file MueLu_SaPFactory_kokkos_def.hpp.
|
inline |
Definition at line 290 of file MueLu_SaPFactory_kokkos_def.hpp.
|
inline |
Definition at line 298 of file MueLu_SaPFactory_kokkos_def.hpp.
| const Scalar MueLu::constraintKernel< local_matrix_type >::zero = Kokkos::ArithTraits<SC>::zero() |
Definition at line 282 of file MueLu_SaPFactory_kokkos_def.hpp.
| const Scalar MueLu::constraintKernel< local_matrix_type >::one = Kokkos::ArithTraits<SC>::one() |
Definition at line 283 of file MueLu_SaPFactory_kokkos_def.hpp.
| LO MueLu::constraintKernel< local_matrix_type >::nPDEs |
Definition at line 284 of file MueLu_SaPFactory_kokkos_def.hpp.
| local_matrix_type MueLu::constraintKernel< local_matrix_type >::localP |
Definition at line 285 of file MueLu_SaPFactory_kokkos_def.hpp.
| Kokkos::View<SC**, Device> MueLu::constraintKernel< local_matrix_type >::ConstraintViolationSum |
Definition at line 286 of file MueLu_SaPFactory_kokkos_def.hpp.
| Kokkos::View<SC**, Device> MueLu::constraintKernel< local_matrix_type >::Rsum |
Definition at line 287 of file MueLu_SaPFactory_kokkos_def.hpp.
| Kokkos::View<size_t**, Device> MueLu::constraintKernel< local_matrix_type >::nPositive |
Definition at line 288 of file MueLu_SaPFactory_kokkos_def.hpp.