|
template<class SC , class LO , class GO , class NO > |
Kokkos::View< bool *, typename NO::device_type > | MueLu::DetectDirichletRows (const Xpetra::Matrix< SC, LO, GO, NO > &A, const typename Teuchos::ScalarTraits< SC >::magnitudeType &tol, const bool count_twos_as_dirichlet) |
|
template<class SC , class LO , class GO , class NO > |
Kokkos::View< bool *, typename NO::device_type > | MueLu::DetectDirichletCols (const Xpetra::Matrix< SC, LO, GO, NO > &A, const Kokkos::View< const bool *, typename NO::device_type > &dirichletRows) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
void | MueLu::ZeroDirichletRows (RCP< Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A, const Kokkos::View< const bool *, typename Node::device_type > &dirichletRows, Scalar replaceWith) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
void | MueLu::ZeroDirichletRows (RCP< Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &X, const Kokkos::View< const bool *, typename Node::device_type > &dirichletRows, Scalar replaceWith) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
void | MueLu::ZeroDirichletCols (RCP< Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A, const Kokkos::View< const bool *, typename Node::device_type > &dirichletCols, Scalar replaceWith) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
Teuchos::RCP< Xpetra::Vector< LocalOrdinal, LocalOrdinal, GlobalOrdinal, Node > > | MueLu::ReverseCuthillMcKee (const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &Op) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
Teuchos::RCP< Xpetra::Vector< LocalOrdinal, LocalOrdinal, GlobalOrdinal, Node > > | MueLu::CuthillMcKee (const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &Op) |
|
template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
void | MueLu::ApplyOAZToMatrixRows (Teuchos::RCP< Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A, const Kokkos::View< const bool *, typename Node::device_type > &dirichletRows) |
|