Mercurial > repos > public > sbplib
comparison +scheme/LaplaceCurvilinear.m @ 997:78db023a7fe3 feature/getBoundaryOp
Add getBoundaryOperator method to all 2d schemes, except obsolete Wave2dCurve and ElastiCurve, which needs a big makeover.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 12 Jan 2019 11:57:50 -0800 |
parents | a0b3161e44f3 |
children | 8d73fcdb07a5 1341c6cea9c1 |
comparison
equal
deleted
inserted
replaced
982:a0b3161e44f3 | 997:78db023a7fe3 |
---|---|
435 error('No such boundary: boundary = %s',boundary); | 435 error('No such boundary: boundary = %s',boundary); |
436 end | 436 end |
437 varargout{i} = d; | 437 varargout{i} = d; |
438 end | 438 end |
439 end | 439 end |
440 | |
441 end | 440 end |
442 | 441 |
443 % Returns square boundary quadrature matrix, of dimension | 442 % Returns square boundary quadrature matrix, of dimension |
444 % corresponding to the number of boundary points | 443 % corresponding to the number of boundary points |
445 % | 444 % |