Go to file
2013-07-30 09:40:20 +01:00
applications compressibleTwoPhaseEulerFoam tutorials: Updated fvSchemes and improved naming of kineticTheory stress correction 2013-07-28 22:59:22 +01:00
bin BUG:foamEndJob: work if writeControl differs from timeStep 2013-07-18 09:14:35 +01:00
doc ENH: Updates to documentation (Chris) 2013-02-22 10:55:17 +00:00
etc ENH: foamyHexMeshDict: Remove locationInMesh as a default and use default meshQualityDict 2013-07-19 16:48:11 +01:00
src ENH: Updated forces and forceCoeffs bin writing 2013-07-29 13:09:41 +01:00
tutorials ENH: Tutorial update 2013-07-30 09:40:20 +01:00
wmake wmake: "dwim" option behaviour is now the default if no argument is supplied 2013-06-25 18:37:59 +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'