4.1.1.2.1.16. pyfem.elements.SLSutils module
- sigma2omega(sigma, lam)[source]
Transformation of the stresses as obtained from the material manager into the SLS local frame of reference.
args:
sigma Input stress lam deformation operator for the given integration point.
output: omega transformed stress
- class StressContainer(param)[source]
Bases:
object- store(matData, iLay, iIntZeta)[source]
Stores the material data in the correct array. In case of a 1 layer element, the material data in the bottom integration points is stored in the bottom nodes and the data for the top integration points in the top nodes. In case of a multi-layered model, all material data is stored with separate labels for all nodes.