OpenBeam
C++ library for static analysis of mechanical structures
|
Public Attributes | |
std::vector< ElementStress > | 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.