|
IFEM
90A354
|
Struct for storage of data associated with one mode shape. More...
#include <SIMbase.h>
Public Member Functions | |
| Mode () | |
| Default constructor. | |
| bool | orthonormalize (const SystemMatrix &mat) |
| Orthonormalize the eigenvector w.r.t. the given matrix. | |
| bool | computeDamping (const SystemMatrix &mat) |
| Compute modal damping based on the given damping matrix. | |
Public Attributes | |
| int | eigNo |
| Eigenvalue identifier. | |
| double | eigVal |
| Eigenvalue associated with this mode. | |
| double | damping |
| Modal damping coefficient. | |
| Vector | eigVec |
| Eigenvector associated with this mode. | |
| Vector | eqnVec |
| Eigenvector associated with this mode in equation order. | |
Struct for storage of data associated with one mode shape.