home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 3.ddi / DEMOS.DI$ / DELSQDEM.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  374 b   |  18 lines

  1. %DELSQDEMO Finite difference Laplacian on various domains.
  2.  
  3. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  4.  
  5. disp('Finite differences on an L-shaped domain')
  6. delsqshow(32,'L')
  7. disp(' ')
  8.  
  9. disp('Nested dissection on a square grid')
  10. delsqshow(32,'N')
  11. disp(' ')
  12.  
  13. disp('Finite differences on a multiply-connected domain')
  14. delsqshow(32,'B')
  15. disp(' ')
  16.  
  17. disp('End')
  18.