Solution_Library > Static_Analysis > Iterate


Iterate

Purpose

equilibrium iterations until convergence under static conditions

Synopsis

[State,SolStrat] = Iterate (Model,ElemData,Loading,State,SolStrat)

Description

ITERATE equilibrium iterations until convergence under static conditions
  [STATE,SOLSTRAT] = ITERATE(MODEL,ELEMDATA,LOADING,STATE,SOLSTRAT)
  the function performs equilibrium iterations until convergence under the applied loading
  and determines the corresponding displacement increments under static conditions;
  information about the state of the structure is updated in STATE and
  information about parameters of solution strategy are updated in SOLSTRAT;
  MODEL is a data structure with information about the structural model, ELEMDATA is
  a cell array with element properties, and LOADING is a data structure with information
  about applied force and imposed displacement patterns and corresponding load histories

Cross-Reference Information

This function calls:

  • OneIteration single equilibrium iteration under static conditions
This function is called by: