MueLu
Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | Comparator (const local_matrix_type2 &A_, local_ordinal_type bsize_, local_ordinal_type brlid_, block_indices_view_type ghosted_point_to_block_) |
KOKKOS_INLINE_FUNCTION bool | operator() (size_t x, size_t y) const |
Private Types | |
using | local_ordinal_type = typename local_matrix_type2::ordinal_type |
using | memory_space = typename local_matrix_type2::memory_space |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
Private Attributes | |
const local_matrix_type2 | A |
const local_ordinal_type | offset |
const block_indices_view_type | ghosted_point_to_block |
Definition at line 393 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 395 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 396 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 397 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 405 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 411 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 399 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 400 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 401 of file MueLu_MatrixConstruction.hpp.