Reference documentation for deal.II version 8.5.1
|
#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 ¶m) |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
bool | write_cell_numbers |
unsigned int | n_boundary_face_points |
bool | curved_inner_cells |
Flags describing the details of output in GNUPLOT format.
Definition at line 223 of file grid_out.h.
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.
|
static |
Declare parameters in ParameterHandler.
Definition at line 139 of file grid_out.cc.
void GridOutFlags::Gnuplot::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Definition at line 146 of file grid_out.cc.
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.
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.
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.