MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_UtilitiesBase_def.hpp File Reference
#include "MueLu_ConfigDefs.hpp"
#include "MueLu_UtilitiesBase_decl.hpp"
#include <Kokkos_Core.hpp>
#include <KokkosSparse_CrsMatrix.hpp>
#include <KokkosSparse_getDiagCopy.hpp>
#include <Xpetra_BlockedVector.hpp>
#include <Xpetra_BlockedMap.hpp>
#include <Xpetra_BlockedMultiVector.hpp>
#include <Xpetra_ExportFactory.hpp>
#include <Xpetra_Import.hpp>
#include <Xpetra_ImportFactory.hpp>
#include <Xpetra_MatrixMatrix.hpp>
#include <Xpetra_CrsGraph.hpp>
#include <Xpetra_CrsGraphFactory.hpp>
#include <Xpetra_CrsMatrixWrap.hpp>
#include <Xpetra_StridedMap.hpp>
#include "MueLu_Exceptions.hpp"
#include "Xpetra_CrsMatrixFactory.hpp"
#include <KokkosKernels_Handle.hpp>
#include <KokkosGraph_RCM.hpp>

Go to the source code of this file.

Namespaces

namespace  MueLu
 Namespace for MueLu classes and methods.

Macros

#define MUELU_UTILITIESBASE_SHORT

Functions

template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
Teuchos::RCP< Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > MueLu::removeSmallEntries (Teuchos::RCP< Xpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType threshold, const bool keepDiagonal)
template<class SC, class LO, class GO, class NO, class memory_space>
Kokkos::View< bool *, memory_space > MueLu::DetectDirichletRows_kokkos (const Xpetra::Matrix< SC, LO, GO, NO > &A, const typename Teuchos::ScalarTraits< SC >::magnitudeType &tol, const bool count_twos_as_dirichlet)
template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node, class memory_space>
void MueLu::ApplyRowSumCriterion (const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType rowSumTol, Kokkos::View< bool *, memory_space > &dirichletRows)
template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node, class memory_space>
void MueLu::ApplyRowSumCriterion (const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Xpetra::Vector< LocalOrdinal, LocalOrdinal, GlobalOrdinal, Node > &BlockNumber, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType rowSumTol, Kokkos::View< bool *, memory_space > &dirichletRows)

Macro Definition Documentation

◆ MUELU_UTILITIESBASE_SHORT

#define MUELU_UTILITIESBASE_SHORT

Definition at line 2138 of file MueLu_UtilitiesBase_def.hpp.