Mercurial > repos > public > sbplib
diff +sbp/InterpOps.m @ 1018:eca4d9df9365 feature/advectionRV
Merge with default for latest changes
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Dec 2018 17:31:28 +0100 |
parents | 4291731570bb |
children |
line wrap: on
line diff
--- a/+sbp/InterpOps.m Tue Dec 11 16:29:21 2018 +0100 +++ b/+sbp/InterpOps.m Tue Dec 11 17:31:28 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)