Reference documentation for deal.II version 9.0.0
|
#include <deal.II/gmsh/utilities.h>
Public Member Functions | |
AdditionalParameters (const double characteristic_length=1.0, const std::string &output_base_name="") | |
void | add_parameters (ParameterHandler &prm) |
Public Attributes | |
double | characteristic_length = 1.0 |
std::string | output_base_name = "" |
A parameter class used to pass options to the Gmsh executable.
Definition at line 51 of file utilities.h.
Gmsh::AdditionalParameters::AdditionalParameters | ( | const double | characteristic_length = 1.0 , |
const std::string & | output_base_name = "" |
||
) |
Set all additional parameters to their default values.
Definition at line 30 of file utilities.cc.
void Gmsh::AdditionalParameters::add_parameters | ( | ParameterHandler & | prm | ) |
Call prm.add_parameter for each member of the AdditionalParameters class.
Definition at line 38 of file utilities.cc.
double Gmsh::AdditionalParameters::characteristic_length = 1.0 |
The characteristic length used for the definition of the Gmsh grid.
Gmsh will try to make sure that the size of each edge is as close as possible to this value.
Definition at line 71 of file utilities.h.
std::string Gmsh::AdditionalParameters::output_base_name = "" |
Basename for the output files.
If this is left empty, then temporary files are used, and removed when not needed any more.
Definition at line 79 of file utilities.h.