GlobalMat.2d | R Documentation |
Generates global stiffness matrix - once established, the expanded element matrix must be combined to create the global structural stiffness matrix by adding the expanded matrices.
GlobalMat.2d(meshP, meshT, ExEM)
meshP |
Matrix (2 x n) containing coordinate points of the mesh nodes. |
meshT |
Matrix (3 x n) containing the number of the coordinate point that forms a given triangle within the mesh. |
ExEM |
Expanded element matrix |
Produces large (n x n) global matrix
GlobalMat |
Global matrix |
data(triMesh) data(fea_ExEM) meshP = triMesh$MeshPts$p meshT = triMesh$MeshPts$T ExEM = fea_ExEM gloMat = GlobalMat.2d(meshP, meshT, ExEM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.