MueLu
Version of the Day
|
Functor that drops boundary nodes for a blockSize > 1 problem. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
VectorSymmetricDropBoundaryFunctor (Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A_, block_indices_view_type point_to_block_, block_indices_view_type ghosted_point_to_block_, boundary_nodes_view boundaryNodes_, results_view &results_) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (local_ordinal_type rlid) const |
Private Types | |
using | local_matrix_type = typename Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node >::local_matrix_type |
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 > |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
Functor that drops boundary nodes for a blockSize > 1 problem.
Definition at line 173 of file MueLu_DroppingCommon.hpp.
private |
Definition at line 175 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 176 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 177 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 178 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 179 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 180 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 181 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 191 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 204 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 183 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 184 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 185 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 186 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 187 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 188 of file MueLu_DroppingCommon.hpp.