IFEM  90A354
Public Member Functions | Public Attributes | List of all members
Mode Struct Reference

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.
 

Detailed Description

Struct for storage of data associated with one mode shape.


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