ExpandSFT.2d | R Documentation |
Generates expanded surface force element matrix from SurfaceTraction function
ExpandSFT.2d(meshP, meshT, SurfTrac)
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. |
SurfTrac |
List of surface forces. |
Produces a large (n x n) element matrix of surface forces.
ExpandedSurf |
Expanded surface force element matrix. |
data(triMesh) data(SurfTrac) meshT = triMesh$MeshPts$T meshP = triMesh$MeshPts$p expSurf = ExpandSFT.2d(meshP, meshT, SurfTrac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.