Reference documentation for deal.II version 9.0.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 50 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 44 of file grid_out.cc.
|
static |
Declare parameters in ParameterHandler.
Definition at line 56 of file grid_out.cc.
void GridOutFlags::DX::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Definition at line 73 of file grid_out.cc.
bool GridOutFlags::DX::write_cells |
Write cells.
Definition at line 55 of file grid_out.h.
bool GridOutFlags::DX::write_faces |
Write faces.
Definition at line 60 of file grid_out.h.
bool GridOutFlags::DX::write_diameter |
Write field with diameters.
Definition at line 65 of file grid_out.h.
bool GridOutFlags::DX::write_measure |
Write field with area/volume.
Definition at line 70 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 76 of file grid_out.h.