|
| static void | detectBoundaryConditionsSM (RCP< Matrix > &SM_Matrix, RCP< Matrix > &D0_Matrix, magnitudeType rowSumTol, bool useKokkos_, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCrowsKokkos, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCcolsKokkos, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCdomainKokkos, int &BCedges, int &BCnodes, Teuchos::ArrayRCP< bool > &BCrows, Teuchos::ArrayRCP< bool > &BCcols, Teuchos::ArrayRCP< bool > &BCdomain, bool &allEdgesBoundary, bool &allNodesBoundary) |
| | Detect Dirichlet boundary conditions.
|
| |
| static void | detectBoundaryConditionsSM (RCP< Matrix > &SM_Matrix, RCP< Matrix > &D0_Matrix, magnitudeType rowSumTol, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCrowsKokkos, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCcolsKokkos, Kokkos::View< bool *, typename Node::device_type::memory_space > &BCdomainKokkos, int &BCedges, int &BCnodes, bool &allEdgesBoundary, bool &allNodesBoundary) |
| | Detect Dirichlet boundary conditions.
|
| |
| static RCP< Matrix > | removeExplicitZeros (const RCP< Matrix > &A, const magnitudeType tolerance, const bool keepDiagonal=true, const size_t expectedNNZperRow=0) |
| | Remove explicit zeros.
|
| |
| static void | removeExplicitZeros (Teuchos::ParameterList ¶meterList, RCP< Matrix > &D0_Matrix, RCP< Matrix > &SM_Matrix, RCP< Matrix > &M1_Matrix, RCP< Matrix > &Ms_Matrix) |
| |
| static void | removeExplicitZeros (Teuchos::ParameterList ¶meterList, RCP< Matrix > &D0_Matrix, RCP< Matrix > &SM_Matrix) |
| |
| static void | thresholdedAbs (const RCP< Matrix > &A, const magnitudeType thresholded) |
| |
| static void | setMatvecParams (Matrix &A, RCP< ParameterList > matvecParams) |
| | Sets matvec params on a matrix.
|
| |
| static RCP< Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | PtAPWrapper (const RCP< Matrix > &A, const RCP< Matrix > &P, Teuchos::ParameterList ¶ms, const std::string &label) |
| | Performs an P^T AP.
|
| |
| static void | SetDefaultVerbLevel (const VerbLevel defaultVerbLevel) |
| | Set the default (global) verbosity level.
|
| |
| static VerbLevel | GetDefaultVerbLevel () |
| | Get the default (global) verbosity level.
|
| |
| static void | SetMueLuOStream (const Teuchos::RCP< Teuchos::FancyOStream > &mueluOStream) |
| |
| static void | SetMueLuOFileStream (const std::string &filename) |
| |
| static Teuchos::RCP< Teuchos::FancyOStream > | GetMueLuOStream () |
| |
Utility functions for Maxwell.
Definition at line 36 of file MueLu_Maxwell_Utils_decl.hpp.