Mercurial > repos > public > sbplib
view +scheme/error1d.m @ 726:37d5d69b1a0d feature/poroelastic
Refactor BC code in Elastic2dVariable
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 19 Apr 2018 17:06:27 -0700 |
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