Mercurial > repos > public > sbplib
diff +sbp/InterpOps.m @ 1033:037f203b9bf5 feature/burgers1d
Merge with branch feature/advectioRV to utilize the +rv package
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 17 Jan 2019 10:44:12 +0100 |
parents | 4291731570bb |
children |
line wrap: on
line diff
--- a/+sbp/InterpOps.m Fri Oct 12 08:50:25 2018 +0200 +++ b/+sbp/InterpOps.m Thu Jan 17 10:44:12 2019 +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)