diff +grid/Ti3D.m @ 355:69b078cf8072 feature/hypsyst

Upwind doed not work in the non curve-linear case.
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 08 Dec 2016 10:42:11 +0100
parents 5d5652fe826a
children
line wrap: on
line diff
--- a/+grid/Ti3D.m	Mon Nov 28 08:46:28 2016 +0100
+++ b/+grid/Ti3D.m	Thu Dec 08 10:42:11 2016 +0100
@@ -5,8 +5,9 @@
     end
     
     methods
-        % TODO function to label boundary names.
-        %  function to find largest and smallest delta h in the grid. Maybe shouldnt live here
+        % TODO write all fancy features for flipping around with the surfaces
+        % Each surface is defined with an outward facing outward and choosing
+        % the "corner" where XI=0 if not possible the corner where ETA=0 is choosen
         function obj = Ti3D(CW,CE,CS,CN,CB,CT)
             obj.gs = {CE,CW,CS,CN,CB,CT};