Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.45 KB

Macro_GMSH.md

File metadata and controls

46 lines (27 loc) · 1.45 KB

Macro GMSH

{{Macro |Name=GMSH Macro |Icon=Macro_GMSH.png |Description=Create FEM Meshes by GMSH Mesh Generator. It is possible to create linear or bilinear (quadratic) Beam-, Shell- and Volumeelements in |Author=psicofil |Version=1.0 |Date=2015-08-24 |FCVersion=All |Download=[https://www.freecadweb.org/wiki/images/a/a2/Macro_GMSH.png ToolBar Icon] |SeeAlso = FEM Mesh from shape by Gmsh }}

Description

Simple macro to create FEM Meshes by the Mesh Generator GMSH. It is possible to create linear or bilinear (quadratic) Beam-, Shell- and Volumeelements in

{{Codeextralink|https://raw.githubusercontent.com/psicofil/Macros_FreeCAD/master/Macros/GMSHMesh.FCMacro}}

GMSH

Script

The macro you can find in the following github repository: GMSH Macro

ToolBar Icon

GMSHMesh.FCMacro GMSH Macro.FCMacro

Additional Installations

GMSH has to be installed. See gmsh.info. The macro is intended to run on Linux, OSX and Windows operating system. The binary path of GMSH has to be adapted in the macro.

Link

The page discussion GMSH macro

See the how to use the macro on YouTube.


documentation index > Macro GMSH