From: <bgs...@us...> - 2007-11-23 21:09:00
|
Revision: 318 http://openfoam-extend.svn.sourceforge.net/openfoam-extend/?rev=318&view=rev Author: bgschaid Date: 2007-11-23 13:09:02 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Adds a function zone for conditional expressions that is true for all cells in the cellZone Modified Paths: -------------- trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionDriver.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionDriver.H trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionLexer.ll trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionParser.yy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bgs...@us...> - 2007-11-23 22:03:58
|
Revision: 322 http://openfoam-extend.svn.sourceforge.net/openfoam-extend/?rev=322&view=rev Author: bgschaid Date: 2007-11-23 14:04:02 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Removes the problems with unary minus Modified Paths: -------------- trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionLexer.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionParser.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionParser.tab.hh trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionLexer.ll trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionParser.yy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bgs...@us...> - 2007-11-23 22:14:48
|
Revision: 323 http://openfoam-extend.svn.sourceforge.net/openfoam-extend/?rev=323&view=rev Author: bgschaid Date: 2007-11-23 14:14:45 -0800 (Fri, 23 Nov 2007) Log Message: ----------- Removes the problem that integers with more than one digit were not correctly recognized Modified Paths: -------------- trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionLexer.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionLexer.ll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bgs...@us...> - 2008-05-29 16:56:17
|
Revision: 646 http://openfoam-extend.svn.sourceforge.net/openfoam-extend/?rev=646&view=rev Author: bgschaid Date: 2008-05-29 09:56:23 -0700 (Thu, 29 May 2008) Log Message: ----------- Now logical functions can also be used on surface fields (but they still can not be written) Modified Paths: -------------- trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionLexer.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionParser.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/GeneratedFiles/ValueExpressionParser.tab.hh trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionDriver.C trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionDriver.H trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionDriverLogicalTemplates.H trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionLexer.ll trunk/Breeder/utilities/postProcessing/FunkySetFields/funkySetFields/ValueExpressionParser.yy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |