Go to file
laurence e9cdbdef5e ENH: foamyHexMesh: Allow surface point insertion on close surfaces
ENH: foamyHexMesh: do not point motion to cross surfaces
ENH: foamyHexMesh: do not allow perturbation to cross surface
ENH: foamyHexMesh: change inside/outside test to check for nearest intersection
BUG: foamyHexMesh: With surfaces of same priority do not overwrite cell size
ENH: foamyHexMesh: insert surface points on close parallel surfaces
BUG: foamyHexMesh: write to own processor file in parallel
ENH: foamyHexMesh: Insert surface points if internal points are exposed
ENH: foamyHexMesh: add hasBoundaryPoint() to indexedCell
REVERT: foamyHexMesh: do not check inside/outside for surface points
REVERT: foamyHexMesh: correct function argument list
REVERT: foamyHexMesh: correct function argument list
2013-08-30 12:18:15 +01:00
applications ENH: foamyHexMesh: Allow surface point insertion on close surfaces 2013-08-30 12:18:15 +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: etc/prefs: show how to set up clang 2013-08-06 10:30:40 +01:00
src Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-09-02 14:25:35 +01:00
tutorials tutorials/multiphase/MRFMultiphaseInterFoam/mixerVessel2D: Updated for new phase naming 2013-09-02 14:25:44 +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'