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 395 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type |
Definition at line 397 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::memory_space = typename local_matrix_type::memory_space |
Definition at line 398 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 399 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::comparator_type = Comparator<local_matrix_type> |
Definition at line 435 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 406 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 438 of file MueLu_MatrixConstruction.hpp.
local_matrix_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::A |
Definition at line 401 of file MueLu_MatrixConstruction.hpp.
local_ordinal_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::bsize |
Definition at line 402 of file MueLu_MatrixConstruction.hpp.
block_indices_view_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::ghosted_point_to_block |
Definition at line 403 of file MueLu_MatrixConstruction.hpp.