Mercurial > repos > public > sbplib
diff +sbp/InterpOps.m @ 968:a4ad90b37998 feature/poroelastic
Merge with default.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 23 Dec 2018 14:39:31 +0100 |
parents | 4291731570bb |
children |
line wrap: on
line diff
--- a/+sbp/InterpOps.m Sun Dec 23 14:06:26 2018 +0100 +++ b/+sbp/InterpOps.m Sun Dec 23 14:39:31 2018 +0100 @@ -1,9 +1,7 @@ classdef (Abstract) InterpOps properties (Abstract) - % C and F may refer to coarse and fine, but it's not a must. - IC2F % Interpolation operator from "C" to "F" - IF2C % Interpolation operator from "F" to "C" - + Iu2v % Interpolation operator(s) from "u" to "v" + Iv2u % Interpolation operator(s) from "v" to "u" end methods (Abstract)