MueLu
Version of the Day
|
Functor that checks that all entries have been marked. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
DebugFunctor (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 > |
using | boundary_nodes_view = Kokkos::View< bool *, memory_space > |
Private Attributes | |
local_matrix_type | A |
results_view | results |
Functor that checks that all entries have been marked.
Definition at line 401 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 403 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 404 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 405 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 406 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 408 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 414 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 419 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 410 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 411 of file MueLu_DroppingCommon.hpp.