Reference documentation for deal.II version 9.1.1
|
#include <deal.II/base/data_out_base.h>
Static Public Attributes | |
static const unsigned int | format_version = 3 |
Additional Inherited Members | |
Public Member Functions inherited from DataOutBase::OutputFlagsBase< Deal_II_IntermediateFlags > | |
void | parse_parameters (const ParameterHandler &prm) |
std::size_t | memory_consumption () const |
Static Public Member Functions inherited from DataOutBase::OutputFlagsBase< Deal_II_IntermediateFlags > | |
static void | declare_parameters (ParameterHandler &prm) |
Flags controlling the details of output in deal.II intermediate format. At present no flags are implemented.
Definition at line 1252 of file data_out_base.h.
|
static |
An indicator of the current file format version used to write intermediate format. We do not attempt to be backward compatible, so this number is used only to verify that the format we are writing is what the current readers and writers understand.
Definition at line 1261 of file data_out_base.h.