Go to file
laurence e6e477432f BUG: Do not check for close feature points when synchronising trees
+ Firstly, it has already been done
+ Secondly, the 'nearest' criteria is a different distance on different
processors
2013-05-20 10:57:08 +01:00
applications BUG: Do not check for close feature points when synchronising trees 2013-05-20 10:57:08 +01:00
bin ENH: Added PV readers for version 3.98.1 2013-04-05 15:28:36 +01:00
doc ENH: Updates to documentation (Chris) 2013-02-22 10:55:17 +00:00
etc ENH: Add automatic feature extraction to foamyHexMesh 2013-05-13 10:24:03 +01:00
src BUG: Add normalVolumeType to constructor 2013-05-16 11:46:06 +01:00
tutorials STYLE: Change cv2DMesh to foamyHex2DMesh 2013-05-16 10:29:36 +01:00
wmake wmake: Added support for gcc-4.8.? 2013-05-06 22:25:25 +01: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 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'