Go to file
2013-04-16 15:38:33 +01:00
applications ENH: laplacianFoam: back to solve on single processor 2013-02-22 17:26:12 +00:00
bin ENH: foamConfigurePaths: added paraviewVersion option 2013-01-07 14:47:27 +00:00
doc Remove tools used to update Doxygen documentation 2012-10-12 11:15:34 +01:00
etc ENH: communicators: initial version - extended Pstream API 2013-02-04 10:17:37 +00:00
src BUG: LUscalarMatrix: incorrect debug control 2013-04-16 15:38:33 +01:00
tutorials ENH: Added tutorial case for simpleReactingParcelFoam 2013-01-11 16:32:02 +00:00
wmake ENH: Latest version of cvMesh. Squash of commits. 2012-12-11 17:22:06 +00:00
.gitignore Updated Doxygen setup from Chris 2011-06-14 22:13:37 +01:00
Allwmake ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN 2010-12-30 13:52:34 +01:00
COPYING Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README.html Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
README.org Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01: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'