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 |
GridOutFlags::Gnuplot::Gnuplot | ( | const bool | write_cell_number = false , |
|
const unsigned int | n_boundary_face_points = 2 , |
|||
const bool | curved_inner_cells = false | |||
) |
Constructor.
static void GridOutFlags::Gnuplot::declare_parameters | ( | ParameterHandler & | param | ) | [static] |
Declare parameters in ParameterHandler.
void GridOutFlags::Gnuplot::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
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 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
.