Solution_Library > Static_Analysis > Update_State


Update_State

Purpose

final state determination under static conditions, reset increments and history

Synopsis

State = Update_State (Model,ElemData,State)

Description

UPDATE_STATE final state determination under static conditions, reset increments and history
  STATE = UPDATE_STATE (MODEL,ELEMDATA,STATE)
  the function performs a final state determination for the current state of the structure
  as described by the displacement vector and its increments as well as by the history
  variables in STATE; it then updates the structure resisting forces and history variables
  in STATE and then sets the displacement increments in STATE to zero

Cross-Reference Information

This function calls:

  • Structure performs requested action on group of elements
This function is called by:
  • S_Update_State state determination after convergence with results in Post
  • S_InitialStep script for initial step of incremental analysis
  • S_MultiStep script for multi-step incremental analysis after load factor initialization
  • S_MultiStep_wLoadHist script for multi-step incremental analysis under given load history(ies)
  • S_MultiStep_wLoadHistwSD script for multi-step incremental analysis under given load history(ies)
  • S_OneStep_wLoadHist script for a single step of incremental analysis under given load history(ies)