Reference documentation for deal.II version 9.6.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 48 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 32 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 42 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 69 of file utilities.h.
std::string Gmsh::AdditionalParameters::output_base_name = {} |
Base name for the output files. The base name may contain a directory (followed by a slash), and must contain the base of the names of files to be created.
If this variable is left empty, then a temporary directory will be used, and both the files written into it as well as the temporary directory will be removed when not needed any more.
Definition at line 80 of file utilities.h.