Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gmsh gmsh
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 243
    • Issues 243
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gmsh
  • gmshgmsh
  • Issues
  • #1043

Closed
Open
Created Oct 21, 2020 by Nico Schlömer@nschloeContributor

illegal optimizer does nothing

When providing an illegal optimization method, it'll all go through without complaining or optimizing. :) There should probably be an error message listing the possible choices.

MWE:

import gmsh

gmsh.initialize()
gmsh.merge(tmp_filename)
gmsh.model.mesh.optimize("illegal")
gmsh.finalize()
Assignee
Assign to
Time tracking