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 48 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.
| static void GridOutFlags::DX::declare_parameters | ( | ParameterHandler & | param ) | [static] |
Declare parameters in ParameterHandler.
| void GridOutFlags::DX::parse_parameters | ( | ParameterHandler & | param ) |
Parse parameters of ParameterHandler.
Write cells.
Definition at line 53 of file grid_out.h.
Write faces.
Definition at line 58 of file grid_out.h.
Write field with diameters.
Definition at line 63 of file grid_out.h.
Write field with area/volume.
Definition at line 68 of file grid_out.h.
Write all faces, including interior faces. If false, only boundary faces are written.
Definition at line 76 of file grid_out.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2