Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 921:19c05eefc8c6 feature/utux2D
Add warning that interfaceNonConforming in LaplaceCurve only works for Cartesian grids.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 02 Dec 2018 16:27:49 -0800 |
parents | ed6a704b028d |
children |
line wrap: on
line source
function e = error1d(discr, v1, v2) h = discr.h; e = sqrt(h*sum((v1-v2).^2)); end