Commit Graph

5610 Commits

Author SHA1 Message Date
dd789fb25d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-23 10:55:08 +01:00
a3a6b890d0 dimensionedScalar cbrt: changed word "1/3" to "1|3" 2010-07-23 10:54:56 +01:00
d42448a057 Merge branch 'olesenm' 2010-07-23 10:09:16 +01:00
102f797016 ENH: Added DOS-style line ending check to git hook 2010-07-23 10:08:47 +01:00
e099012556 STYLE: use regex to avoid extra loop in pre-commit-hook 2010-07-23 09:31:18 +02:00
2a1ccb730e ENH: drop special treatment for C++ comments line length in pre-commit-hook
ENH: report line number for illegal words and for copyrights
2010-07-22 10:29:27 +02:00
eb1bd8bd20 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-21 13:01:21 +01:00
3b7afb3ffb STYLE: add some comments to pre-commit-hook, unclutter some syntax 2010-07-21 13:50:20 +02:00
a76dd34d47 Adjust bin/tools/pre-commit-hook to avoid triggering pre-receive hook 2010-07-21 13:34:46 +02:00
cd28a4fbb4 Merge remote branch 'OpenCFD/master' into olesenm 2010-07-21 13:05:09 +02:00
b2d6ae091b ENH: made Andy's pre-receive hook into a pre-commit hook
- allows fixes before trying to push
2010-07-21 12:58:43 +02:00
c7bc9216d4 ENH: indexedOctree : renamed find to findInside, changed findIndices to return reference. 2010-07-21 11:18:50 +01:00
7faf359bc1 COMP: adding -traditional-cpp to CPP variable. 2010-07-21 10:58:53 +01:00
82dec4824e ENH: support find via keyType for coordinateSystems
- findAll() method returns a labelList of all matching names
- find() method returns the index to the first matching name

  For example, use a regex to specify alternative coordinate systems
  in porousZones
  (
      "cat1?(Back|Front)*"
      {
          coordinateSystem    "(cat1|system_10)";
          porosity    0.781;
          ...
      }
  )
2010-07-21 11:11:42 +02:00
6a03ebdd24 ENH: support keyType for porousZones
- allows a regex to collect several cellZones.
  For example,
  (
      "cat1?(Back|Front)*"
      {
          coordinateSystem    system_10;
          porosity    0.781;
          ...
      }
  )
2010-07-21 10:19:03 +02:00
4e1e1c9c73 STYLE: line length 2010-07-20 22:21:38 +01:00
8dacc7bdb3 STYLE: updated date in header 2010-07-20 22:20:41 +01:00
7186f05242 COMP: missing include files. 2010-07-20 22:17:31 +01:00
47a63dc90e ENH: indexedOctree: added find-inside query.
Adapted meshSearch and sampledTriSurfaceMesh to use it.
2010-07-20 22:15:45 +01:00
a2995ae0e5 ENH: decomposePar : allow -constant to override controlDict setting 2010-07-20 18:52:34 +01:00
10d9c8a174 BUG: wedgePolyPatch : did not like getting constructed with 0 faces (done by createPatch) 2010-07-15 15:03:23 +01:00
4a31516441 STYLE: update copyriht year. 2010-07-15 13:06:40 +01:00
f6670f8dec COMP: Make/options added indirect libs for Solaris linker. 2010-07-15 09:38:52 +01:00
f38ad5e44d BUG: renumberMesh : writing XXXProcAddressing 2010-07-15 09:27:05 +01:00
8197dd3ce5 ENH: plane : added dictionary writing 2010-07-15 09:26:37 +01:00
c05ac8062d BUG: fileMonitor : did not handle combined messages 2010-07-15 09:25:31 +01:00
c1b9a67af9 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-13 21:45:16 +01:00
e3e52ee2df ENH: blockMeshTopology: added error checking on boundary syntax 2010-07-13 21:44:34 +01:00
48696bdb45 ENH: silently remove leading ~OpenFOAM/ in bin/foamEtcFile
- makes it easier to cut-and-paste from dictionary contents that use
  the Foam::findEtcFile expansion
2010-07-12 11:48:24 +02:00
5a71982fa4 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-08 12:55:24 +01:00
239da7b023 ENH: chtMultiRegionFoam: protect against Co and Di both 0 2010-07-08 10:21:22 +01:00
d5efa1cc8a STYLE: consistent naming of files containing the 'New' method
- as per commit 937e0d23d0
2010-07-06 17:47:12 +02:00
438b76bf61 STYLE: More descriptive warning. 2010-07-06 16:38:58 +01:00
43407380f9 ENH: improve debian handling in foamEtcFile
- remove all corresponding logic from foamExec
2010-07-06 16:33:25 +02:00
fd0bcbb480 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	bin/foamExec
2010-07-06 14:30:30 +02:00
9745b86ef3 ENH: improve foamEtcFile handling (-prefix, -version options)
- This lets foamExec use foamEtcFile as well, but debian packaging
  still needs some work
2010-07-06 14:01:15 +02:00
4b307cf543 STYLE: etc/*rc : update version number, add comment 2010-07-06 11:48:46 +01:00
24734787b8 BUG: etc/settings.*sh : make SYSTEMOPENMPI work with multiple paths 2010-07-06 11:46:00 +01:00
50fc6c846a ENH: apps/paraview3 : upgrade to 3.8.0 2010-07-06 11:44:37 +01:00
502987ac7a BUG:foamExec : save arguments; handle debian naming 2010-07-06 11:43:44 +01:00
d5fc3e2475 BUG: paraFoam : load pointFields 2010-07-06 11:42:58 +01:00
d8c7792e9c ENH: renumberMesh.C : renumber XXXXProcAddressing maps in parallel 2010-07-06 11:42:26 +01:00
266c4c61da STYLE: remove tabs and trailing space from new scripts 2010-07-02 09:14:10 +02:00
5810f991d7 STYLE: report when skipping ThirdParty build 2010-07-02 09:06:04 +02:00
3dbb59f8a2 Merge remote branch 'OpenCFD/master' into olesenm 2010-07-02 09:02:42 +02:00
ed650a1643 ENH: debian/ pack files initial versions 2010-06-30 13:45:14 +01:00
28c146466f Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-30 12:37:14 +01:00
d71c87ff95 ENH: foamFileSurfaceWriter.C : output faceCentres for convenient use with e.g. timeVaryingMapped 2010-06-30 12:34:56 +01:00
3bbd7ef1bb STYLE: directMappedPatchBase.C: added space in message 2010-06-30 12:34:34 +01:00
38ca205ea6 Merge remote branch 'OpenCFD/master' into olesenm
Include revert for ca7a6f5157 + aec1bace6c
- Henry's version is simpler.
2010-06-28 12:58:35 +02:00