|
MueLu
Version of the Day
|
#include <MueLu_SaPFactory_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 = KAT::zero() |
| const Scalar | one = KAT::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 786 of file MueLu_SaPFactory_def.hpp.
| using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::Scalar = typename local_matrix_type::non_const_value_type |
Definition at line 787 of file MueLu_SaPFactory_def.hpp.
| using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::SC = Scalar |
Definition at line 788 of file MueLu_SaPFactory_def.hpp.
| using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::LO = typename local_matrix_type::non_const_ordinal_type |
Definition at line 789 of file MueLu_SaPFactory_def.hpp.
| using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::Device = typename local_matrix_type::device_type |
Definition at line 790 of file MueLu_SaPFactory_def.hpp.
| using MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::KAT = Kokkos::ArithTraits<SC> |
Definition at line 794 of file MueLu_SaPFactory_def.hpp.
|
inline |
Definition at line 804 of file MueLu_SaPFactory_def.hpp.
|
inline |
Definition at line 813 of file MueLu_SaPFactory_def.hpp.
| const Scalar MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::zero = KAT::zero() |
Definition at line 796 of file MueLu_SaPFactory_def.hpp.
| const Scalar MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::one = KAT::one() |
Definition at line 797 of file MueLu_SaPFactory_def.hpp.
| LO MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::nPDEs |
Definition at line 798 of file MueLu_SaPFactory_def.hpp.
| local_matrix_type MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::localP |
Definition at line 799 of file MueLu_SaPFactory_def.hpp.
| Kokkos::View<SC**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::origSorted |
Definition at line 800 of file MueLu_SaPFactory_def.hpp.
| Kokkos::View<SC**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::fixedSorted |
Definition at line 801 of file MueLu_SaPFactory_def.hpp.
| Kokkos::View<LO**, Device> MueLu::optimalSatisfyConstraintsForScalarPDEsKernel< local_matrix_type >::inds |
Definition at line 802 of file MueLu_SaPFactory_def.hpp.