Reference documentation for deal.II version GIT relicensing-136-gb80d0be4af 2024-03-18 08:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Static 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:
Inheritance graph
[legend]

Public Member Functions

 TecplotFlags (const char *zone_name=nullptr, const double solution_time=-1.0)
 
std::size_t memory_consumption () const
 
void parse_parameters (const ParameterHandler &prm)
 

Static Public Member Functions

static void declare_parameters (ParameterHandler &prm)
 

Public Attributes

const char * zone_name
 
double solution_time
 

Detailed Description

Flags controlling the details of output in Tecplot format.

Definition at line 1092 of file data_out_base.h.

Constructor & Destructor Documentation

◆ TecplotFlags()

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

Constructor.

Definition at line 2407 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 2415 of file data_out_base.cc.

◆ declare_parameters()

void DataOutBase::OutputFlagsBase< TecplotFlags >::declare_parameters ( ParameterHandler prm)
staticinherited

Declare all flags with name and type as offered by this class, for use in input files.

This method does nothing, but child classes may override this method to add fields to prm.

Definition at line 574 of file data_out_base.h.

◆ parse_parameters()

void DataOutBase::OutputFlagsBase< TecplotFlags >::parse_parameters ( const ParameterHandler prm)
inherited

Read the parameters declared in declare_parameters() and set the flags for this output format accordingly.

This method does nothing, but child classes may override this method to add fields to prm.

Definition at line 584 of file data_out_base.h.

Member Data Documentation

◆ zone_name

const char* DataOutBase::TecplotFlags::zone_name

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

Definition at line 1098 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 1105 of file data_out_base.h.


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