Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 503:feebfca90080 feature/quantumTriangles
Added the new abstract classes to hypsyst3D and Upwind1D to make them work with Jonatans changes
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 16 May 2017 09:18:10 +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