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
f2ba618c19
STYLE: consistency in using argList::addArgument, argList::addOption
2017-11-22 12:54:28 +01:00
610854af03
STYLE: minor cleanup after merge
2017-09-22 16:25:17 +02:00
2c7eff8d6b
Merge remote-tracking branch 'origin/feature-cellSetRemove' into develop
2016-12-07 14:13:00 +00:00
95e7faf309
STYLE: use the more succinct forms for argList (issue #307 )
...
* args[int] vs args.args()[int]
* args[word] vs args.options()[word]
etc.
2016-11-20 13:06:57 +01:00
ae3d2f4d57
ENH: topoSet: clear sets upon writing modified mesh. Fixes #129 .
2016-11-16 14:58:46 +00:00
efb39a8790
ENH: (further) Doxygen documentation updates for module support
2016-06-27 20:34:19 +01:00
1083044bc2
ENH: refineHexMesh: add -region option
2014-08-06 17:00:25 +01:00
c67779b221
ENH: refineHexMesh: add option to keep to 2:1 ratio outside cellSet
2014-03-11 10:51:57 +00:00
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
c1ef233e5d
ENH: pointMesh: use MeshObject form
2012-08-31 12:57:17 +01:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
ee293cde8e
ENH: add usage information for '-overwrite' option.
...
- make centrally available via #include "addOverwriteOption.H"
2010-02-16 11:44:27 +01:00
58b7e64185
Use argList::addOption, argList::addBoolOption (almost) everywhere
...
- ensure that the standard options (eg, from timeSelector) also have
some usage information
2009-12-03 13:32:12 +01:00
1bfa912781
Modified more Description entries in utilities for documenting purposes
2009-07-22 15:51:53 +01:00
d1295da31f
adjust solvers and utilities to use new argList methods
...
- also drop various unused time options from src/OpenFOAM/include
2009-05-19 20:21:50 +02:00
2e6888a714
write hexRef8 data to correct mesh
2009-04-03 12:29:40 +01:00
9b0bebec00
making overwrite work
2009-02-06 15:12:24 +00:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
0dc639e90a
switch off functionObjects
2008-09-28 19:27:04 +01:00
69bcc1baad
Merge commit 'OpenCFD/master' into olesenm
2008-06-26 14:08:49 +02:00
47673b653f
added overwrite flag
2008-06-26 12:24:18 +01:00
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
36e61940a7
2x2x2 refinement utility
2008-05-14 16:45:06 +01:00