Interface for defining a variable type which can be written to a data file. More...
#include <ptems/io/datafilewriter.hpp>
Public Member Functions | |
virtual void | WriteVariable (DataFileWriter< DIM > &writer, const std::string &name) const =0 |
Output the variable to the data file. More... | |
Interface for defining a variable type which can be written to a data file.
DIM | The dimension of the underlying mesh |
|
pure virtual |
Output the variable to the data file.
writer | The writer for the data file |
name | The name for the variable |
Implemented in ptems::DiscreteFunctionSpace< DIM, X, N >::SpacePolynomialDegree, ptems::DiscreteFunction< DIM, X, N, 1 >, and ptems::DiscreteFunction< DIM, X, N, LEN >.