MueLu
Version of the Day
|
Functor that drops all entries that are not on the block diagonal. More...
#include <MueLu_DroppingCommon.hpp>
Public Member Functions | |
BlockDiagonalizeFunctor (matrix_type &A_, block_indices_type &point_to_block_, results_view &results_) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (local_ordinal_type rlid) const |
Private Types | |
using | matrix_type = Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
using | local_matrix_type = typename matrix_type::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 | block_indices_type = Xpetra::MultiVector< LocalOrdinal, LocalOrdinal, GlobalOrdinal, Node > |
using | local_block_indices_view_type = typename block_indices_type::dual_view_type_const::t_dev |
Private Attributes | |
local_matrix_type | A |
local_block_indices_view_type | point_to_block |
local_block_indices_view_type | ghosted_point_to_block |
results_view | results |
Functor that drops all entries that are not on the block diagonal.
Definition at line 382 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 384 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 385 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 387 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 388 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 389 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 390 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 392 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 393 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 401 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 416 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 395 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 396 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 397 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 398 of file MueLu_DroppingCommon.hpp.