OpenFOAM-5.x/src/OpenFOAM
Henry Weller e64a8929a6 polyMesh: Ensure parallel consistency in findCell
by ensuring tetBasePtIs is called on all processors, even for those with
0 cells.  Also use unique communicator for globalMeshData to avoid data
transfer interference.

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1792
2015-10-21 12:47:02 +01:00
..
algorithms Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm 2015-02-25 10:57:06 +00:00
containers PtrListDictionary: New form of Dictionary in which the list type is PtrList rather than a linked-list 2015-09-16 21:26:26 +01:00
db functionObjectFile: Use wordList rather than wordHashSet to maintain order 2015-08-05 17:38:31 +01:00
dimensionedTypes dimensionedType: rationalize lookupOrDefault and lookupOrAddToDict 2015-10-01 17:29:29 +01:00
dimensionSet Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
fields Remove unnecessary use of keyword "explicit" 2015-07-17 18:26:58 +01:00
global Removed trailing whitespace 2015-08-01 15:43:05 +01:00
graph Removed use of the deprecated "register" keyword 2015-06-30 10:26:44 +01:00
include Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
interpolations Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Make includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
matrices Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00
memory Upgrade Intel C++ compiler to icpc (ICC) 15.0.3 20150407 2015-07-17 16:50:40 +01:00
meshes polyMesh: Ensure parallel consistency in findCell 2015-10-21 12:47:02 +01:00
primitives Updated headers 2015-09-02 15:30:10 +01:00