view +scheme/errorMax.m @ 502:2d5dea05456d feature/quantumTriangles

An attempt to add the exponential integrators
author Ylva Rydin <ylva.rydin@telia.com>
date Tue, 16 May 2017 08:57:54 +0200
parents 6db2094976a6
children
line wrap: on
line source

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