46#ifndef MUELU_GRAPH_DEF_HPP
47#define MUELU_GRAPH_DEF_HPP
55 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
56 size_t Graph<LocalOrdinal, GlobalOrdinal, Node>::GetNodeNumGhost()
const {
63 size_t nGhost = graph_->getColMap()->getLocalNumElements() - graph_->getDomainMap()->getLocalNumElements();
64 if (nGhost < 0) nGhost = 0;
73 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
88 if (verbLevel &
Debug) {
89 graph_->describe(out0, Teuchos::VERB_EXTREME);
#define MUELU_DESCRIBE
Helper macro for implementing Describable::describe() for BaseClass objects.
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the Graph with some verbosity level to an FancyOStream object.
Namespace for MueLu classes and methods.
@ Debug
Print additional debugging information.
@ Parameters0
Print class parameters.
@ Parameters1
Print class parameters (more parameters, more verbose)