GridOutFlags::Ucd Struct Reference
[Graphical output]

List of all members.

Public Member Functions

 Ucd (const bool write_preamble=false, const bool write_faces=false, const bool write_lines=false)
void parse_parameters (ParameterHandler &param)

Static Public Member Functions

static void declare_parameters (ParameterHandler &param)

Public Attributes

bool write_preamble
bool write_faces
bool write_lines

Detailed Description

Flags describing the details of output in UCD format.


Constructor & Destructor Documentation

GridOutFlags::Ucd::Ucd ( const bool  write_preamble = false,
const bool  write_faces = false,
const bool  write_lines = false 
)

Constructor.


Member Function Documentation

static void GridOutFlags::Ucd::declare_parameters ( ParameterHandler param  )  [static]

Declare parameters in ParameterHandler.

void GridOutFlags::Ucd::parse_parameters ( ParameterHandler param  ) 

Parse parameters of ParameterHandler.


Member Data Documentation

Write a comment at the beginning of the file stating the date of creation and some other data. While this is supported by the UCD format (and the AVS program), some other programs get confused by this, so the default is to not write a preamble. However, a preamble can be written using this flag.

Default: false.

When writing a mesh, write boundary faces explicitly if their boundary indicator is not the default boundary indicator, which is zero. This is necessary if you later want to re-read the grid and want to get the same boundary indicators for the different parts of the boundary of the triangulation.

It is not necessary if you only want to write the triangulation to view or print it.

Default: false.

When writing a mesh, write boundary lines explicitly if their boundary indicator is not the default boundary indicator, which is zero. This is necessary if you later want to re-read the grid and want to get the same boundary indicators for the different parts of the boundary of the triangulation.

It is not necessary if you only want to write the triangulation to view or print it.

This directive is ignored if dim!=3.

Default: false.


The documentation for this struct was generated from the following file:

deal.II documentation generated on Mon Nov 23 22:58:20 2009 by doxygen 1.6.1