Home > p2plib > recdbc1.m

recdbc1

PURPOSE ^

rectangle with DBC for 1 component (scalar), ssc=stiff-spring constant

SYNOPSIS ^

function [geo, bc]=recdbc1(lx,ly,ssc)

DESCRIPTION ^

 rectangle with DBC for 1 component (scalar), ssc=stiff-spring constant

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [geo, bc]=recdbc1(lx,ly,ssc) 
0002 % rectangle with DBC for 1 component (scalar), ssc=stiff-spring constant
0003 geo=rec(lx,ly); bc = gnbc(1,4,ssc,0);

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005