diff +sbp/InterpOps.m @ 979:7a5e770974ed feature/timesteppers

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 07 Jan 2019 16:26:00 +0100
parents 4291731570bb
children
line wrap: on
line diff
--- a/+sbp/InterpOps.m	Mon Dec 03 16:49:43 2018 -0800
+++ b/+sbp/InterpOps.m	Mon Jan 07 16:26:00 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)