From 4a3948383b3db92b3ae86c5b53cd99d1075d52a5 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 20 Sep 2012 12:59:32 +0100
Subject: [PATCH] ENH: topoSetDict: add zoneToPoint

---
 .../mesh/manipulation/topoSet/topoSetDict          | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSetDict b/applications/utilities/mesh/manipulation/topoSet/topoSetDict
index 7a2049c6869..31fa348e979 100644
--- a/applications/utilities/mesh/manipulation/topoSet/topoSetDict
+++ b/applications/utilities/mesh/manipulation/topoSet/topoSetDict
@@ -359,6 +359,20 @@ FoamFile
 //        cellSet c0;       // name of cellSet of slave side
 //    }
 //
+//
+// pointZoneSet
+// ~~~~~~~~~~~~
+// (mirrors operations on a pointSet into a pointZone)
+//
+//    // Select based on pointSet
+//    source setToPointZone;
+//    sourceInfo
+//    {
+//        set p0;           // name of pointSet
+//    }
+//
+//
+//
 
 actions
 (
-- 
GitLab