MueLu
Version of the Day
|
Order each row by a criterion, compare the ratio of values and drop all entries once the ratio is below the threshold. More...
#include <MueLu_CutDrop.hpp>
Public Member Functions | |
CutDropFunctor (comparison_type &comparison_, magnitudeType threshold) | |
KOKKOS_FORCEINLINE_FUNCTION void | operator() (const local_ordinal_type &rlid) const |
Private Types | |
using | local_matrix_type = typename comparison_type::local_matrix_type |
using | scalar_type = typename local_matrix_type::value_type |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | memory_space = typename local_matrix_type::memory_space |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | magnitudeType = typename ATS::magnitudeType |
using | boundary_nodes_view = Kokkos::View< const bool *, memory_space > |
Private Attributes | |
local_matrix_type | A |
comparison_type | comparison |
magnitudeType | eps |
results_view | results |
Kokkos::View < local_ordinal_type *, memory_space > | index |
Order each row by a criterion, compare the ratio of values and drop all entries once the ratio is below the threshold.
Definition at line 497 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 499 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 500 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 501 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 502 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 503 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 505 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 506 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 507 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 516 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 525 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 509 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 510 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 511 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 512 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 513 of file MueLu_CutDrop.hpp.