|
| 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::outputSystemInformationHelper (std::stringstream &oss, System &system) |
| |
| std::string | ConsoleUtils::outputSolverSystemInformation (FEProblemBase &problem, const unsigned int solver_sys_num) |
| | Output a solver system information.
|
| |
| std::string | ConsoleUtils::outputSystemInformationHelper (libMesh::System &system) |
| | Output 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::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.
|
| |