ReducedSF.2d {FEA} | R Documentation |
ReducedSF.2d
Description
Reduced matrix of surface forces
Usage
ReducedSF.2d(meshP, ExSurf)
Arguments
meshP |
Matrix (2 x n) containing coordinate points of the mesh nodes. |
ExSurf |
Expanded surface matrix, output from ExpandSFT |
Value
Produces a large matrix.
RSF |
Produces a large, reduced surface force matrix |
Examples
data(triMesh)
data(expSurf)
meshP = triMesh$MeshPts$p
ExSurf = expSurf
reduc_SF = ReducedSF.2d(meshP, ExSurf)
[Package FEA version 0.0.2 Index]