ReducedSF.2d | R Documentation |
Reduced matrix of surface forces
ReducedSF.2d(meshP, ExSurf)
meshP |
Matrix (2 x n) containing coordinate points of the mesh nodes. |
ExSurf |
Expanded surface matrix, output from ExpandSFT |
Produces a large matrix.
RSF |
Produces a large, reduced surface force matrix |
data(triMesh) data(expSurf) meshP = triMesh$MeshPts$p ExSurf = expSurf reduc_SF = ReducedSF.2d(meshP, ExSurf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.