|
MueLu Version of the Day
|
#include <MueLu_CutDrop.hpp>
Classes | |
| struct | Comparator |
Public Types | |
| using | matrix_type = Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
| using | local_matrix_type = typename matrix_type::local_matrix_device_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 | diag_vec_type = Xpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
| using | diag_view_type = typename Kokkos::DualView< const scalar_type *, Kokkos::LayoutStride, typename Node::device_type, Kokkos::MemoryUnmanaged >::t_dev |
| using | results_view = Kokkos::View< DecisionType *, memory_space > |
| using | comparator_type = Comparator< local_matrix_type, DistanceFunctorType, diag_view_type > |
Public Member Functions | |
| UnscaledDistanceLaplacianComparison (matrix_type &A_, DistanceFunctorType &dist2_, results_view &results_) | |
| KOKKOS_INLINE_FUNCTION comparator_type | getComparator (local_ordinal_type rlid) const |
Public Attributes | |
| local_matrix_type | A |
| results_view | results |
Private Types | |
| using | ATS = Kokkos::ArithTraits< scalar_type > |
| using | magnitudeType = typename ATS::magnitudeType |
| using | values_view = Kokkos::View< magnitudeType *, memory_space > |
Private Attributes | |
| Teuchos::RCP< diag_vec_type > | diagVec |
| diag_view_type | diag |
| DistanceFunctorType | dist2 |
| values_view | values |
Definition at line 306 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::matrix_type = Xpetra::Matrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> |
Definition at line 308 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::local_matrix_type = typename matrix_type::local_matrix_device_type |
Definition at line 309 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::scalar_type = typename local_matrix_type::value_type |
Definition at line 310 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::local_ordinal_type = typename local_matrix_type::ordinal_type |
Definition at line 311 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::memory_space = typename local_matrix_type::memory_space |
Definition at line 312 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::diag_vec_type = Xpetra::MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> |
Definition at line 313 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::diag_view_type = typename Kokkos::DualView<const scalar_type*, Kokkos::LayoutStride, typename Node::device_type, Kokkos::MemoryUnmanaged>::t_dev |
Definition at line 314 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::results_view = Kokkos::View<DecisionType*, memory_space> |
Definition at line 315 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 324 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 326 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 327 of file MueLu_CutDrop.hpp.
| using MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::comparator_type = Comparator<local_matrix_type, DistanceFunctorType, diag_view_type> |
Definition at line 427 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 335 of file MueLu_CutDrop.hpp.
|
inline |
Definition at line 430 of file MueLu_CutDrop.hpp.
| local_matrix_type MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::A |
Definition at line 317 of file MueLu_CutDrop.hpp.
| results_view MueLu::CutDrop::UnscaledDistanceLaplacianComparison< Scalar, LocalOrdinal, GlobalOrdinal, Node, DistanceFunctorType >::results |
Definition at line 318 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 329 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 330 of file MueLu_CutDrop.hpp.
|
private |
Definition at line 331 of file MueLu_CutDrop.hpp.
|
mutableprivate |
Definition at line 332 of file MueLu_CutDrop.hpp.