Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
Public Member Functions | Public Attributes | List of all members
DataOutBase::TecplotFlags Struct Reference

#include <deal.II/base/data_out_base.h>

Inheritance diagram for DataOutBase::TecplotFlags:
[legend]

Public Member Functions

 TecplotFlags (const char *tecplot_binary_file_name=nullptr, const char *zone_name=nullptr, const double solution_time=-1.0)
 
std::size_t memory_consumption () const
 
- Public Member Functions inherited from DataOutBase::OutputFlagsBase< TecplotFlags >
void parse_parameters (const ParameterHandler &prm)
 
std::size_t memory_consumption () const
 

Public Attributes

const char * tecplot_binary_file_name
 
const char * zone_name
 
double solution_time
 

Additional Inherited Members

- Static Public Member Functions inherited from DataOutBase::OutputFlagsBase< TecplotFlags >
static void declare_parameters (ParameterHandler &prm)
 

Detailed Description

Flags controlling the details of output in Tecplot format.

Definition at line 1046 of file data_out_base.h.

Constructor & Destructor Documentation

◆ TecplotFlags()

DataOutBase::TecplotFlags::TecplotFlags ( const char *  tecplot_binary_file_name = nullptr,
const char *  zone_name = nullptr,
const double  solution_time = -1.0 
)

Constructor.

Deprecated:
Using this constructor is deprecated. Set the member variables directly instead.

Definition at line 2388 of file data_out_base.cc.

Member Function Documentation

◆ memory_consumption()

std::size_t DataOutBase::TecplotFlags::memory_consumption ( ) const

Return an estimate for the memory consumption, in bytes, of this object.

Definition at line 2399 of file data_out_base.cc.

Member Data Documentation

◆ tecplot_binary_file_name

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.

Deprecated:
Using Tecplot binary output is deprecated.

Definition at line 1055 of file data_out_base.h.

◆ zone_name

const char* DataOutBase::TecplotFlags::zone_name

Tecplot allows to assign names to zones. This variable stores this name.

Definition at line 1061 of file data_out_base.h.

◆ solution_time

double DataOutBase::TecplotFlags::solution_time

Solution time for each zone in a strand. This value must be non- negative, otherwise it will not be written to file. Do not assign any value for this in case of a static zone.

Definition at line 1068 of file data_out_base.h.


The documentation for this struct was generated from the following files: