General > Extract_Str2ElState


Extract_Str2ElState

Purpose

extract element state from structure state

Synopsis

ElemState = Extract_Str2ElState (el,id,State)

Description

EXTRACT_STR2ELSTATE extract element state from structure state
  ELEMSTATE = EXTRACT_STR2ELSTATE(EL,ID,STATE)
  the function extracts from the data structure STATE the necessary state information
  for element EL, with id-array ID, and returns it in data structure ELEMSTATE;
  when STATE is numeric, it is assumed to represent the global dof displacement vector
  and the function extracts only the element dof displacements in ELEMSTATE.U

Cross-Reference Information

This function calls:

This function is called by:
  • Structure performs requested action on group of elements