www.mooseframework.org
Namespaces | Functions | Variables
ConsoleUtils.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 
 ConsoleUtils
 

Functions

std::string ConsoleUtils::indent (unsigned int spaces)
 Create empty string for indenting. More...
 
std::string ConsoleUtils::outputFrameworkInformation (const MooseApp &app)
 Outputs framework information. More...
 
std::string ConsoleUtils::outputMeshInformation (FEProblemBase &problem, bool verbose=true)
 Output the mesh information. More...
 
std::string ConsoleUtils::outputAuxiliarySystemInformation (FEProblemBase &problem)
 Output the Auxiliary system information. More...
 
std::string ConsoleUtils::outputNonlinearSystemInformation (FEProblemBase &problem, const unsigned int nl_sys_num)
 Output the Nonlinear system information. More...
 
std::string ConsoleUtils::outputRelationshipManagerInformation (const MooseApp &app)
 Output action RelationshipManager information. More...
 
std::string ConsoleUtils::outputExecutionInformation (const MooseApp &app, FEProblemBase &problem)
 Output execution information. More...
 
std::string ConsoleUtils::outputOutputInformation (MooseApp &app)
 Output the output information. More...
 
std::string ConsoleUtils::outputSystemInformationHelper (System &system)
 Output system information. More...
 
std::string ConsoleUtils::outputLegacyInformation (MooseApp &app)
 Output the legacy flag information. More...
 
void ConsoleUtils::insertNewline (std::stringstream &oss, std::streampos &begin, std::streampos &curr)
 Helper function function for stringstream formatting. More...
 
std::string ConsoleUtils::formatString (std::string message, const std::string &prefix)
 Add new lines and prefixes to a string for pretty display in output NOTE: This makes a copy of the string, on purpose, to be able to return a modified copy. More...
 
std::string ConsoleUtils::mooseObjectVectorToString (const std::vector< MooseObject *> &objs, const std::string &sep=" ")
 Routine to output the name of MooseObjects in a string. More...
 

Variables

static const unsigned int ConsoleUtils::console_field_width = 27
 Width used for printing simulation information. More...
 
static const unsigned int ConsoleUtils::console_line_length = 100
 Line length for printing simulation information. More...