beamExpandEM | R Documentation |
Expanded element matrix for beam.
beamExpandEM(beamP, beamT, ElementMat)
beamP |
Matrix (2 x n) of beam coordinates. |
beamT |
Matrix (2 x n) containing the number of the coordinate point as shown in beamP that connect to form a given beam (Discretization table). |
ElementMat |
Element stiffness matrix list. |
produces large (n x n) element matrix from initial element matrix.
beamExMat |
The expanded element matrix |
data(beamGeo) data(beamEmat) ElementMat = beamEmat beamExMat = beamExpandEM(beamGeo$beamP, beamGeo$beamT, ElementMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.