Go to file
2013-07-15 14:46:06 +01:00
applications transportModel: Constructor does not need any arguments 2013-07-14 23:17:55 +01:00
bin Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-17 16:48:37 +01:00
doc ENH: Updates to documentation (Chris) 2013-02-22 10:55:17 +00:00
etc Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-03 22:20:37 +01:00
src rotatingWallVelocityFvPatchVectorField: Read value if present rather than evaluating the BC 2013-07-15 14:27:15 +01:00
tutorials Update version 2013-07-15 14:46:06 +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
Allwmake ENH: wmake: 'wmake dep' to build dependencies and softlinks 2013-06-04 16:50:33 +01:00
COPYING
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

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'