fffde6ed5d
explicit constructors
2009-11-13 18:19:08 +00:00
6ae8581d03
explicit constructor
2009-11-13 18:18:32 +00:00
259a15d9f4
missing EOF
2009-11-13 18:15:29 +00:00
4f1305316d
fix multiple field transfer
2009-11-13 16:10:54 +00:00
4a5f0fbebe
extraneous pointer cast
2009-11-13 16:10:25 +00:00
03d777f594
message size not set; debug printing
2009-11-13 16:10:11 +00:00
8349d89110
construct from dictionary
2009-11-13 16:09:39 +00:00
3936da68c9
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-12 18:25:55 +00:00
1d4533a41e
>80 line length
2009-11-12 18:25:37 +00:00
6e793380d9
rmeoved printing
2009-11-12 18:25:08 +00:00
9e57cef139
fixed reverseFaceMap
2009-11-12 18:23:22 +00:00
2effa55026
Making the triggering of a block sort be on blockLength >= 1 rather
...
than blockLength > 1 so that ownerBlockStart is set correctly.
2009-11-12 15:46:06 +00:00
cf9b9bff17
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-12 13:29:10 +00:00
a54bbffbbf
typo
2009-11-12 13:28:18 +00:00
967ddcdf5f
Merge branch 'master' into cvm
2009-11-11 21:57:23 +00:00
9f054e0af2
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-11 19:15:25 +00:00
100f9c2545
stitching points if no points have been merged
2009-11-11 19:14:33 +00:00
d7e8802896
removed octreeDataFaceList; created generic PrimitivePatch search one
2009-11-11 17:19:52 +00:00
dd746d4e4b
incorrect reading of optional wedgePlane
2009-11-11 17:19:18 +00:00
8f299ef96d
Merge branch 'master' into cvm
2009-11-11 13:26:39 +00:00
6cbf1c9425
Merge branch 'master' into particleInteractions
2009-11-11 13:26:30 +00:00
0870e22400
Merge branch 'master' into dsmc
2009-11-11 13:24:48 +00:00
3ec8579187
Stabilising division by p.
2009-11-11 13:23:26 +00:00
c2b4f49136
Merge branch 'master' into cvm
2009-11-11 13:18:58 +00:00
13bddac8f0
singleCellFvMesh and application
2009-11-11 11:29:22 +00:00
eb81310085
fixed typo in docs for porousZone
2009-11-11 09:19:31 +01:00
5a2eff8e17
fieldname is a word; not fileName
2009-11-10 13:18:35 +00:00
1ba6378c69
Fixing conflict and merging master.
2009-11-10 10:19:23 +00:00
1999330c4d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-10 07:42:34 +00:00
3d9c822022
Added abortCalculation function object, exposed Time::stopAtControls
...
- still needs fine-tuning (testing) to see if it reacts as anticipated under
various conditions.
2009-11-06 17:18:32 +01:00
33e936a34d
removed redundant check in HashTable
2009-11-06 16:56:36 +01:00
cad5a703fc
Merge branch 'olesenm'
2009-11-06 11:05:21 +00:00
3dd6db6d99
typo in header
2009-11-05 16:17:20 +00:00
5c9f1ea23b
allow read restart
2009-11-05 16:16:55 +00:00
227ea995d8
Merge commit 'OpenCFD/master' into olesenm
2009-11-05 15:40:57 +01:00
641a0f1b9c
HashTable: drop redundant check as Mattijs noticed
2009-11-04 20:51:18 +01:00
2268ea38a0
Added Container template argument for e.g. construct from faceList
2009-11-04 11:40:12 +00:00
c7c9a6e003
Activate the reworked HashTable
...
- previous draft version was HashTbl
- accidentally still had canonicalSize in templated code
2009-11-04 09:06:26 +01:00
ebe39c4ea4
Merge commit 'OpenCFD/master' into olesenm
2009-11-04 08:56:20 +01:00
53a9208d9f
Merge commit 'bundle/home' into olesenm
...
Conflicts:
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.C
src/OpenFOAM/matrices/simpleMatrix/simpleMatrix.H
tutorials/incompressible/simpleFoam/airFoil2D/Allclean
tutorials/multiphase/settlingFoam/ras/tank3D/Allclean
2009-11-04 08:54:34 +01:00
151f30e779
made container constructors explicit
2009-11-03 18:09:52 +00:00
1d6268f24a
better use of CompactListList
2009-11-03 18:09:20 +00:00
baea3d76a8
CompactListList to use offsets sized one beyond nRows
2009-11-03 18:04:24 +00:00
fe17dd2d1f
globalIndex to use procI+1 scheme
2009-11-03 18:02:52 +00:00
08b74f509f
fixes to simpleMatrix ... really need to get a copy from work
2009-11-03 17:33:54 +01:00
d5ffabcd47
HashTbl - extra safety
...
- don't let automatic resize into integer overflow
- avoid possible overflow in increment()
StaticHashTable - fix erase()/++ as per HashTbl
- might still be worth dropping it, but at least it'll be in better
condition when it gets chucked!
2009-11-03 17:17:45 +01:00
39159a9231
HashTbl: change allocation of end iterators
...
- the end iterators and canonicalSize are independent of the templated
parameters, so move them to HashTblCore
- this avoid allocating separate end iterator at all.
end(), cend() return a iteratorEnd.
iterator == iteratorEnd just checks for non-NULL pointer on iterator.
The compiler should optimize most of it away.
2009-11-03 01:01:59 +01:00
6930293dc6
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-11-02 08:47:29 +00:00
afeb602912
revert to normal HashTable
2009-11-02 08:47:15 +00:00
a237b7ce6e
HashTbl - iterator/const_iterator implemented in terms of an iteratorBase
2009-11-01 00:54:56 +01:00