ReducedSF.2d: ReducedSF.2d

View source: R/ReducedSF.2d.R

ReducedSF.2dR 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)


FEA documentation built on Jan. 11, 2023, 1:13 a.m.

Related to ReducedSF.2d in FEA...