Public Member Functions | |
def | __init__ |
def | setOStream |
def | getOStream |
def | isVerbosity |
def | stream |
def | __init__ |
def | setOStream |
def | getOStream |
def | isVerbosity |
def | stream |
Public Attributes | |
this |
Anasazi's basic output manager for sending information of select verbosity levels to the appropriate output stream. Chris Baker, Ulrich Hetmaniuk, Rich Lehoucq, and Heidi Thornquist C++ includes: AnasaziBasicOutputManager.hpp
def PyTrilinos::Anasazi::BasicOutputManagerDouble::__init__ | ( | self, | ||
args | ||||
) |
__init__(self, int vb = Errors, Teuchos::RCP<(Anasazi::ostream)> os = Teuchos::rcpFromRef(std::cout), int printingRank = 0) -> BasicOutputManagerDouble Anasazi::BasicOutputManager< ScalarType >::BasicOutputManager(int vb=Anasazi::Errors, Teuchos::RCP< ostream > os=Teuchos::rcp(&std::cout, false), int printingRank=0) Default constructor.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::__init__ | ( | self, | ||
args | ||||
) |
__init__(self, int vb = Errors, Teuchos::RCP<(Anasazi::ostream)> os = Teuchos::rcpFromRef(std::cout), int printingRank = 0) -> BasicOutputManagerDouble Anasazi::BasicOutputManager< ScalarType >::BasicOutputManager(int vb=Anasazi::Errors, Teuchos::RCP< ostream > os=Teuchos::rcp(&std::cout, false), int printingRank=0) Default constructor.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::getOStream | ( | self, | ||
args | ||||
) |
getOStream(self) -> Teuchos::RCP<(Anasazi::ostream)> Teuchos::RCP< ostream > Anasazi::BasicOutputManager< ScalarType >::getOStream() Get the output stream for this manager.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::getOStream | ( | self, | ||
args | ||||
) |
getOStream(self) -> Teuchos::RCP<(Anasazi::ostream)> Teuchos::RCP< ostream > Anasazi::BasicOutputManager< ScalarType >::getOStream() Get the output stream for this manager.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::isVerbosity | ( | self, | ||
args | ||||
) |
isVerbosity(self, MsgType type) -> bool bool Anasazi::BasicOutputManager< ScalarType >::isVerbosity(MsgType type) const Find out whether we need to print out information for this message type. This method is used by the solver to determine whether computations are necessary for this message type.
Reimplemented from PyTrilinos::Anasazi::OutputManagerDouble.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::isVerbosity | ( | self, | ||
args | ||||
) |
isVerbosity(self, MsgType type) -> bool bool Anasazi::BasicOutputManager< ScalarType >::isVerbosity(MsgType type) const Find out whether we need to print out information for this message type. This method is used by the solver to determine whether computations are necessary for this message type.
Reimplemented from PyTrilinos::Anasazi::OutputManagerDouble.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::setOStream | ( | self, | ||
args | ||||
) |
setOStream(self, Teuchos::RCP<(Anasazi::ostream)> os) void Anasazi::BasicOutputManager< ScalarType >::setOStream(Teuchos::RCP< ostream > os) Set the output stream for this manager.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::setOStream | ( | self, | ||
args | ||||
) |
setOStream(self, Teuchos::RCP<(Anasazi::ostream)> os) void Anasazi::BasicOutputManager< ScalarType >::setOStream(Teuchos::RCP< ostream > os) Set the output stream for this manager.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::stream | ( | self, | ||
args | ||||
) |
stream(self, MsgType type) -> ostream ostream & Anasazi::BasicOutputManager< ScalarType >::stream(MsgType type) Return a stream for outputting to.
Reimplemented from PyTrilinos::Anasazi::OutputManagerDouble.
def PyTrilinos::Anasazi::BasicOutputManagerDouble::stream | ( | self, | ||
args | ||||
) |
stream(self, MsgType type) -> ostream ostream & Anasazi::BasicOutputManager< ScalarType >::stream(MsgType type) Return a stream for outputting to.
Reimplemented from PyTrilinos::Anasazi::OutputManagerDouble.