Solution_Library > Static_Analysis > OneIteration


OneIteration

Purpose

single equilibrium iteration under static conditions

Synopsis

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

Description

 ONEITERATION single equilibrium iteration under static conditions
  [STATE,SOLSTRAT] = ONEITERATION (MODEL,ELEMDATA,LOADING,STATE,SOLSTRAT)
  the function performs a single equilibrium iteration 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 the parameters of the solution strategy is 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 with corresponding load histories

Cross-Reference Information

This function calls:

This function is called by:
  • Iterate equilibrium iterations until convergence under static conditions