openfoam/applications/utilities/surface/surfaceClean
Mark Olesen 345a2a42f1 ENH: simplify method names for reading argList options and arguments
- use succincter method names that more closely resemble dictionary
  and HashTable method names. This improves method name consistency
  between classes and also requires less typing effort:

    args.found(optName)        vs.  args.optionFound(optName)
    args.readIfPresent(..)     vs.  args.optionReadIfPresent(..)
    ...
    args.opt<scalar>(optName)  vs.  args.optionRead<scalar>(optName)
    args.read<scalar>(index)   vs.  args.argRead<scalar>(index)

- the older method names forms have been retained for code compatibility,
  but are now deprecated
2018-01-08 15:35:18 +01:00
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
collapseBase.C STYLE: use list methods find/found instead of findIndex function 2017-10-24 19:07:34 +02:00
collapseBase.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
collapseEdge.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
collapseEdge.H Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
multiCollapse.stl Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceClean.C ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00