Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct {
// Node Info
NumNodes int // number of Nodes
ReactedDof []bool // {Dof} Dof's with reactions formally "r"
// Dynamic Analysis Data
NumModes int // number of desired modes
// matrix Condensation Data
Cdof int // number of condensed degrees of freedom
CondensationMethod int // matrix condensation method: 0, 1, 2, or 3
CondensationData []int // {DoF} matrix condensation data
CondensedModeNums []int // {DoF} vector of condensed mode numbers */
// contains filtered or unexported fields
}
Input contains the model information necessary to perform a matrix condensation.
Click to show internal directories.
Click to hide internal directories.