MueLu
Version of the Day
|
Functor that marks singletons (all off-diagonal entries in a row are dropped) as boundary. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
MarkSingletonFunctor (local_matrix_type &A_, boundary_nodes_view boundaryNodes_, 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 |
boundary_nodes_view | boundaryNodes |
results_view | results |
Functor that marks singletons (all off-diagonal entries in a row are dropped) as boundary.
Definition at line 194 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 196 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 197 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 198 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 199 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 201 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 208 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 214 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 203 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 204 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 205 of file MueLu_DroppingCommon.hpp.