From eca628a266cff183580bdb3e5bbc11933e33e17c Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Mon, 11 Nov 2013 17:19:25 +0000
Subject: [PATCH] ENH: mapFields: improved comment

---
 .../utilities/preProcessing/mapFields/mapFieldsDict         | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/applications/utilities/preProcessing/mapFields/mapFieldsDict b/applications/utilities/preProcessing/mapFields/mapFieldsDict
index 96fb5a7f866..65e33997d93 100644
--- a/applications/utilities/preProcessing/mapFields/mapFieldsDict
+++ b/applications/utilities/preProcessing/mapFields/mapFieldsDict
@@ -14,6 +14,12 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
+// Specify how to map patches. There are three different options:
+// - patch exists in the source case: specify mapping (patchMap)
+// - patch should be interpolated from internal values in source case
+//   (cuttingPatches)
+// - patch should not be mapped. Default if not in patchMap or cuttingPatches
+
 // List of pairs of target/source patches for mapping
 patchMap
 (
-- 
GitLab