Go to file
Henry 958ee7336f FieldField: support different Field types for binary operators e.g. fvPatchField and fvsPatchField.
The Field type of the result is that of the LH argument so now

// Update the phi BCs from U before p BCs are updated
phi.boundaryField() = mesh.Sf().boundaryField() & U.boundaryField();

is possible.
2013-06-20 10:08:51 +01:00
applications Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-12 09:38:26 +01:00
bin ENH: pre-commit-hook - not checking *.gz files 2013-06-04 14:55:00 +01:00
doc ENH: Updates to documentation (Chris) 2013-02-22 10:55:17 +00:00
etc git pushMerge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 14:30:48 +01:00
src FieldField: support different Field types for binary operators e.g. fvPatchField and fvsPatchField. 2013-06-20 10:08:51 +01:00
tutorials twoPhaseEulerFoam/bed tutorial: update for new location of alpha solver settings 2013-06-12 12:58:39 +01:00
wmake wmake: add "dwim" target 2013-06-11 12:58:19 +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'