Commit Graph

6598 Commits

Author SHA1 Message Date
825b4a19d2 STYLE: removed spurious tabs 2011-01-05 18:29:46 +00:00
14d1300a36 Revert "STyLE: More 2011 copyright dates (non-code)."
This reverts commit 2e1e671d96.
2011-01-05 18:25:32 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
d6bf035b7e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-01-05 18:23:28 +00:00
2e1e671d96 STyLE: More 2011 copyright dates (non-code). 2011-01-05 11:48:24 +00:00
77190a351a STYLE: trailing whitespace. 2011-01-05 11:21:35 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
c1c57fd173 STYLE: Comment and output tweak. 2011-01-05 10:37:22 +00:00
875a035147 STYLE: date 2011-01-04 18:26:00 +00:00
1109f37968 STYLE: InteractionLists.H : comment 2011-01-04 18:24:04 +00:00
eacd4d1206 BUG: settings.csh : add endif 2011-01-04 18:23:20 +00:00
cab83f794a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-01-04 16:09:20 +00:00
17afa039af COMP: fix merge conflict 2011-01-04 13:01:11 +00:00
afb5b6d47e STYLE: Change thermo cp->Cp 2011-01-04 11:48:54 +00:00
2af4492a7d BUG: corrected devolatilised mass assignment 2011-01-04 11:48:15 +00:00
c80a5643e7 Merge branch 'olesenm' 2011-01-04 11:03:50 +00:00
ac64e72c53 Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm 2011-01-04 10:52:58 +00:00
7a6cfda2f8 Merge branch 'olesenm' 2011-01-04 10:52:41 +00:00
b50395b846 STYLE: Minor code formatting changes 2011-01-04 10:52:17 +00:00
060acc6eae COMP: fix missing link references to FOAM_EXT_LIBBIN 2011-01-04 09:54:14 +01:00
e14521b5b3 ENH: add SHA1 comparison to text representations from a string
- eases management/control of previously calculated sums
- add empty() member function to SHA1Digest
- adjust Copyright dates
2011-01-04 09:31:55 +01:00
1aedae665c ENH: use mpi-qualified names for ptscotch include, lib 2011-01-03 16:54:56 +01:00
086c1c0fe1 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
eaf9d5cffe ENH: update for scotch_5.1.11 2011-01-03 11:19:12 +01:00
e2db4e630e Merge remote branch 'bundle/home' into olesenm 2011-01-03 10:06:56 +01:00
a3a2ea78be ENH: update, cleanup foam packing routines
- update packing for FOAM_EXT_LIBBIN and newer FOAM_APPBIN
- pack OpenFOAM source via 'git archive' for consistency with
  the git repository (use -nogit option to revert to manual packing)
- combine foamPackBin + foamPackThirdPartyBin
- add foamPackThirdPartyBinAll (like foamPackBinAll)

- relocate service scripts into bin/tools
- use more standard 'tgz' instead of 'gtgz'
2011-01-02 21:39:41 +01:00
6091cdb0a5 BUG: incorrect log-check in runParallel (RunFunctions)
STYLE: minor rewording, drop grep/sed in favour of sed only
2011-01-02 18:42:26 +01:00
185d417530 STYLE: zero padding directly in cleanTimeDirectories 2011-01-02 18:22:37 +01:00
b62fe1ae08 ENH: update code templates to 2011 2011-01-02 11:12:52 +01:00
b227751efe BUG: cyclicPolyPatch: transformPosition did not assign 2010-12-30 21:28:39 +00:00
a78fa5add5 STYLE: remove trailing ';' after '{ ... }' compound 2010-12-30 17:50:47 +01:00
4148c975f9 ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)
- remove settings for really old cmake versions
2010-12-30 16:58:25 +01:00
46a5865894 ENH: relocate paraview plugins -> FOAM_EXT_LIBBIN 2010-12-30 16:35:52 +01:00
171d7a35e5 ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN
- place under $WM_THIRD_PARTY_DIR/lib/$WM_OPTIONS
- relocate FOAM_MPI_LIBBIN accordingly
2010-12-30 13:52:34 +01:00
372fcb4305 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
2010-12-30 12:48:20 +00:00
805f6f76fb ENH: windTurbineTerrain: mesh and run in parallel 2010-12-30 12:46:37 +00:00
54e9622e95 ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools 2010-12-30 13:19:36 +01:00
7fa1e73a35 ENH: scotchDecomp : allow decomposition in parallel
All of graph gets sent to master which does the decomposition
2010-12-30 08:39:40 +00:00
4eb5e673e1 ENH: mapDistribute: allow -1 as global element 2010-12-30 08:38:18 +00:00
041f7c4eea STYLE: turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H : corrected comment. 2010-12-30 08:37:28 +00:00
da439f5484 STYLE: consistent naming for templated/non-templated patch field construction
eg,
    - makePatchTypeField -> makeTemplatePatchTypeField
    - makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
18dbe9996a ENH: reorganize settings to avoid inheriting bad values
- avoid non-standard 'tempfile' in bin/tools/foamConfigurePaths
2010-12-23 07:37:32 +01:00
8bffec8fbb ENH: relocate binaries from applications/bin/linux* -> bin/linux*
- consistent and shorter naming throughout

- simplifies syncing compiled versions.
  For a runtime environment, only need these directories:
      bin/
      etc/
      lib/
2010-12-23 06:59:15 +01:00
a169819168 ENH: adjust tools to handle architecture-specific dirs in bin/ as well 2010-12-23 06:53:05 +01:00
b9be5a6f2f ENH: foamSourceFiles allow through bin/tools subdir only
- filter out other subdirs, which could be architecture-specific
2010-12-23 06:36:50 +01:00
312d15c701 STYLE: use 'foamCompiler' instead of 'compilerInstall'
- more obvious in its meaning
2010-12-23 06:28:49 +01:00
57e616312b STYLE: Comment fix. 2010-12-22 17:13:42 +00:00
603aa1e61c ENH: preserve command-line settings in FOAM_SETTINGS 2010-12-22 15:41:51 +01:00
4f2fde2094 BUG: incorrect '::template' keyword for specialized method 2010-12-22 15:41:06 +01:00
9552221daf STLYE: Making triangle and tetrahedron less verbose.
No warnings on recoverable degeneracies.
2010-12-22 14:25:33 +00:00