|
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 | |
| MarkSingletonVectorFunctor (local_matrix_type &A_, block_indices_view_type point_to_block_, 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 | block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space> |
| using | boundary_nodes_view = Kokkos::View<bool*, memory_space> |
Private Attributes | |
| local_matrix_type | A |
| block_indices_view_type | point_to_block |
| 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 238 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 240 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 241 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 242 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 243 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 244 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 246 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 254 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 261 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 248 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 249 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 250 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 251 of file MueLu_DroppingCommon.hpp.