Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !380

ENH: finer granularity for handling functionObject failure (#1779)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark OLESEN requested to merge functionObject-dispatch into develop Aug 05, 2020
  • Overview 2
  • Commits 1
  • Changes 3
  • additional "errors" entry with enumerated values (default|warn|ignore|strict) for defining warning or error at construct or runtime stage

  • default : construct = warn, runtime = fatal

  • warn : construct = warn, runtime = warn

  • ignore : construct = silent, runtime = silent

  • strict : construct = fatal, runtime = fatal

The errors control can be added at the top-level and/or for individual function objects.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: functionObject-dispatch