Skip to content

Commit

Permalink
Update comment for .geo files
Browse files Browse the repository at this point in the history
  • Loading branch information
CastillonMiguel committed Nov 20, 2024
1 parent c6f8b60 commit b125cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// -----------------------------------------------------------------------------

//Use the following line to generate the mesh (.inp (abaqus))
//gmsh file.geo -3 -o mesh.inp
//gmsh file.geo -3 -o mesh.msh

h = 0.05; //mesh size
hcrack = 0.002; //mesh size near crack
Expand Down
2 changes: 1 addition & 1 deletion examples/GmshGeoFiles/9102_SingleNotchedShearTest/file.geo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// -----------------------------------------------------------------------------

//Use the following line to generate the mesh (.inp (abaqus))
//gmsh SingleEdgeShear.geo -3 -o mesh.inp
//gmsh SingleEdgeShear.geo -3 -o mesh.msh

h =0.1; //mesh size
hcrack=0.005; //mesh size near crack
Expand Down
2 changes: 1 addition & 1 deletion examples/GmshGeoFiles/9103_ThreePointBendingTest/file.geo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// -----------------------------------------------------------------------------

//Use the following line to generate the mesh (.inp (abaqus))
//gmsh ThreePointBending.geo -3 -o mesh.inp
//gmsh ThreePointBending.geo -3 -o mesh.msh

h = 1e-1;
hcrack= 0.005;
Expand Down

0 comments on commit b125cef

Please sign in to comment.