https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
ConsoleUtils.h File Reference

Go to the source code of this file.

Namespaces

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

Functions

std::string ConsoleUtils::indent (unsigned int spaces)
 Create empty string for indenting.
 
std::string ConsoleUtils::outputFrameworkInformation (const MooseApp &app)
 Outputs framework information.
 
std::string ConsoleUtils::outputMeshInformation (FEProblemBase &problem, bool verbose=true)
 Output the mesh information.
 
std::string ConsoleUtils::outputAuxiliarySystemInformation (FEProblemBase &problem)
 Output the Auxiliary system information.
 
std::string ConsoleUtils::outputSolverSystemInformation (FEProblemBase &problem, const unsigned int solver_sys_num)
 Output a solver system information.
 
std::string ConsoleUtils::outputRelationshipManagerInformation (const MooseApp &app)
 Output action RelationshipManager information.
 
std::string ConsoleUtils::outputExecutionInformation (const MooseApp &app, FEProblemBase &problem)
 Output execution information.
 
std::string ConsoleUtils::outputOutputInformation (MooseApp &app)
 Output the output information.
 
std::string ConsoleUtils::outputSystemInformationHelper (libMesh::System &system)
 Output system information.
 
std::string ConsoleUtils::outputPreSMOResidualInformation ()
 Output the information about pre-SMO residual evaluation.
 
std::string ConsoleUtils::outputLegacyInformation (MooseApp &app)
 Output the legacy flag information.
 
std::string ConsoleUtils::outputDataFilePaths ()
 Output the registered data paths for searching.
 
std::string ConsoleUtils::outputDataFileParams (MooseApp &app)
 Output the (param path = value) pairs for each DataFileName parameter.
 
void ConsoleUtils::insertNewline (std::stringstream &oss, std::streampos &begin, std::streampos &curr)
 Helper function function for stringstream formatting.
 
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.
 
std::string ConsoleUtils::mooseObjectVectorToString (const std::vector< MooseObject * > &objs, const std::string &sep=" ")
 Routine to output the name of MooseObjects in a string.
 

Variables

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