From 837bc0a249d4c953355733084b04855999e1ccaa Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 6 Aug 2008 10:12:08 +0100 Subject: [PATCH 1/2] moved global parameters back to the top of the GUI panel --- .../PV3FoamReader/PV3FoamReader_SM.xml | 165 +++++++++--------- .../PV3FoamReader/vtkPV3FoamReader.cxx | 2 + 2 files changed, 87 insertions(+), 80 deletions(-) diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml index 59c118281f..5113e718de 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml @@ -34,6 +34,91 @@ + + + + + + + + A simple way cause a reader GUI modification. + + + + + + + + Cache the fvMesh in memory. + + + + + + + + Extrapolate internalField to wall and empty patches + + + + + + + Searches the polyMesh/sets/ directory + + + + + + + + ZoneMesh information is used to find {cell,face,point}Zones. + The polyMesh/ directory is only checked on startup. + + + + + + + + + Show patch names in render window. + + + + + + - - - - - Extrapolate internalField to wall and empty patches - - - - - - - Searches the polyMesh/sets/ directory - - - - - - - - ZoneMesh information is used to find {cell,face,point}Zones. - The polyMesh/ directory is only checked on startup. - - - - - - - - - Show patch names in render window. - - - - - - - - Cache the fvMesh in memory. - - - - - - - - - A simple way cause a reader GUI modification. - - - diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx index 70a6230bfe..7d2f223ebe 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx @@ -609,6 +609,7 @@ void vtkPV3FoamReader::SetLagrangianFieldArrayStatus } } + // ---------------------------------------------------------------------- void vtkPV3FoamReader::SelectionModifiedCallback @@ -644,4 +645,5 @@ int vtkPV3FoamReader::FillOutputPortInformation return 1; } + // ************************************************************************* // From 0f4dc98c0d3e893e3a2322bda977ba11bf34e5b5 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 15 Aug 2008 11:41:51 +0100 Subject: [PATCH 2/2] moving global setting back to the top of the reader GUI --- .../PV3FoamReader/PV3FoamReader_SM.xml | 167 +++++++++--------- 1 file changed, 86 insertions(+), 81 deletions(-) diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml index 93bb9ffe9d..644b794a44 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml @@ -27,6 +27,92 @@ + + + + + + + + Extrapolate internalField to wall and empty patches + + + + + + + Searches the polyMesh/sets/ directory + + + + + + + + ZoneMesh information is used to find {cell,face,point}Zones. + The polyMesh/ directory is only checked on startup. + + + + + + + + + Show patch names in render window. + + + + + + + + Cache the fvMesh in memory. + + + + + + + + + A simple way cause a reader GUI modification. + + + + + + - - - - - - Extrapolate internalField to wall and empty patches - - - - - - - Searches the polyMesh/sets/ directory - - - - - - - - ZoneMesh information is used to find {cell,face,point}Zones. - The polyMesh/ directory is only checked on startup. - - - - - - - - - Show patch names in render window. - - - - - - - - Cache the fvMesh in memory. - - - - - - - - - A simple way cause a reader GUI modification. - - -