MueLu
Version of the Day
|
Functor that marks diagonal as kept, unless the are already marked as boundary. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
KeepDiagonalFunctor (local_matrix_type &A_, results_view &results_) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (local_ordinal_type rlid) const |
Private Types | |
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 > |
Private Attributes | |
local_matrix_type | A |
results_view | results |
Functor that marks diagonal as kept, unless the are already marked as boundary.
Definition at line 223 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 225 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 226 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 227 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 228 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 234 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 239 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 230 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 231 of file MueLu_DroppingCommon.hpp.