|
MueLu Version of the Day
|
#include <MueLu_DistanceLaplacianDropping.hpp>
Public Member Functions | |
| ScalarMaterialDistanceFunctor (matrix_type &A, Teuchos::RCP< coords_type > &coords_, Teuchos::RCP< material_type > &material_) | |
| KOKKOS_INLINE_FUNCTION magnitudeType | distance2 (const local_ordinal_type row, const local_ordinal_type col) const |
Private Types | |
| using | matrix_type = Xpetra::Matrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> |
| using | local_matrix_type = typename matrix_type::local_matrix_type |
| using | scalar_type = typename local_matrix_type::value_type |
| using | local_ordinal_type = LocalOrdinal |
| using | ATS = Kokkos::ArithTraits<scalar_type> |
| using | impl_scalar_type = typename ATS::val_type |
| using | implATS = Kokkos::ArithTraits<impl_scalar_type> |
| using | magnitudeType = typename implATS::magnitudeType |
| using | magATS = Kokkos::ArithTraits<magnitudeType> |
| using | coords_type = Xpetra::MultiVector<magnitudeType, LocalOrdinal, GlobalOrdinal, Node> |
| using | local_coords_type = typename coords_type::dual_view_type_const::t_dev |
| using | material_type = Xpetra::MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> |
| using | local_material_type = typename material_type::dual_view_type_const::t_dev |
Private Attributes | |
| Teuchos::RCP< coords_type > | coordsMV |
| Teuchos::RCP< coords_type > | ghostedCoordsMV |
| local_coords_type | coords |
| local_coords_type | ghostedCoords |
| Teuchos::RCP< material_type > | materialMV |
| Teuchos::RCP< material_type > | ghostedMaterialMV |
| local_material_type | material |
| local_material_type | ghostedMaterial |
Definition at line 81 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 83 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 84 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 85 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 86 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 87 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 88 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 89 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 90 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 91 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 92 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 93 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 94 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 95 of file MueLu_DistanceLaplacianDropping.hpp.
|
inline |
Definition at line 110 of file MueLu_DistanceLaplacianDropping.hpp.
|
inline |
Definition at line 134 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 97 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 98 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 100 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 101 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 103 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 104 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 106 of file MueLu_DistanceLaplacianDropping.hpp.
|
private |
Definition at line 107 of file MueLu_DistanceLaplacianDropping.hpp.