MueLu
Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Classes | |
struct | Comparator |
Public Types | |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | memory_space = typename local_matrix_type::memory_space |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | comparator_type = Comparator< local_matrix_type > |
Public Member Functions | |
BlockRowComparison (local_matrix_type &A_, local_ordinal_type bsize_, block_indices_view_type ghosted_point_to_block_) | |
KOKKOS_INLINE_FUNCTION comparator_type | getComparator (local_ordinal_type brlid) const |
Public Attributes | |
local_matrix_type | A |
local_ordinal_type | bsize |
block_indices_view_type | ghosted_point_to_block |
Definition at line 376 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type |
Definition at line 378 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::memory_space = typename local_matrix_type::memory_space |
Definition at line 379 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space> |
Definition at line 380 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::comparator_type = Comparator<local_matrix_type> |
Definition at line 416 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 387 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 419 of file MueLu_MatrixConstruction.hpp.
local_matrix_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::A |
Definition at line 382 of file MueLu_MatrixConstruction.hpp.
local_ordinal_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::bsize |
Definition at line 383 of file MueLu_MatrixConstruction.hpp.
block_indices_view_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::ghosted_point_to_block |
Definition at line 384 of file MueLu_MatrixConstruction.hpp.