Reference documentation for deal.II version 8.5.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GridOutFlags::Gnuplot Struct Reference

#include <deal.II/grid/grid_out.h>

Public Member Functions

 Gnuplot (const bool write_cell_number=false, const unsigned int n_boundary_face_points=2, const bool curved_inner_cells=false)
 
void parse_parameters (ParameterHandler &param)
 

Static Public Member Functions

static void declare_parameters (ParameterHandler &param)
 

Public Attributes

bool write_cell_numbers
 
unsigned int n_boundary_face_points
 
bool curved_inner_cells
 

Detailed Description

Flags describing the details of output in GNUPLOT format.

Definition at line 223 of file grid_out.h.

Constructor & Destructor Documentation

◆ Gnuplot()

GridOutFlags::Gnuplot::Gnuplot ( const bool  write_cell_number = false,
const unsigned int  n_boundary_face_points = 2,
const bool  curved_inner_cells = false 
)

Constructor.

Definition at line 129 of file grid_out.cc.

Member Function Documentation

◆ declare_parameters()

void GridOutFlags::Gnuplot::declare_parameters ( ParameterHandler param)
static

Declare parameters in ParameterHandler.

Definition at line 139 of file grid_out.cc.

◆ parse_parameters()

void GridOutFlags::Gnuplot::parse_parameters ( ParameterHandler param)

Parse parameters of ParameterHandler.

Definition at line 146 of file grid_out.cc.

Member Data Documentation

◆ write_cell_numbers

bool GridOutFlags::Gnuplot::write_cell_numbers

Write the number of each cell into the output file before starting with the lines it is composed of, as a comment. This might be useful if you want to find out details about the grid, for example the position of cells of which you know the number. It enlarges the size of the output significantly, however.

Default: false.

Definition at line 234 of file grid_out.h.

◆ n_boundary_face_points

unsigned int GridOutFlags::Gnuplot::n_boundary_face_points

Based on the vertices of the face and n_boundary_face_points additional points a tensor product mesh (transformed to the real space) of (n_boundary_face_points+2)dim-1 points is plotted on each boundary face.

Definition at line 242 of file grid_out.h.

◆ curved_inner_cells

bool GridOutFlags::Gnuplot::curved_inner_cells

Flag. If true also inner cells are plotted with curved boundaries. This is useful when for e.g. MappingQEulerian with n_boundary_face_points>.

Definition at line 249 of file grid_out.h.


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