Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 1167:66c0fbbc406f feature/rv
Make constructDiffOps return a struct with the operators
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 28 Jun 2019 12:53:47 +0200 |
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