A ConvergenceTest object is an object which can be used in an algorithmic class to test if convergence has been achieved for an iteration. The ConvergenceTest class is an abstract class, defining the interface that all subclasses must provide.
The integer classTag is passed to the MovableObject constructor
virtual ~ConvergenceTest() Does nothing virtual int setEquiSolnAlgo(EquiSolnAlgo &theAlgorithm) To set the corresponding EquiSolnAlgo class virtual int start(void) This is invoked at the start of each iteration. To return 0 if sucessfull, i.e that testing can proceed, a negative number if not. virtual int test(void)
Does nothing
virtual int setEquiSolnAlgo(EquiSolnAlgo &theAlgorithm) To set the corresponding EquiSolnAlgo class virtual int start(void) This is invoked at the start of each iteration. To return 0 if sucessfull, i.e that testing can proceed, a negative number if not. virtual int test(void)
To set the corresponding EquiSolnAlgo class
virtual int start(void) This is invoked at the start of each iteration. To return 0 if sucessfull, i.e that testing can proceed, a negative number if not. virtual int test(void)
This is invoked at the start of each iteration. To return 0 if sucessfull, i.e that testing can proceed, a negative number if not.
virtual int test(void)
alphabetic index Contents
this page has been generated automatically by a slightly modified version of doc++ for OpenSees