Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:integration:general:stopcriterion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:user:integration:general:stopcriterion [2019/06/13 19:04] – [Introduction] boemerdoc:user:integration:general:stopcriterion [2019/06/17 14:13] (current) papeleux
Line 16: Line 16:
   * ''setRunObjFuncSet(bool)'' : force (remove) the computation/writing of ObjectiveFunctions (not required, if remeshing) (default : True)   * ''setRunObjFuncSet(bool)'' : force (remove) the computation/writing of ObjectiveFunctions (not required, if remeshing) (default : True)
   * ''setStopAtNextFac(bool)'' : compute the criterion at each timeStep, but stop the computation only after the next fac writing (default : False)   * ''setStopAtNextFac(bool)'' : compute the criterion at each timeStep, but stop the computation only after the next fac writing (default : False)
-  * ''checkAtFac(bool)''    : compute the criterion at fac writing time (default : False)+  * ''setCheckAtFac(bool)''    : compute the criterion at fac writing time (default : False)
  
 The criterion is finally added in the Metafor object :  The criterion is finally added in the Metafor object : 
Line 25: Line 25:
         crit.setRunObjFuncSet(True) # (default : True)         crit.setRunObjFuncSet(True) # (default : True)
         crit.setStopAtNextFac(True) # (default : False)         crit.setStopAtNextFac(True) # (default : False)
-        crit.checkAtFac(True)       # (default : False)+        crit.setCheckAtFac(True)       # (default : False)
         metafor.setStopCriterion(crit)         metafor.setStopCriterion(crit)
 </code> </code>
doc/user/integration/general/stopcriterion.1560445470.txt.gz · Last modified: 2019/06/13 19:04 by boemer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki