Commit Graph

6512 Commits

Author SHA1 Message Date
f785bcc210 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
2dd05b8a1a ENH: debug switches and output. 2010-11-16 18:28:52 +00:00
f064cc57cf ENH: Moving timeCheck to be public. 2010-11-15 22:06:16 +00:00
3629979263 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/primitives/random/Random/random.3
	src/OpenFOAM/primitives/random/Random/random.c
2010-11-11 18:29:28 +00:00
8ec07bb8ec ENH: Adding hierarchicalDensityWeightedStochastic initial points method.
Requires "overlaps(const boundBox& bb)" function for searchableSurface.
2010-11-11 18:27:02 +00:00
f53538b831 BUG: stitchTriangles reordering the points, not renumbering the tris. 2010-11-11 17:49:22 +00:00
34806371b1 BUG: must trigger polyMesh_.tetBasePtIs(); in all Cloud constructors. 2010-11-11 17:48:35 +00:00
cb45c789b5 ENH: Moved cloud warning inside debug clause 2010-11-11 10:28:27 +00:00
7cb9c39b3e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-10 15:52:33 +00:00
c5ccb67f8d Merge branch 'olesenm' 2010-11-10 15:52:19 +00:00
b06c778193 ENH: add bin/tools/pre-receive-hook
- allows us to follow the changes
2010-11-10 16:25:40 +01:00
cffa2873e0 STYLE: remove unused random.{3,c} code / manpage 2010-11-10 16:05:52 +01:00
d1cbc06c67 ENH: UList shuffle function to randomly reorder a list. 2010-11-10 10:50:59 +00:00
0bd5bc8538 ENH: UList shuffle function to randomly reorder a list. 2010-11-10 10:50:59 +00:00
ba19b63907 STYLE: generalize functions in pre-commit-hook
- improves code re-usage for pre-receive hook
2010-11-10 11:50:00 +01:00
d99316583b Merge branch 'olesenm' 2010-11-10 10:03:44 +00:00
7eae15310c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-10 09:35:58 +00:00
1a0da12db3 STYLE: avoid copy operation in fileName::isAbsolute() 2010-11-10 09:57:22 +01:00
13e28f7bd1 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-10 09:48:44 +01:00
0db9fa5702 ENH: Ensight output for sampledSurfaces 2010-11-09 18:04:32 +00:00
b3e023bda2 ENH: faceSource : updated sample dictionary 2010-11-09 17:54:20 +00:00
c1493b1748 ENH: move scotch settings to etc/apps/scotch
- NB: A csh version is not needed, since the values here are only
      sourced during the wmake process
2010-11-09 12:49:27 +01:00
be9fe276a6 STYLE: avoid intermediate variables when calling _foamSource (csh) 2010-11-09 11:47:55 +01:00
08b27669da ENH: install scotch files under ThirdyParty platforms/
- for future updates of scotch, need to edit these two files:

    OpenFOAM-<VERSION>/src/parallel/decompose/Allwmake
    ThirdParty-<VERSION>/Allwmake
2010-11-09 10:11:17 +01:00
e15b50bc7a ENH: Stability updates to thermo surface film models 2010-11-08 15:47:10 +00:00
f015bc0c82 ENH: upgrade to scotch 5.1.10b 2010-11-08 16:27:02 +01:00
601142ce5d STYLE: Move private functions to the correct part of the .C file.
STYLE: random, untabify.  80 char lines.
2010-11-08 14:47:39 +00:00
43aeab6828 Merge branch 'master' into cvm 2010-11-08 12:52:31 +00:00
be04ae4dc4 ENH: featureEdgeMesh IO now stream based, not dictionary lookup.
Allows binary IO without pain.  labelListLists a problem for writeEntry().
2010-11-08 12:49:35 +00:00
012178576d ENH: faceSource functionObject : allow 'sampledSurface' to supply faces and data 2010-11-08 10:09:42 +00:00
672503effb STYLE: gitignore Clang build targets 2010-11-08 08:08:46 +01:00
8b59f1d0d5 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-08 08:07:29 +01:00
e674b0c765 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-05 18:20:32 +00:00
7ed0241772 BUG: Make/files : missing surfaceInterpolateFields 2010-11-05 18:20:06 +00:00
9c350ab501 STYLE: minor: indentation of 4 chars instead of 8 2010-11-05 13:03:55 +00:00
b236147be2 BUG: Corrected missing sqrt(2) factors in compressible kOmegaSST model 2010-11-05 12:59:51 +00:00
2db6f12146 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-05 12:52:38 +00:00
e338bd79ca BUG: Corrected missing sqrt(2) factors in incompressible kOmegaSST model 2010-11-05 12:52:30 +00:00
ff72ba14cb COMP: PointEdgeWave : missing curly 2010-11-04 17:24:06 +00:00
fb58c1dc1e BUG: Wrong results when empty patches in middle of patch list. 2010-11-04 16:52:40 +00:00
594e90d2bb ENH: Store and access random number generator in conformalVoronoiMesh. 2010-11-04 16:51:37 +00:00
9b1788ac85 ENH: boundBox volume function. 2010-11-04 16:49:47 +00:00
111a1b4f1d ENH: boundBox volume function. 2010-11-04 16:49:47 +00:00
5e693642e7 ENH: Adding length and presence of current edge to filtering calculation to
allow long, single edges to be kept.
2010-11-04 16:48:44 +00:00
ff473b9833 ENH: cmptProduct function, i.e. cmptProduct(vector(a, b, c)) = a*b*c. 2010-11-04 16:47:42 +00:00
35416aa3c2 ENH: cmptProduct function, i.e. cmptProduct(vector(a, b, c)) = a*b*c. 2010-11-04 16:47:42 +00:00
7fda6ce1aa ENH: PointEdgeWave : only call update if valid point info 2010-11-04 12:51:12 +00:00
a45f394c37 BUG: foamConfigurePaths : incorrect logic 2010-11-04 12:50:09 +00:00
bbf218d668 BUG: mpirunDebug : missing exec for gdb 2010-11-04 12:48:36 +00:00
da7dbc53db ENH: snapypHexMeshDict : updated comment 2010-11-04 12:46:03 +00:00