rectangle with DBC for 1 component (scalar), ssc=stiff-spring constant
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);