|
MueLu Version of the Day
|
#include <MueLu_CutDrop.hpp>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | Comparator (const local_matrix_type2 &A_, const diag_view_type2 &diag_, const local_ordinal_type rlid_, const results_view &results_, values_view &values_) |
| KOKKOS_INLINE_FUNCTION magnitudeType | get_value (size_t x) const |
| KOKKOS_INLINE_FUNCTION bool | operator() (size_t x, size_t y) const |
Private Types | |
| using | scalar_type = typename local_matrix_type2::value_type |
| using | local_ordinal_type = typename local_matrix_type2::ordinal_type |
| using | memory_space = typename local_matrix_type2::memory_space |
| using | results_view = Kokkos::View< DecisionType *, memory_space > |
| using | ATS = Kokkos::ArithTraits< scalar_type > |
| using | magnitudeType = typename ATS::magnitudeType |
| using | mATS = Kokkos::ArithTraits< magnitudeType > |
| using | values_view = Kokkos::View< magnitudeType *, memory_space > |
Private Member Functions | |
| KOKKOS_INLINE_FUNCTION magnitudeType | get_value_impl (size_t x) const |
Private Attributes | |
| const local_matrix_type2 | A |
| const diag_view_type2 | diag |
| const local_ordinal_type | rlid |
| const local_ordinal_type | offset |
| const results_view | results |
| values_view | values |
Definition at line 189 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 191 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 192 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 193 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 194 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 199 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 201 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 205 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 207 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 218 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 231 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 236 of file MueLu_CutDrop.hpp.
|
inlineprivate |
Definition at line 257 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 209 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 210 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 211 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 212 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 213 of file MueLu_CutDrop.hpp.
|
mutableprivate |
Definition at line 214 of file MueLu_CutDrop.hpp.