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 | |
BlockDiagonalizeVectorFunctor (matrix_type &A_, block_indices_type &point_to_block_, const RCP< const importer_type > &importer, results_view &results_, id_translation_type row_translation_, id_translation_type col_translation_) | |
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::Vector< LocalOrdinal, LocalOrdinal, GlobalOrdinal, Node > |
using | local_block_indices_view_type = typename block_indices_type::dual_view_type_const::t_dev |
using | id_translation_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | importer_type = Xpetra::Import< LocalOrdinal, GlobalOrdinal, Node > |
Functor that drops all entries that are not on the block diagonal.
Definition at line 435 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 437 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 438 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 440 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 441 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 442 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 443 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 445 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 446 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 447 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 448 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 459 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 474 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 450 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 451 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 452 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 453 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 454 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 455 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 456 of file MueLu_DroppingCommon.hpp.