powered by
Reduced matrix of surface forces
ReducedSF.2d(meshP, ExSurf)
Produces a large matrix.
Produces a large, reduced surface force matrix
Matrix (2 x n) containing coordinate points of the mesh nodes.
Expanded surface matrix, output from ExpandSFT
data(triMesh) data(expSurf) meshP = triMesh$MeshPts$p ExSurf = expSurf reduc_SF = ReducedSF.2d(meshP, ExSurf)
Run the code above in your browser using DataLab