view +scheme/errorMax.m @ 1303:49e3870335ef feature/poroelastic

Make the hollow scheme generation more efficient by introducing the D2VariableHollow opSet
author Martin Almquist <malmquist@stanford.edu>
date Sat, 11 Jul 2020 06:54:15 -0700
parents 6db2094976a6
children
line wrap: on
line source

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