MueLu
Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
VectorFillFunctor (local_matrix_type &A_, local_ordinal_type blockSize_, block_indices_view_type ghosted_point_to_block_, results_view &results_, local_matrix_type &filteredA_, local_graph_type &graph_, magnitudeType dirichletThreshold_) | |
KOKKOS_INLINE_FUNCTION void | operator() (const local_ordinal_type brlid) const |
Private Types | |
using | scalar_type = typename local_matrix_type::value_type |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | local_graph_type = typename local_matrix_type::staticcrsgraph_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 | OTS = Kokkos::ArithTraits< local_ordinal_type > |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | permutation_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | magnitudeType = typename ATS::magnitudeType |
Private Attributes | |
local_matrix_type | A |
local_ordinal_type | blockSize |
block_indices_view_type | ghosted_point_to_block |
results_view | results |
local_matrix_type | filteredA |
local_graph_type | graph |
magnitudeType | dirichletThreshold |
const scalar_type | zero = ATS::zero() |
const scalar_type | one = ATS::one() |
BlockRowComparison < local_matrix_type > | comparison |
permutation_type | permutation |
Definition at line 812 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 814 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 815 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 816 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 817 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 818 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 819 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 820 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 821 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 822 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 823 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 839 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 852 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 825 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 826 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 827 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 828 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 829 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 830 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 831 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 832 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 833 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 835 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 836 of file MueLu_MatrixConstruction.hpp.