|
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::outputSystemInformationHelper (std::stringstream &oss, System &system) |
|
std::string | ConsoleUtils::outputSolverSystemInformation (FEProblemBase &problem, const unsigned int solver_sys_num) |
| Output a solver system information. More...
|
|
std::string | ConsoleUtils::outputSystemInformationHelper (libMesh::System &system) |
| Output 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::outputPreSMOResidualInformation () |
| Output the information about pre-SMO residual evaluation. More...
|
|
std::string | ConsoleUtils::outputLegacyInformation (MooseApp &app) |
| Output the legacy flag information. More...
|
|
std::string | ConsoleUtils::outputDataFilePaths () |
| Output the registered data paths for searching. More...
|
|
std::string | ConsoleUtils::outputDataFileParams (MooseApp &app) |
| Output the (param path = value) pairs for each DataFileName parameter. 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...
|
|