Learn R Programming

FEA (version 0.0.2)

ReducedEM.2d: ReducedEM.2d

Description

Reduced stiffness matrix - use boundary condition to reduce matrix to smaller form by removing systems that are bound.

Usage

ReducedEM.2d(GMat, NodeKnownL)

Value

Produces a large matrix.

ReducedEM

Reduced element matrix.

Arguments

GMat

Global stiffness matrix

NodeKnownL

data frame with constraint parameters applied to each node in the x and y directions. Formatted for use in reduced element matrix. Generated from ApplyBC function.

Examples

Run this code
data(gloMat)
data(bound)
GMat = gloMat
NodeKnownL = bound
reduc_EM = ReducedEM.2d(GMat, NodeKnownL)

Run the code above in your browser using DataLab