OpenBeam
C++ library for static analysis of mechanical structures
Public Attributes | List of all members
openbeam::StressInfo Struct Reference

Public Attributes

std::vector< ElementStress > element_stress
 

Member Data Documentation

◆ element_stress

std::vector<ElementStress> openbeam::StressInfo::element_stress

The i'th entry is another vector with the stress of all the faces of the i'th element. Typically for 1D elements (beams, springs) each entry will only contain two stress values, one for each end of the element.


The documentation for this struct was generated from the following file: