38 std::string
indent(
unsigned int spaces);
61 const unsigned int solver_sys_num);
108 void insertNewline(std::stringstream & oss, std::streampos & begin, std::streampos & curr);
116 std::string
formatString(std::string message,
const std::string & prefix);
124 const std::string & sep =
" ");
std::string indent(unsigned int spaces)
Create empty string for indenting.
std::string mooseObjectVectorToString(const std::vector< MooseObject *> &objs, const std::string &sep=" ")
Routine to output the name of MooseObjects in a string.
std::string outputExecutionInformation(const MooseApp &app, FEProblemBase &problem)
Output execution information.
std::string outputAuxiliarySystemInformation(FEProblemBase &problem)
Output the Auxiliary system information.
Base class for MOOSE-based applications.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
std::string outputOutputInformation(MooseApp &app)
Output the output information.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
static const unsigned int console_field_width
Width used for printing simulation information.
std::string outputMeshInformation(FEProblemBase &problem, bool verbose=true)
Output the mesh information.
static const unsigned int console_line_length
Line length for printing simulation information.
Every object that can be built by the factory should be derived from this class.
std::string outputDataFilePaths()
Output the registered data paths for searching.
void insertNewline(std::stringstream &oss, std::streampos &begin, std::streampos &curr)
Helper function function for stringstream formatting.
std::string 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 st...
std::string outputFrameworkInformation(const MooseApp &app)
Outputs framework information.
std::string outputPreSMOResidualInformation()
Output the information about pre-SMO residual evaluation.
std::string outputSystemInformationHelper(libMesh::System &system)
Output system information.
std::string outputDataFileParams(MooseApp &app)
Output the (param path = value) pairs for each DataFileName parameter.
std::string outputLegacyInformation(MooseApp &app)
Output the legacy flag information.
std::string outputRelationshipManagerInformation(const MooseApp &app)
Output action RelationshipManager information.
std::string outputSolverSystemInformation(FEProblemBase &problem, const unsigned int solver_sys_num)
Output a solver system information.