![]() |
Reference documentation for deal.II version 9.5.0
|
#include <deal.II/grid/grid_out.h>
Public Member Functions | |
| DX (const bool write_cells=true, const bool write_faces=false, const bool write_diameter=false, const bool write_measure=false, const bool write_all_faces=true) | |
| void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
| bool | write_cells |
| bool | write_faces |
| bool | write_diameter |
| bool | write_measure |
| bool | write_all_faces |
Flags for grid output in OpenDX format.
Definition at line 57 of file grid_out.h.
| GridOutFlags::DX::DX | ( | const bool | write_cells = true, |
| const bool | write_faces = false, |
||
| const bool | write_diameter = false, |
||
| const bool | write_measure = false, |
||
| const bool | write_all_faces = true |
||
| ) |
Constructor.
Definition at line 54 of file grid_out.cc.
|
static |
Declare parameters in ParameterHandler.
Definition at line 67 of file grid_out.cc.
| void GridOutFlags::DX::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Definition at line 95 of file grid_out.cc.
| bool GridOutFlags::DX::write_cells |
Write cells.
Definition at line 62 of file grid_out.h.
| bool GridOutFlags::DX::write_faces |
Write faces.
Definition at line 67 of file grid_out.h.
| bool GridOutFlags::DX::write_diameter |
Write field with diameters.
Definition at line 72 of file grid_out.h.
| bool GridOutFlags::DX::write_measure |
Write field with area/volume.
Definition at line 77 of file grid_out.h.
| bool GridOutFlags::DX::write_all_faces |
Write all faces, including interior faces. If false, only boundary faces are written.
Definition at line 83 of file grid_out.h.