Solution_Library > Static_Analysis > Increment
Increment
Purpose
load incrementation and state advance under static conditions
Synopsis
[State,SolStrat] = Increment(Model,ElemData,Loading,State,SolStrat)
Description
INCREMENT load incrementation and state advance under static conditions [STATE,SOLSTRAT] = INCREMENT(MODEL,ELEMDATA,LOADING,STATE,SOLSTRAT) the function increments 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:
- LoadFactorControl determine load factor increment under load control strategy
- LoadFactorIncrement load factor increment(s) for given load histories
- StateDetermination structure state determination under static conditions
- S_Increment script for load incrementation
- 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)