- Oct 27, 2008
-
-
mattijs authored
-
- Oct 23, 2008
- Oct 22, 2008
- Oct 21, 2008
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
andy authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
- transfer(DynamicList&) now preserves the allocated space as-is - operator=(const List&) should now avoid spurious allocation/deallocation
-
- Oct 20, 2008
-
-
Mark Olesen authored
-
mattijs authored
-
Mark Olesen authored
- 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!
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Oct 17, 2008
-
-
Mark Olesen authored
- 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
-
Mark Olesen authored
-
Mark Olesen authored
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
-
- Oct 16, 2008