Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
UcdFlags (const bool write_preamble=false) | |
void | parse_parameters (const ParameterHandler &prm) |
Public Member Functions inherited from DataOutBase::OutputFlagsBase< UcdFlags > | |
void | parse_parameters (const ParameterHandler &prm) |
std::size_t | memory_consumption () const |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Static Public Member Functions inherited from DataOutBase::OutputFlagsBase< UcdFlags > | |
static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
bool | write_preamble |
Flags controlling the details of output in UCD format for AVS.
Definition at line 630 of file data_out_base.h.
DataOutBase::UcdFlags::UcdFlags | ( | const bool | write_preamble = false | ) |
Constructor.
Definition at line 1827 of file data_out_base.cc.
|
static |
Declare all flags with name and type as offered by this class, for use in input files.
Definition at line 1962 of file data_out_base.cc.
void DataOutBase::UcdFlags::parse_parameters | ( | const ParameterHandler & | prm | ) |
Read the parameters declared in declare_parameters() and set the flags for this output format accordingly.
The flags thus obtained overwrite all previous contents of this object.
Definition at line 1974 of file data_out_base.cc.
bool DataOutBase::UcdFlags::write_preamble |
Write a comment at the beginning of the file stating the date of creation and some other data. While this is supported by the UCD format and AVS, some other programs get confused by this, so the default is to not write a preamble. However, a preamble can be written using this flag.
Default: false
.
Definition at line 641 of file data_out_base.h.