|
Belos Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
43 #ifndef BELOS_STATUS_TEST_OUTPUT_FACTORY_HPP
44 #define BELOS_STATUS_TEST_OUTPUT_FACTORY_HPP
69 template <
class ScalarType,
class MV,
class OP>
Special StatusTest for printing any kind of status test.
Belos header file which uses auto-configuration information to include necessary C++ headers.
Teuchos::RCP< std::map< std::string, Teuchos::RCP< StatusTest< ScalarType, MV, OP > > > > taggedTests_
Belos's basic output manager for sending information of select verbosity levels to the appropriate ou...
StatusTestOutputFactory(const StatusTestOutputFactory< ScalarType, MV, OP > &)
A special StatusTest for printing other status tests.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Special StatusTest for printing status tests in simple format for residuals.
A special StatusTest for printing other status tests in a simple format.
Teuchos::RCP< StatusTestOutput< ScalarType, MV, OP > > create(const Teuchos::RCP< OutputManager< ScalarType > > &printer, Teuchos::RCP< StatusTest< ScalarType, MV, OP > > test, int mod, int printStates)
Create the StatusTestOutput object specified by the outputStyle.
virtual ~StatusTestOutputFactory()
Destructor.
StatusTestOutputFactory(void)
A special StatusTest for printing other status tests in a simple format.
Special StatusTest for printing status tests in simple format for residuals.
A pure virtual class for defining the status tests for the Belos iterative solvers.
A factory class for generating StatusTestOutput objects.
Collection of types and exceptions used within the Belos solvers.
StatusTestOutputFactory(int outputStyle, Teuchos::RCP< std::map< std::string, Teuchos::RCP< StatusTest< ScalarType, MV, OP > > > > taggedTests=Teuchos::null)
Constructor.