#include <StressState.h>
Inheritance diagram for basso::StressState1D:
Public Member Functions | |
StressState1D () | |
virtual void | Convert (const nMatrix &C, nMatrix &Cmat) const |
virtual int | VoigtDimension () const |
virtual int | Dimension () const |
Definition at line 287 of file StressState.h.
virtual void basso::StressState1D::Convert | ( | const nMatrix & | C, | |
nMatrix & | Cmat | |||
) | const [inline, virtual] |
Returns a const reference to the plane strain portion of the 6 x 6 3D stiffness matrix
C | stiffness matrix (must be 6x6) | |
Cmat | returns with the appropriate stiffness matrix for the stress state (1x1) |
Implements basso::StressState.
Definition at line 298 of file StressState.h.
virtual int basso::StressState1D::VoigtDimension | ( | ) | const [inline, virtual] |
returns the dimension of the Voigt vector
Implements basso::StressState.
Definition at line 312 of file StressState.h.
virtual int basso::StressState1D::Dimension | ( | ) | const [inline, virtual] |
returns the dimension of the stress state
Implements basso::StressState.
Definition at line 315 of file StressState.h.