// Information flows horizontally and vertically between a // patch and its RelatedPatches. // Temporary. import ti.domains.*; // Temporary end. class RelatedPatch { Patch patch; RectDomain<3> domain; // The coarser domain. }