diff +grid/Staggered.m @ 1274:8aa0909125a4 feature/poroelastic

Add support for plotting and evaluating on curvilinear multiblock staggered grids
author Martin Almquist <malmquist@stanford.edu>
date Tue, 02 Jun 2020 11:44:38 -0700
parents b673081db86b
children dc0ef82e3ec7
line wrap: on
line diff
--- a/+grid/Staggered.m	Mon Jun 01 19:00:31 2020 -0700
+++ b/+grid/Staggered.m	Tue Jun 02 11:44:38 2020 -0700
@@ -4,6 +4,7 @@
         nGroups % Number of grid groups
         h      % Interior grid spacing
         d      % Number of dimensions
+        logic  % Grid in logical domain, if any.
     end
 
     methods
@@ -22,6 +23,7 @@
             end
 
             obj.h = [];
+            obj.logic = [];
         end
 
         % N returns the number of points in the first grid group