libMesh
output.h
Go to the documentation of this file.
1 #include <string>
2 
3 // Bring in everything from the libMesh namespace
4 using namespace libMesh;
5 
6 void start_output(unsigned int timesteps,
7  std::string filename,
8  std::string varname);
The libMesh namespace provides an interface to certain functionality in the library.
void start_output(unsigned int timesteps, std::string filename, std::string varname)
Definition: output.C:14