![]() |
deal.II version 9.7.0
|
#include <deal.II/grid/grid_out.h>
Flags for grid output in MathGL format.
Definition at line 827 of file grid_out.h.
Public Member Functions | |
| MathGL () | |
| void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
| bool | draw_bounding_box |
| GridOutFlags::MathGL::MathGL | ( | ) |
Constructor.
Definition at line 446 of file grid_out.cc.
|
static |
Declare parameters in ParameterHandler.
Definition at line 451 of file grid_out.cc.
| void GridOutFlags::MathGL::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Definition at line 457 of file grid_out.cc.
| bool GridOutFlags::MathGL::draw_bounding_box |
Draw a bounding box around the graph.
Definition at line 837 of file grid_out.h.