Mercurial > repos > public > sbplib
view +scheme/errorRelative.m @ 761:8ed102db8e9c feature/d1_staggered
Add discont interface in 1D acoustics staggered, using the hat variable interface coupling.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 18 Jun 2018 16:36:24 -0700 |
parents | ed6a704b028d |
children |
line wrap: on
line source
function e = errorRelative(~,v1,v2) e = sqrt(sum((v1-v2).^2)/sum(v2.^2)); end