Skip to content
Snippets Groups Projects
Commit 7b401abe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

clarify doc

parent 5675438d
No related branches found
No related tags found
No related merge requests found
...@@ -34,11 +34,12 @@ extern "C" ...@@ -34,11 +34,12 @@ extern "C"
std::string GMSH_CrackPlugin::getHelp() const std::string GMSH_CrackPlugin::getHelp() const
{ {
return "Plugin(Crack) creates a crack around the physical " return "Plugin(Crack) creates a crack around the physical "
"group `PhysicalGroup' of dimension `Dimension' (1 or 2). " "group `PhysicalGroup' of dimension `Dimension' (1 or 2), "
"embedded in a mesh of dimension `Dimension' + 1. "
"The plugin duplicates the vertices and the elements on " "The plugin duplicates the vertices and the elements on "
"the crack and stores them in a new discrete curve " "the crack and stores them in a new discrete curve "
"(`Dimension' = 1) or surface (`Dimension' = 2). The " "(`Dimension' = 1) or surface (`Dimension' = 2). The "
"elements touching the crack on the negative side " "elements touching the crack on the ``negative'' side "
"are modified to use the newly generated vertices." "are modified to use the newly generated vertices."
"If `OpenBoundaryPhysicalGroup' is given (> 0), its " "If `OpenBoundaryPhysicalGroup' is given (> 0), its "
"vertices are duplicated and the crack will be left " "vertices are duplicated and the crack will be left "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment