13 #include "libmesh/equation_systems.h"    14 #include "libmesh/gmv_io.h"    27   params.
addParam<
bool>(
"binary", 
true, 
"Output the file in binary format");
    42   : 
SampledOutput(parameters), _binary(getParam<bool>(
"binary"))
    61   return output.str() + 
".gmv";
 
std::string _file_base
The base filename from the input paramaters. 
virtual std::string filename() override
Returns the current filename, this method handles adding the timestep suffix. 
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...
Based class for providing re-positioning and oversampling support to output objects. 
unsigned int _padding
Number of digits to pad the extensions. 
static InputParameters validParams()
registerMooseObjectAliased("MooseApp", GMVOutput, "GMV")
virtual void output() override
Overload the Output::output method, this is required for GMVOutput output due to the method utilized ...
libMesh::EquationSystems * _es_ptr
Reference the the libMesh::EquationSystems object that contains the data. 
const MeshBase & get_mesh() const
unsigned int & _file_num
A file number counter, initialized to 0 (this must be controlled by the child class, see Exodus) 
Class for output data to the GMVOutputII format. 
static InputParameters validParams()
GMVOutput(const InputParameters ¶meters)
Class constructor.