Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 676:9926efb39330 feature/poroelastic
Clean up dilation BC code.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 18 Jan 2018 14:36:59 -0800 |
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