view +scheme/errorMax.m @ 355:69b078cf8072 feature/hypsyst

Upwind doed not work in the non curve-linear case.
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 08 Dec 2016 10:42:11 +0100
parents 6db2094976a6
children
line wrap: on
line source

function e = errorMax(~, v1, v2)
    e = max(abs(v1-v2));
end