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 412 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 414 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 415 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 416 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 424 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 430 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 418 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 419 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 420 of file MueLu_MatrixConstruction.hpp.