Go to file
2013-09-11 16:17:38 +01:00
applications compressibleInterDyMFoam: Update ddtCorr to use Uf rather than phi 2013-09-11 16:17:38 +01:00
bin Update header 2013-08-05 15:22:03 +01:00
doc ENH: Updates to documentation (Chris) 2013-02-22 10:55:17 +00:00
etc ENH: README: added Metis 2013-09-05 15:19:27 +01:00
src BUG: fixedPressure: map value as well as gradient 2013-09-11 13:17:51 +01:00
tutorials compressibleInterDyMFoam: Update ddtCorr to use Uf rather than phi 2013-09-11 16:17:38 +01:00
wmake ENH: wmakeScheduler: check for lockfile executable 2013-08-02 16:49:43 +01:00
.gitignore Updated Doxygen setup from Chris 2011-06-14 22:13:37 +01:00
Allwmake ENH: wmake: 'wmake dep' to build dependencies and softlinks 2013-06-04 16:50:33 +01:00
COPYING Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README.html BUG: Updated weblink in README 2013-03-07 14:16:29 +00:00
README.org BUG: Updated weblink in README 2013-03-07 14:16:29 +00:00
README.txt ENH: README.txt: notes 2013-02-06 16:42:20 +00:00

2013-01

- to UPstream added allocation of communicators
- added communicators to lduMesh,lduInterface and (indirectly)
  to lduInterfaceField
- gamg agglomeration allocates new communicator for every level
- in all linear solvers/smoothers/preconditioners make they use
  communicator
- added lots of warnings if using unexpected communicator (UPstream::warnComm)
- did LUScalarMatrix for 'directSolveCoarsest'