MueLu
Version of the Day
|
Signed classical Ruge-Stueben dropping criterion. More...
#include <MueLu_ClassicalDropping.hpp>
Public Member Functions | |
SignedRSFunctor (matrix_type &A_, magnitudeType threshold, results_view &results_) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (const local_ordinal_type rlid) const |
Private Types | |
using | matrix_type = Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
using | local_matrix_type = typename matrix_type::local_matrix_type |
using | scalar_type = typename local_matrix_type::value_type |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | memory_space = typename local_matrix_type::memory_space |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | magnitudeType = typename ATS::magnitudeType |
using | boundary_nodes_view = Kokkos::View< const bool *, memory_space > |
using | diag_vec_type = Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
using | diag_view_type = typename Kokkos::DualView< const scalar_type *, Kokkos::LayoutStride, typename Node::device_type, Kokkos::MemoryUnmanaged >::t_dev |
Private Attributes | |
local_matrix_type | A |
Teuchos::RCP< diag_vec_type > | diagVec |
diag_view_type | diag |
magnitudeType | eps |
results_view | results |
Signed classical Ruge-Stueben dropping criterion.
Evaluates the dropping criterion
\[ \frac{-\operatorname{Re}A_{ij}}{|A_{ii}|} \le \theta \]
Definition at line 90 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 92 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 93 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 94 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 95 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 96 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 98 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 100 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 101 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 102 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 104 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 105 of file MueLu_ClassicalDropping.hpp.
|
inline |
Definition at line 114 of file MueLu_ClassicalDropping.hpp.
|
inline |
Definition at line 124 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 107 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 108 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 109 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 110 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 111 of file MueLu_ClassicalDropping.hpp.