46 #ifndef MUELU_LWGRAPH_DEF_HPP 47 #define MUELU_LWGRAPH_DEF_HPP 56 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
71 if (verbLevel &
Debug) {
72 RCP<const Map> col_map = importMap_.is_null() ? domainMap_ : importMap_;
74 for (LO i = 0; i < rows_.size()-1; i++) {
75 for (LO j = rows_[i]; j < rows_[i+1]; j++)
76 out<< domainMap_->getGlobalElement(i) <<
" " << col_map->getGlobalElement(columns_[j])<<std::endl;
83 #endif // MUELU_LWGRAPH_DEF_HPP
void print(Teuchos::FancyOStream &out, const VerbLevel verbLevel=Default) const
Print the Graph with some verbosity level to an FancyOStream object.
Print additional debugging information.
Namespace for MueLu classes and methods.
Print class parameters (more parameters, more verbose)