-
- Downloads
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.
Showing
- CHANGELOG.txt 4 additions, 4 deletionsCHANGELOG.txt
- Common/gmsh.cpp 17 additions, 6 deletionsCommon/gmsh.cpp
- api/gen.py 2 additions, 2 deletionsapi/gen.py
- api/gmsh.h 7 additions, 4 deletionsapi/gmsh.h
- api/gmsh.h_cwrap 8 additions, 5 deletionsapi/gmsh.h_cwrap
- api/gmsh.jl 9 additions, 7 deletionsapi/gmsh.jl
- api/gmsh.py 9 additions, 6 deletionsapi/gmsh.py
- api/gmshc.cpp 2 additions, 2 deletionsapi/gmshc.cpp
- api/gmshc.h 7 additions, 4 deletionsapi/gmshc.h
- api/gmshf.h 8 additions, 4 deletionsapi/gmshf.h
- demos/api/import_perf.c 1 addition, 1 deletiondemos/api/import_perf.c
- demos/api/onelab_run_auto.c 1 addition, 1 deletiondemos/api/onelab_run_auto.c
- demos/api/simple.c 1 addition, 1 deletiondemos/api/simple.c
- demos/api/test.c 1 addition, 1 deletiondemos/api/test.c
- doc/texinfo/api.texi 327 additions, 325 deletionsdoc/texinfo/api.texi
- tutorial/c/t1.c 1 addition, 1 deletiontutorial/c/t1.c
- tutorial/c/t2.c 1 addition, 1 deletiontutorial/c/t2.c
- tutorial/c/t6.c 1 addition, 1 deletiontutorial/c/t6.c
- tutorial/fortran/t1.f 1 addition, 1 deletiontutorial/fortran/t1.f
- tutorial/fortran/t2.f 1 addition, 1 deletiontutorial/fortran/t2.f
Loading
Please register or sign in to comment