XC Open source finite element analysis program
Classes

Classes

class  XC::ConvergenceTest
 convergence test. More...
 
class  XC::ConvergenceTestNorm
 Convergence test that uses vector norm value (solution vector,...). More...
 
class  XC::ConvergenceTestTol
 Convergence test with tolerance threshold. More...
 
class  XC::CTestEnergyIncr
 Specifies a tolerance for the product of unbalanced load vector and 0.5 times the displacement increment vector (energy increment) to be used as convergence criterion on each iteration. More...
 
class  XC::CTestFixedNumIter
 This object performs a fixed number of iterations without testing for convergence. This test is useful for hybrid simulation where the residual error is corrected for. More...
 
class  XC::CTestNormDispIncr
 Specifies a tolerace for the displacement increment norm to be used on each iteration. More...
 
class  XC::CTestNormUnbalance
 Specifies a tolerance for the norm of the unbalanced load vector on each iteration. More...
 
class  XC::CTestRelativeEnergyIncr
 Tests for convergence using the ratio of the current norm to the initial norm (the norm when start is invoked) of the which is 0.5 times the absolute value of the product of the rhs and the solution vector of the LinearSOE. More...
 
class  XC::CTestRelativeNormDispIncr
 tests for convergence using the ratio of the current norm to the initial norm (the norm when start is invoked) of the solution vector of the LinearSOE object passed in the constructor and a tolerance, set in the constructor. More...
 
class  XC::CTestRelativeNormUnbalance
 convergence test tests for convergence using the ratio of the current norm to the initial norm (the norm when start is invoked) of the right hand side vector of the LinearSOE object passed in the constructor and a tolerance, set in the constructor. More...
 
class  XC::CTestRelativeTotalNormDispIncr
 Convergence test thats uses the quotient of current and initial norms of the solution vector. More...
 

Detailed Description