8 #ifndef MUELU_LOCALPERMUTATIONSTRATEGY_DECL_HPP_
9 #define MUELU_LOCALPERMUTATIONSTRATEGY_DECL_HPP_
30 template<
class Scalar = double,
31 class LocalOrdinal = int,
32 class GlobalOrdinal = LocalOrdinal,
35 #undef MUELU_LOCALPERMUTATIONSTRATEGY_SHORT
75 #define MUELU_LOCALPERMUTATIONSTRATEGY_SHORT
Class which defines local permutations of matrix columns which correspond to DOFs of the same node...
void BuildPermutation(const Teuchos::RCP< Matrix > &A, const Teuchos::RCP< const Map > permRowMap, Level ¤tLevel, const FactoryBase *genFactory) const
build permutation operators
std::vector< std::vector< int > > result_permvecs_
GlobalOrdinal getGlobalDofId(const Teuchos::RCP< Matrix > &A, LocalOrdinal localNodeId, LocalOrdinal localDof) const
void BuildPermutations(size_t nDofsPerNode) const
GlobalOrdinal globalDofId2globalNodeId(const Teuchos::RCP< Matrix > &A, GlobalOrdinal grid) const