View source: R/beamReducedEM.R
beamReducedEM | R Documentation |
Reduced stiffness matrix - use boundary condition to reduce matrix to smaller form by removing systems that are bound.
beamReducedEM(GMat, NodeKnownL)
GMat |
Global stiffness matrix |
NodeKnownL |
data frame with constraint parameters applied to each node in the x and y directions. Formatted for use in reduced element matrix. Generated from ApplyBC function. |
Produces a large matrix.
ReducedEM |
Reduced element matrix. |
data(beamBC) data(beamGloMat) NodeKnownL = beamBC GMat = beamGloMat beamREM = beamReducedEM(GMat, NodeKnownL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.