powered by
Generates expanded surface force element matrix from SurfaceTraction function
ExpandSFT.2d(meshP, meshT, SurfTrac)
Produces a large (n x n) element matrix of surface forces.
Expanded surface force element matrix.
Matrix (2 x n) containing coordinate points of the mesh nodes.
Matrix (3 x n) containing the number of the coordinate point that forms a given triangle within the mesh.
List of surface forces.
data(triMesh) data(SurfTrac) meshT = triMesh$MeshPts$T meshP = triMesh$MeshPts$p expSurf = ExpandSFT.2d(meshP, meshT, SurfTrac)
Run the code above in your browser using DataLab