Skip to content

Commit

Permalink
FEM: gmsh, small changes in comments and update of comments in unit t…
Browse files Browse the repository at this point in the history
…est file
  • Loading branch information
berndhahnebach committed Dec 17, 2019
1 parent 97b6c3e commit c251caa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femmesh/gmshtools.py
Expand Up @@ -787,7 +787,7 @@ def write_geo(self):
geo.write("\n\n")

# some useful information
geo.write("//////////////////////////////////////////////////////////////////////\n")
geo.write("// " + "*" * 70 +"\n")
geo.write("// Gmsh documentation:\n")
geo.write("// http://gmsh.info/doc/texinfo/gmsh.html#Mesh\n")
geo.write("//\n")
Expand Down
16 changes: 8 additions & 8 deletions src/Mod/Fem/femtest/data/elmer/group_mesh.geo
@@ -1,4 +1,4 @@
// geo file for meshing with GMSH meshing software created by FreeCAD
// geo file for meshing with Gmsh meshing software created by FreeCAD

// open brep geometry
Merge "/tmp/tmp0TVZbM.brep";
Expand Down Expand Up @@ -42,14 +42,14 @@ Mesh.SaveAll = 1;
Save "/tmp/tmpjVhNNb.unv";


//////////////////////////////////////////////////////////////////////
// GMSH documentation:
// **********************************************************************
// Gmsh documentation:
// http://gmsh.info/doc/texinfo/gmsh.html#Mesh
//
// We do not check if something went wrong, like negative jacobians etc. You can run GMSH manually yourself:
// We do not check if something went wrong, like negative jacobians etc. You can run Gmsh manually yourself:
//
// to see full GMSH log, run in bash:
// /usr/local/bin/gmsh - /tmp/tmputZ_uU.geo
// to see full Gmsh log, run in bash:
// /usr/bin/gmsh - /tmp/tmputZ_uU.geo
//
// to run GMSH and keep file in GMSH GUI (with log), run in bash:
// /usr/local/bin/gmsh /tmp/tmputZ_uU.geo
// to run Gmsh and keep file in Gmsh GUI (with log), run in bash:
// /usr/bin/gmsh /tmp/tmputZ_uU.geo

0 comments on commit c251caa

Please sign in to comment.