Skip to content
Snippets Groups Projects
Commit 674e0656 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

New optional boolean argument ("run") to gmsh::initialize(): if set,...

New optional boolean argument ("run") to gmsh::initialize(): if set, gmsh::initialize() will behave exactly like the Gmsh app, i.e. run either graphically or in batch mode depending on the command line arguments. Thanks @jonathan for the idea!

This allows to replicate the functionality of the Gmsh app with the API using a single function, which means that we will be able to replace the dynamically linked Gmsh executable with a simple Python script e.g. when ditributing Gmsh with pip.
parent 0ce00561
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment