46 #ifndef MUELU_AMALGAMATIONFACTORY_KOKKOS_DECL_HPP 47 #define MUELU_AMALGAMATIONFACTORY_KOKKOS_DECL_HPP 49 #include <Xpetra_Matrix_fwd.hpp> 50 #include <Xpetra_Map_fwd.hpp> 80 #undef MUELU_AMALGAMATIONFACTORY_KOKKOS_SHORT 119 static void AmalgamateMap(
const Map& sourceMap,
const Matrix& A, RCP<const Map>& amalgamatedMap, Array<LO>& translation);
126 #define MUELU_AMALGAMATIONFACTORY_KOKKOS_SHORT 127 #endif // MUELU_AMALGAMATIONFACTORY_KOKKOS_DECL_HPP RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
AmalgamationFactory_kokkos for subblocks of strided map based amalgamation data.
void Build(Level ¤tLevel) const
Build an object with this factory.
Namespace for MueLu classes and methods.
static const GlobalOrdinal DOFGid2NodeId(GlobalOrdinal gid, LocalOrdinal blockSize, const GlobalOrdinal offset, const GlobalOrdinal indexBase)
translate global (row/column) id to global amalgamation block id
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
AmalgamationFactory_kokkos()
Constructor.
static void AmalgamateMap(const Map &sourceMap, const Matrix &A, RCP< const Map > &amalgamatedMap, Array< LO > &translation)
Method to create merged map for systems of PDEs.
void DeclareInput(Level ¤tLevel) const
Input.
Base class for factories that use one level (currentLevel).
virtual ~AmalgamationFactory_kokkos()
Destructor.