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

thx

parent 0dacd204
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ Bruens, Luca Verzeroli, Tristan Seidlhofer, Ding Jiaming, Joost Gevaert, Marcus
Calhoun-Lopez, Michel Zou, Sir Sunsheep, Mariano Forti, Walter Steffe, Nico
Schloemer, Simon Tournier, Alexandru Dadalau, Thomas Ulrich, Matthias Diener,
Jamie Border; Kenneth Jansen; Steven Masfaraud; Sai Sumanth Moturu; Arie
Westland; Andreas Farley; Mahesh Madhav.
Westland; Andreas Farley; Mahesh Madhav; Zoltan Csati.
Special thanks to Bill Spitzak, Michael Sweet, Matthias Melcher, Greg Ercolano
and others for the Fast Light Tool Kit on which Gmsh's GUI is based. See
......
......@@ -149,6 +149,9 @@ int main(int argc, char **argv)
gmsh::view::option::setNumber(t2, "TargetError", 1e-2);
gmsh::view::option::setNumber(t2, "MaxRecursionLevel", 5);
// Note that the adapted visualization data can be retrived by setting the
// `returnAdaptive' argument to the `gmsh::view::getListData()' function.
// Launch the GUI to see the results:
std::set<std::string> args(argv, argv + argc);
if(!args.count("-nopopup")) gmsh::fltk::run();
......
......@@ -142,6 +142,9 @@ gmsh.view.option.setNumber(t2, "AdaptVisualizationGrid", 1)
gmsh.view.option.setNumber(t2, "TargetError", 1e-2)
gmsh.view.option.setNumber(t2, "MaxRecursionLevel", 5)
# Note that the adapted visualization data can be retrived by setting the
# `returnAdaptive' argument to the `gmsh.view.getListData()' function.
# Launch the GUI to see the results:
if !("-nopopup" in ARGS)
gmsh.fltk.run()
......
......@@ -141,6 +141,9 @@ gmsh.view.option.setNumber(t2, "AdaptVisualizationGrid", 1)
gmsh.view.option.setNumber(t2, "TargetError", 1e-2)
gmsh.view.option.setNumber(t2, "MaxRecursionLevel", 5)
# Note that the adapted visualization data can be retrived by setting the
# `returnAdaptive' argument to the `gmsh.view.getListData()' function.
# Launch the GUI to see the results:
if '-nopopup' not in sys.argv:
gmsh.fltk.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment