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.
Usage
GlobalMat.2d(meshP, meshT, ExEM)
Value
Produces large (n x n) global matrix
GlobalMat
Global matrix
Arguments
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.