Reference documentation for deal.II version 9.4.1
\(\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::GnuplotFlags Struct Reference

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

Inheritance diagram for DataOutBase::GnuplotFlags:
[legend]

Public Member Functions

 GnuplotFlags ()
 
 GnuplotFlags (const std::vector< std::string > &space_dimension_labels)
 
std::size_t memory_consumption () const
 
void parse_parameters (const ParameterHandler &prm)
 

Static Public Member Functions

static ::ExceptionBaseExcNotEnoughSpaceDimensionLabels ()
 
static void declare_parameters (ParameterHandler &prm)
 

Public Attributes

std::vector< std::string > space_dimension_labels
 

Detailed Description

Flags controlling the details of output in Gnuplot format.

Definition at line 701 of file data_out_base.h.

Member Function Documentation

◆ declare_parameters()

void DataOutBase::OutputFlagsBase< GnuplotFlags >::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 555 of file data_out_base.h.

◆ parse_parameters()

void DataOutBase::OutputFlagsBase< GnuplotFlags >::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 565 of file data_out_base.h.


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