|
MueLu Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
| VectorCountingFunctor (local_matrix_type &A_, local_ordinal_type blockSize_, block_indices_view_type ghosted_point_to_block_, results_view &results_, rowptr_type &filtered_rowptr_, rowptr_type &graph_rowptr_, functor_type &functor_) | |
| KOKKOS_INLINE_FUNCTION void | join (Kokkos::pair< local_ordinal_type, local_ordinal_type > &dest, const Kokkos::pair< local_ordinal_type, local_ordinal_type > &src) const |
| KOKKOS_INLINE_FUNCTION void | operatorRow (const local_ordinal_type rlid) const |
| KOKKOS_INLINE_FUNCTION void | operator() (const local_ordinal_type brlid, Kokkos::pair< local_ordinal_type, local_ordinal_type > &nnz, const bool &final) const |
Private Types | |
| 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 | block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space> |
| using | permutation_type = Kokkos::View<local_ordinal_type*, memory_space> |
| using | rowptr_type = typename local_matrix_type::row_map_type::non_const_type |
| using | ATS = Kokkos::ArithTraits<local_ordinal_type> |
Private Attributes | |
| local_matrix_type | A |
| local_ordinal_type | blockSize |
| block_indices_view_type | ghosted_point_to_block |
| results_view | results |
| rowptr_type | filtered_rowptr |
| rowptr_type | graph_rowptr |
| bool | firstFunctor |
| functor_type | functor |
| BlockRowComparison< local_matrix_type > | comparison |
| permutation_type | permutation |
| VectorCountingFunctor< local_matrix_type, remaining_functor_types... > | remainingFunctors |
Definition at line 649 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 651 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 652 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 653 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 654 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 655 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 656 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 658 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 662 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 683 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 703 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 709 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 714 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 665 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 666 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 667 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 668 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 669 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 670 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 672 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 673 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 679 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 680 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 496 of file MueLu_MatrixConstruction.hpp.