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_, Teuchos::RCP< const map_type > non_unique_map_, 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 | map_type = Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > |
Functor that drops all entries that are not on the block diagonal.
Definition at line 339 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 341 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 342 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 344 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 345 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 346 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 347 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 349 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 350 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 351 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 352 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 363 of file MueLu_DroppingCommon.hpp.
|
inline |
Definition at line 380 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 354 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 355 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 356 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 357 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 358 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 359 of file MueLu_DroppingCommon.hpp.
|
private |
Definition at line 360 of file MueLu_DroppingCommon.hpp.