|
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 623 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 625 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 626 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 627 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 628 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 629 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 634 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 636 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 637 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 646 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 655 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 639 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 640 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 641 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 642 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 643 of file MueLu_CutDrop.hpp.