GridOutFlags::Gnuplot Struct Reference
[Graphical output]

List of all members.

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.


Constructor & Destructor Documentation

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

Constructor.


Member Function Documentation

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

Declare parameters in ParameterHandler.

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

Parse parameters of ParameterHandler.


Member Data Documentation

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.

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

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


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

deal.II documentation generated on Mon Nov 23 22:58:20 2009 by doxygen 1.6.1