1. Home
  2. Browse
  3. gmsh

gmsh

v4.15.2#0Latest

Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.

Install

Run the following Vcpkg command to install the port.

vcpkg install gmsh

Usage

gmsh provides CMake targets:

find_package(gmsh CONFIG REQUIRED)

target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:gmsh::shared>,gmsh::shared,gmsh::lib>)

Features

Dependencies

See source

Version

v4.15.2#0

Publication

Supports

!uwp

Homepage

gmsh.info

Subtree

49c75485eb

License

LGPL-2.0-or-later

Definition

Manifest