Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GridOutFlags::Msh Struct Reference

#include <deal.II/grid/grid_out.h>

Public Member Functions

 Msh (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_faces
 
bool write_lines
 

Detailed Description

Flags describing the details of output in MSH format.

Definition at line 108 of file grid_out.h.

Constructor & Destructor Documentation

GridOutFlags::Msh::Msh ( const bool  write_faces = false,
const bool  write_lines = false 
)

Constructor.

Definition at line 98 of file grid_out.cc.

Member Function Documentation

void GridOutFlags::Msh::declare_parameters ( ParameterHandler param)
static

Declare parameters in ParameterHandler.

Definition at line 104 of file grid_out.cc.

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

Parse parameters of ParameterHandler.

Definition at line 112 of file grid_out.cc.

Member Data Documentation

bool GridOutFlags::Msh::write_faces

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.

Definition at line 122 of file grid_out.h.

bool GridOutFlags::Msh::write_lines

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 is used only if dim==3, and ignored in all other cases.

Default: false.

Definition at line 137 of file grid_out.h.


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