1. Home
  2. Browse
  3. gmsh

gmsh

v4.14.0#0Go to latest

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.14.0#0

Publication

Supports

!uwp

GitLab

gmsh/gmsh

Homepage

gmsh.info

Subtree

8d25d5e456

License

LGPL-2.0-or-later

Definition

Manifest