53 #ifndef MUELU_AMALGAMATIONINFO_DECL_HPP_ 54 #define MUELU_AMALGAMATIONINFO_DECL_HPP_ 56 #include <Xpetra_ConfigDefs.hpp> 57 #include <Xpetra_Map_fwd.hpp> 58 #include <Xpetra_MapFactory_fwd.hpp> 59 #include <Xpetra_Vector_fwd.hpp> 83 #undef MUELU_AMALGAMATIONINFO_SHORT 90 RCP<Array<LO> > colTranslation,
91 RCP<const Map> nodeRowMap,
92 RCP<const Map> nodeColMap,
93 RCP<const Map>
const &columnMap,
94 LO fullblocksize, GO offset, LO blockid, LO nStridedOffset, LO stridedblocksize) :
215 #define MUELU_AMALGAMATIONINFO_SHORT RCP< Array< LO > > getColTranslation() const
MueLu::DefaultLocalOrdinal LocalOrdinal
RCP< const Map > nodeRowMap_
node row and column map of graph (built from row and column map of A)
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Container class for aggregation information.
virtual ~AmalgamationInfo()
Destructor.
AmalgamationInfo(RCP< Array< LO > > rowTranslation, RCP< Array< LO > > colTranslation, RCP< const Map > nodeRowMap, RCP< const Map > nodeColMap, RCP< const Map > const &columnMap, LO fullblocksize, GO offset, LO blockid, LO nStridedOffset, LO stridedblocksize)
Constructor.
RCP< Array< LO > > colTranslation_
Namespace for MueLu classes and methods.
Teuchos::RCP< Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > ComputeUnamalgamatedImportDofMap(const Aggregates &aggregates) const
ComputeUnamalgamatedImportDofMap build overlapping dof row map from aggregates needed for overlapping...
LO ComputeLocalNode(LocalOrdinal const &ldofID) const
std::string description() const
Return a simple one-line description of this object.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
RCP< const Map > getNodeRowMap() const
void GetStridingInformation(LO &fullBlockSize, LO &blockID, LO &stridingOffset, LO &stridedBlockSize, GO &indexBase)
returns striding information
void UnamalgamateAggregatesLO(const Aggregates &aggregates, Teuchos::ArrayRCP< LocalOrdinal > &aggStart, Teuchos::ArrayRCP< LO > &aggToRowMap) const
LO ComputeLocalDOF(LocalOrdinal const &lNodeID, LocalOrdinal const &k) const
ComputeLocalDOF return locbal dof id associated with local node id lNodeID and dof index k...
RCP< Array< LO > > getRowTranslation() const
< returns the node column map for the graph
Base class for MueLu classes.
void UnamalgamateAggregates(const Aggregates &aggregates, Teuchos::ArrayRCP< LocalOrdinal > &aggStart, Teuchos::ArrayRCP< GlobalOrdinal > &aggToRowMap) const
UnamalgamateAggregates.
RCP< const Map > nodeColMap_
GO GlobalOffset()
returns offset of global dof ids
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the object with some verbosity level to an FancyOStream object.
RCP< const Map > columnMap_
DOF map (really column map of A)
GO ComputeGlobalDOF(GO const &gNodeID, LO const &k=0) const
ComputeGlobalDOF.
RCP< Array< LO > > rowTranslation_
Arrays containing local node ids given local dof ids.
minimal container class for storing amalgamation information
RCP< const Map > getNodeColMap() const
< returns the node row map for the graph