Learn R Programming

FEA (version 0.0.2)

ReducedSF.2d: ReducedSF.2d

Description

Reduced matrix of surface forces

Usage

ReducedSF.2d(meshP, ExSurf)

Value

Produces a large matrix.

RSF

Produces a large, reduced surface force matrix

Arguments

meshP

Matrix (2 x n) containing coordinate points of the mesh nodes.

ExSurf

Expanded surface matrix, output from ExpandSFT

Examples

Run this code
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