Home > p2plib > rec.m

rec

PURPOSE ^

provide rectangle-geometry in pdetoolbox-form

SYNOPSIS ^

function geo=rec(lx,ly)

DESCRIPTION ^

 provide rectangle-geometry in pdetoolbox-form

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function geo=rec(lx,ly) 
0002 % provide rectangle-geometry in pdetoolbox-form
0003 geo= [[2.0000    2.0000    2.0000    2.0000]; 
0004      [-lx     lx  lx  -lx]; % each colum: xstart
0005      [lx    lx   -lx   -lx]; %             xend
0006      [-ly    -ly    ly  ly]; %            ystart
0007      [-ly   ly   ly    -ly]; %            yend
0008      [1.0000    1.0000    1.0000    1.0000];
0009      [    0         0         0         0 ]];
0010 end

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