Skip to content
Snippets Groups Projects
Commit 8305eb1d authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

No commit message

No commit message
parent 0bae087c
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ std::string GMSH_DistancePlugin::getHelp() const
return "Plugin(Distance) computes distances to elementary entities in "
"a mesh.\n\n"
"Define the elementary entities to which the distance is computed \n\n";
"Define the elementary entities to which the distance is computed. If Point=0, Line=0, and Surface=0, then the distance is computed to the boundaries of the mesh (edges in 2D and faces in 3D)\n\n";
"Computation=0 computes the geometrical distance (Warning: this is an euclidian distance and not the geodesic distance), and Computation=1 solves a PDE on the mesh\n\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment