MueLu
Version of the Day
|
Signed classical smoothed aggregation dropping criterion. More...
#include <MueLu_ClassicalDropping.hpp>
Public Member Functions | |
SignedSAFunctor (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 | diag_vec_type = Xpetra::MultiVector< 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 | diag_view_type = typename Kokkos::DualView< const scalar_type *, Kokkos::LayoutStride, typename Node::device_type, Kokkos::MemoryUnmanaged >::t_dev |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | magnitudeType = typename ATS::magnitudeType |
using | mATS = Kokkos::ArithTraits< magnitudeType > |
using | boundary_nodes_view = Kokkos::View< const bool *, memory_space > |
Private Attributes | |
local_matrix_type | A |
Teuchos::RCP< diag_vec_type > | diagVec |
diag_view_type | diag |
magnitudeType | eps |
results_view | results |
Signed classical smoothed aggregation dropping criterion.
Evaluates the dropping criterion
\[ \frac{-\operatorname{sign}(A_{ij}) |A_{ij}|^2}{|A_{ii}| |A_{jj}|} \le \theta^2 \]
Definition at line 147 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 149 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 150 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 151 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 152 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 153 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 154 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 155 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 157 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 159 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 160 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 161 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 162 of file MueLu_ClassicalDropping.hpp.
|
inline |
Definition at line 171 of file MueLu_ClassicalDropping.hpp.
|
inline |
Definition at line 182 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 164 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 165 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 166 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 167 of file MueLu_ClassicalDropping.hpp.
|
private |
Definition at line 168 of file MueLu_ClassicalDropping.hpp.