MueLu
Version of the Day
|
Functor that drops boundary nodes for a blockSize > 1 problem. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
VectorDropBoundaryFunctor (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 | boundary_nodes_view = Kokkos::View< const bool *, memory_space > |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
Private Attributes | |
local_matrix_type | A |
block_indices_view_type | point_to_block |
boundary_nodes_view | boundaryNodes |
results_view | results |
Functor that drops boundary nodes for a blockSize > 1 problem.
Definition at line 132 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 134 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 135 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 136 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 137 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 138 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 139 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 147 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 154 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 141 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 142 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 143 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 144 of file MueLu_DroppingCommon.hpp.