Public Member Functions | |
Msh (const bool write_faces=false, const bool write_lines=false) | |
void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
bool | write_faces |
bool | write_lines |
Constructor.
static void GridOutFlags::Msh::declare_parameters | ( | ParameterHandler & | param | ) | [static] |
Declare parameters in ParameterHandler.
void GridOutFlags::Msh::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
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 is used only if dim==3
, and ignored in all other cases.
Default: false
.