OpenFOAM-5.x/bin
Henry Weller 3188013102 foamTags: Rationalized tagging
The best of the current options is to use the latest version of
exuberant ctags (which has a new C++ parser) to generate both
declaration and definition tags.

gtags works to some extent and provides additional information about the
function signatures but the C++ parser is not accurate and misses scope
information.  gtags can be used with the ctags parser which is effective
but looses the primary advantage of gtags being able to provide function
signatures so support has been switched-off by default.

ebrowse does not appear to be very useful for traversing the OpenFOAM
class tree and the support has been switched-off by default.
2016-11-09 11:07:29 +00:00
..
tools foamLog: Added clockTime 2016-11-04 14:33:47 +00:00
Co postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
createTurbulenceFields createTurbulenceFields: utility replaced by 'turbulenceFields' functionObject used with the '-postProcess' option 2016-06-09 17:17:19 +01:00
engridFoam Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
enstrophy postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
execFlowFunctionObjects postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
findEmptyMake scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
flowType postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
foamAllHC Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamCalc Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
foamCheckJobs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamCleanPath foamCleanPath: Changed sed delimiter from '@' to '|' to allow Email addresses 2016-10-25 17:06:59 +01:00
foamCleanPolyMesh foamCleanPolyMesh: No need to warn about missing 'polyMesh' directories 2016-07-12 09:07:15 +01:00
foamCleanTutorials Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamCloneCase Script to clone an OpenFOAM case including system, constant and one time directory. 2015-05-15 10:05:45 +01:00
foamCopySettings scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
foamCreateVideo foamCreateVideo: add option to specify first image number 2016-01-08 17:49:39 +00:00
foamDebugSwitches foamDebugSwitches -> foamList -debug 2016-06-10 13:34:58 +01:00
foamEbrowse Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamEndJob Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamEtcFile foamEtcFile: replaced redundant package directory name 2016-09-09 20:00:26 +01:00
foamExec Doxygen documentation: Standardized the 'See also' heading 2016-06-17 17:31:34 +01:00
foamGraphExecTime foamGraph.*: Simplified scripts 2016-06-25 22:14:25 +01:00
foamGraphResKE foamGraph.*: Simplified scripts 2016-06-25 22:14:25 +01:00
foamGraphResUVWP foamGraph.*: Simplified scripts 2016-06-25 22:14:25 +01:00
foamInstallationTest foamInstallationTest: Updated help message 2015-12-03 08:40:56 +00:00
foamJob foamJob: Add -append option to append to the log-file rather than overwriting 2015-04-27 10:25:04 +01:00
foamLog foamGraph.*: Simplified scripts 2016-06-25 22:14:25 +01:00
foamMonitor foamMonitor: fixed bug in test syntax 2016-06-16 15:04:12 +01:00
foamNew Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamNewApp foamNewApp: script to create template for a new application 2015-12-04 14:21:37 +00:00
foamNewBC foamNewBC: removes phip completely for fixedValue condition 2016-07-26 15:25:18 +01:00
foamNewCase Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamNewFunctionObject etc/codeTemplates/functionObject: Updated to correspond to the new functionObject structure 2016-05-15 21:47:18 +01:00
foamNewSource Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamNewTemplate Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPack Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackBin Update header 2015-01-11 17:16:48 +00:00
foamPackBinAll Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackDoxygen Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackSource Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackThirdParty Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackThirdPartyBin Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPackThirdPartyBinAll Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamPrintJobs Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamProcessInfo Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamRunTutorials foamRunTutorials: Removed redundant code and simplified 2016-02-15 16:36:58 +00:00
foamSearch foamSearch: new script that searches a directory for 2016-06-17 14:53:43 +01:00
foamSequenceVTKFiles foamSequenceVTKFiles: Avoid the -s and -a options for basename 2015-12-11 14:21:02 +00:00
foamSolverSweeps Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamSystemCheck Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
foamTags foamTags: Rationalized tagging 2016-11-09 11:07:29 +00:00
foamUpdateCaseFileHeader scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Lambda2 postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
Mach postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
mpirunDebug Updated header 2015-12-11 13:12:19 +00:00
org-html Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
org-latex Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
org-pdflatex Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
paraFoam paraFoam: Updated instructions to build the reader modules 2016-03-16 09:24:25 +00:00
patchAverage Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
patchIntegrate Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
Pe postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
probeLocations Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
ptot Utility ptot has been superceded by the postProcess utility: 2016-06-13 16:42:00 +01:00
Q postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
R R: utility replaced by functionObject used with the '-postProcess' option 2016-06-09 16:28:30 +01:00
rmcore Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
rm~all Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
sample Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
streamFunction Completed transformation of post-processing utilities into functionObjects 2016-06-28 19:26:23 +01:00
supercededByPostProcess Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
supercededByPostProcessOption Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev 2016-06-09 14:52:04 +01:00
vorticity postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
wallHeatFlux Completed transformation of post-processing utilities into functionObjects 2016-06-28 19:26:23 +01:00
wallShearStress wallShearStress: utility replaced by functionObject used with the '-postProcess' option 2016-06-09 16:05:13 +01:00
writeCellCentres writeCellCentres utility: Replaced by writeCellCentres functionObject 2016-06-27 07:51:19 +01:00
yPlus Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev 2016-06-09 14:52:04 +01:00