Commit Graph

6030 Commits

Author SHA1 Message Date
20d3c10bb2 DynamicList bugfixes
- transfer(DynamicList&) now preserves the allocated space as-is
  - operator=(const List&) should now avoid spurious allocation/deallocation
2008-10-21 09:58:36 +02:00
bd78708543 just use plain ssh for GridEngine compilation 2008-10-20 17:28:33 +02:00
50dcc40e9a new interval syntax 2008-10-20 15:31:39 +01:00
b22ada09b7 DynamicList re-visited:
- shrink() should now correctly actually shrink
 - List::transfer(DynamicList&) invokes shrink() before transferring
   contents: otherwise the ununsed allocated space is never recovered
   until much, much later.
 - DynamicList::transfer(List&) no longer throws a FatalError when
   transferring in a smaller list. The original list contents are getting
   tossed away anyhow!
2008-10-20 16:30:48 +02:00
bb5bc16457 minor changes to test/DynamicListTest.C 2008-10-20 14:32:28 +02:00
d2a2f27b3c added xfer contructors to mesh classes 2008-10-20 13:44:05 +02:00
96b24c4606 meshReader - remove old LEAVE_UNUSED_POINTS code 2008-10-20 13:30:38 +02:00
91cb6d2912 xfer class modifications:
- removed operator* in favour of operator() for consistency with tmp
    class. The previous use of operator() for const casting didn't work
    anyhow due to template confusion.
  - added xferCopy(), xferMove() and xferTmp() template functions instead
  - preliminary changes to IOobjects and Fields for xfer
2008-10-17 18:27:11 +02:00
5cca2643f7 update to openmpi-1.2.8 2008-10-17 15:31:21 +02:00
cd6e34c8b8 Merge commit 'OpenCFD/master' into merging
Conflicts:

	src/OpenFOAM/containers/misc/xferI.H
	src/OpenFOAM/fields/tmp/refCount.H
	src/OpenFOAM/memory/refCount/refCount.H
	src/OpenFOAM/memory/xfer/xferI.H
	src/finiteVolume/fvMesh/extendedStencil/extendedCentredStencil.C
	src/finiteVolume/fvMesh/extendedStencil/faceStencil/faceEdgeCellStencil.H
2008-10-17 19:55:27 +02:00
1bc24ee3b8 Removed the host prefix as this inhibits correct error parsing by intelligent editors. 2008-10-16 21:50:09 +01:00
298ddcbc2d Added limiting to the quadraticFit scheme so that it behaves closer to linear on bad cells. 2008-10-16 21:47:19 +01:00
1f8bf1bac8 Removed the host prefix as this inhibits correct error parsing by intelligent editors. 2008-10-16 21:44:01 +01:00
3e6401f862 Removed the host prefix as this inhibits correct error parsing bu intelligent editors. 2008-10-16 21:42:18 +01:00
c7968294f0 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-16 21:40:14 +01:00
e840099b4e Added constructors with 3 and 4 data arguments. 2008-10-16 21:39:59 +01:00
b51bc77986 csh syntax 2008-10-16 15:27:50 +01:00
d2f1a0772e Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-16 15:27:13 +01:00
73b83058b1 Added new extended stencil handling from Mattijs. 2008-10-16 14:56:30 +01:00
3fd4253e45 Reorganised the memory-management classes. 2008-10-16 14:54:08 +01:00
70a38319d6 added xfer::operator->() for easier de-referencing of underlying methods 2008-10-16 14:27:16 +02:00
2a65d5b082 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-16 13:14:36 +01:00
29d6d74b8e updating failed conflict resolution 2008-10-16 13:14:26 +01:00
24cb670ae4 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-16 13:09:46 +01:00
10e8b73275 merge Mark's branch 2008-10-16 12:47:25 +01:00
881718d21b temporarily disabling check for hanging points - not allowed during all phases of meshing 2008-10-16 12:32:55 +01:00
0c00070155 disabling incorrect debug code 2008-10-16 12:32:13 +01:00
242e53ed6e distributed regions 2008-10-16 12:31:59 +01:00
bbe1952b08 extraneous parallel sync 2008-10-16 12:30:58 +01:00
1febfbfb3e Merge branch 'master' into molecularDynamics 2008-10-16 10:38:48 +01:00
550fa20412 WIP - reworking dualisation to remove small edges. 2008-10-15 19:07:46 +01:00
28cc2986fd Merge branch 'master' into cvm 2008-10-15 13:02:36 +01:00
289b71ea03 Removed small comment - CGAL *does* circulate around edges consistently. 2008-10-15 13:01:53 +01:00
42fbaffabf indexing errors 2008-10-15 11:24:02 +01:00
100f60654e two argument constructor 2008-10-15 11:23:50 +01:00
5cfb1de967 reworking dualisation, finding cause of wrong orientated faces. 2008-10-14 19:23:50 +01:00
dffbda287c src/OpenFOAM/memory for holding all the memory management bits 2008-10-14 18:47:27 +02:00
7c24deb529 missing include 2008-10-14 17:21:47 +01:00
c334892d40 use point merge information 2008-10-14 17:21:24 +01:00
2726b5775f topological point merging 2008-10-14 17:19:24 +01:00
03f50a8b0a point merge check 2008-10-14 17:18:57 +01:00
c782734200 extend, never shrink patch info 2008-10-14 17:18:33 +01:00
4d7cd47341 use average when merging points to prevent truncation error 2008-10-14 17:05:52 +01:00
43705d781b use average when merging points to prevent truncation error 2008-10-14 17:05:48 +01:00
d8c44047bf point merging 2008-10-14 17:05:21 +01:00
e8843a35b5 foamToEnsightParts: add -noMesh option 2008-10-14 18:00:33 +02:00
58c6aa7b77 longstanding bug?? - changed odd read option in GeometricField::readOldTimeIfPresent 2008-10-14 16:13:40 +02:00
7e9846a524 IOobjects - consistency fixes
- consistent constructors and consistent behaviour with MUST_READ,
    READ_IF_PRESENT
2008-10-14 16:05:21 +02:00
56296e89c1 foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo 2008-10-14 15:29:30 +02:00
0ce445c563 Merge branch 'master' into cvm 2008-10-14 12:03:18 +01:00