Go to the documentation of this file.
37 virtual std::string
filename()
override;
52 std::string
join(
const T & begin,
const T & end,
const char *
const delim);
An outputter with filename support.
bool _write_screen
Flag for controlling outputting console information to screen.
std::string _system_name
The name of the system to extract DOF information.
static InputParameters validParams()
const std::string & type() const
Get the type of this object.
MooseMesh & _mesh
Reference to the mesh object.
const InputParameters & parameters() const
Get the parameters of the object.
virtual std::string filename() override
Creates the output file name Appends the user-supplied 'file_base' input parameter with a '....
std::stringstream _file_output_stream
Stream for storing information to be written to a file.
bool _write_file
Flag for controlling outputting console information to a file.
An output object for writing the DOF map of the system in a machine parsable format.
void writeStreamToFile(bool append=true)
Write the file stream to the file.
std::string demangle(const std::string &name)
Try to demangle type name.
void output(const ExecFlagType &type) override
Write the DOF mapt.
Class for containing MooseEnum item information.
std::string join(const T &begin, const T &end, const char *const delim)
A helper method for joining items with a delimeter.
InputParameters validParams< DOFMapOutput >()
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
virtual const std::string & name() const
Get the name of the object.
DOFMapOutput(const InputParameters ¶meters)