![]() |
Reference documentation for deal.II version 8.1.0
|
#include <data_out_base.h>
Public Member Functions | |
TecplotFlags (const char *tecplot_binary_file_name=NULL, const char *zone_name=NULL) | |
void | parse_parameters (const ParameterHandler &prm) const |
std::size_t | memory_consumption () const |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
const char * | tecplot_binary_file_name |
const char * | zone_name |
Flags controlling the details of output in Tecplot format.
Definition at line 895 of file data_out_base.h.
DataOutBase::TecplotFlags::TecplotFlags | ( | const char * | tecplot_binary_file_name = NULL , |
const char * | zone_name = NULL |
||
) |
Constructor
|
static |
Declare all flags with name and type as offered by this class, for use in input files.
void DataOutBase::TecplotFlags::parse_parameters | ( | const ParameterHandler & | prm | ) | const |
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.
std::size_t DataOutBase::TecplotFlags::memory_consumption | ( | ) | const |
Determine an estimate for the memory consumption (in bytes) of this object. Since sometimes the size of objects can not be determined exactly (for example: what is the memory consumption of an STL std::map
type with a certain number of elements?), this is only an estimate. however often quite close to the true value.
const char* DataOutBase::TecplotFlags::tecplot_binary_file_name |
This variable is needed to hold the output file name when using the Tecplot API to write binary files. If the user doesn't set the file name with this variable only ASCII Tecplot output will be produced.
Definition at line 906 of file data_out_base.h.
const char* DataOutBase::TecplotFlags::zone_name |
Tecplot allows to assign names to zones. This variable stores this name.
Definition at line 912 of file data_out_base.h.