openfoam/applications/test
Mark Olesen cf488912bb added xfer<...> transfer() method to various containers
- this should provide a slightly more naturally means to using transfer
  constructors, for example
          labelList list2(list1.transfer());
      vs. labelList list2(xferMove(list1));

- returns a plain list where appropriate (eg, DynamicList, SortableList)
  for example
          labelList list2(dynList1.transfer());
      vs. labelList list2(xferMoveTo<labelList>(dynList1));
2009-01-02 15:54:51 +01:00
..
alloc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
callback update copyrights for 2009 2008-12-31 19:01:56 +01:00
CompactListList update copyrights for 2009 2008-12-31 19:01:56 +01:00
cyclic update copyrights for 2009 2008-12-31 19:01:56 +01:00
dataEntry update copyrights for 2009 2008-12-31 19:01:56 +01:00
delete update copyrights for 2009 2008-12-31 19:01:56 +01:00
dictionary dictionary gets xfer constructor and transfer() method(s) 2009-01-02 15:50:32 +01:00
Dictionary update copyrights for 2009 2008-12-31 19:01:56 +01:00
DimensionedField update copyrights for 2009 2008-12-31 19:01:56 +01:00
dimensionedType update copyrights for 2009 2008-12-31 19:01:56 +01:00
DLList update copyrights for 2009 2008-12-31 19:01:56 +01:00
DynamicList added xfer<...> transfer() method to various containers 2009-01-02 15:54:51 +01:00
error update copyrights for 2009 2008-12-31 19:01:56 +01:00
Field Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
fileName update copyrights for 2009 2008-12-31 19:01:56 +01:00
findCell-octree update copyrights for 2009 2008-12-31 19:01:56 +01:00
findTimes update copyrights for 2009 2008-12-31 19:01:56 +01:00
FixedList update copyrights for 2009 2008-12-31 19:01:56 +01:00
fvc update copyrights for 2009 2008-12-31 19:01:56 +01:00
graph update copyrights for 2009 2008-12-31 19:01:56 +01:00
graphXi update copyrights for 2009 2008-12-31 19:01:56 +01:00
Gstream Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
HashPtrTable update copyrights for 2009 2008-12-31 19:01:56 +01:00
HashSet update copyrights for 2009 2008-12-31 19:01:56 +01:00
HashTable HashTable / StaticHashTable changes 2009-01-02 13:24:30 +01:00
HashTable2 HashTable / StaticHashTable changes 2009-01-02 13:24:30 +01:00
IndirectList update copyrights for 2009 2008-12-31 19:01:56 +01:00
io update copyrights for 2009 2008-12-31 19:01:56 +01:00
ISLList update copyrights for 2009 2008-12-31 19:01:56 +01:00
IStringStream update copyrights for 2009 2008-12-31 19:01:56 +01:00
LduMatrix update copyrights for 2009 2008-12-31 19:01:56 +01:00
liquid update copyrights for 2009 2008-12-31 19:01:56 +01:00
List added xfer<...> transfer() method to various containers 2009-01-02 15:54:51 +01:00
Map update copyrights for 2009 2008-12-31 19:01:56 +01:00
Matrix update copyrights for 2009 2008-12-31 19:01:56 +01:00
maxMem Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
mesh update copyrights for 2009 2008-12-31 19:01:56 +01:00
mkdir update copyrights for 2009 2008-12-31 19:01:56 +01:00
NamedEnum update copyrights for 2009 2008-12-31 19:01:56 +01:00
nearWallDist-wave update copyrights for 2009 2008-12-31 19:01:56 +01:00
ODETest update copyrights for 2009 2008-12-31 19:01:56 +01:00
OStringStream update copyrights for 2009 2008-12-31 19:01:56 +01:00
parallel update copyrights for 2009 2008-12-31 19:01:56 +01:00
pointField update copyrights for 2009 2008-12-31 19:01:56 +01:00
prefixOSstream update copyrights for 2009 2008-12-31 19:01:56 +01:00
primitivePatch update copyrights for 2009 2008-12-31 19:01:56 +01:00
pTraits update copyrights for 2009 2008-12-31 19:01:56 +01:00
ptrList update copyrights for 2009 2008-12-31 19:01:56 +01:00
PtrList added xfer<...> transfer() method to various containers 2009-01-02 15:54:51 +01:00
quaternion Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
readCHEMKINIII update copyrights for 2009 2008-12-31 19:01:56 +01:00
regex update copyrights for 2009 2008-12-31 19:01:56 +01:00
router update copyrights for 2009 2008-12-31 19:01:56 +01:00
simpleMatrix update copyrights for 2009 2008-12-31 19:01:56 +01:00
slicedField update copyrights for 2009 2008-12-31 19:01:56 +01:00
SLList update copyrights for 2009 2008-12-31 19:01:56 +01:00
sort update copyrights for 2009 2008-12-31 19:01:56 +01:00
speed unused options 2008-08-19 13:49:00 +01:00
sphericalTensorField update copyrights for 2009 2008-12-31 19:01:56 +01:00
StaticHashTable HashTable / StaticHashTable changes 2009-01-02 13:24:30 +01:00
string update copyrights for 2009 2008-12-31 19:01:56 +01:00
stringList update copyrights for 2009 2008-12-31 19:01:56 +01:00
symmTensorField update copyrights for 2009 2008-12-31 19:01:56 +01:00
tensor Further tinkering and additional test of the eigenvaues of symmTensors. 2008-06-11 13:32:42 +01:00
testPointEdgeWave update copyrights for 2009 2008-12-31 19:01:56 +01:00
tmpField update copyrights for 2009 2008-12-31 19:01:56 +01:00
triTet Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
Tuple2 update copyrights for 2009 2008-12-31 19:01:56 +01:00
UDictionary update copyrights for 2009 2008-12-31 19:01:56 +01:00
Unix update copyrights for 2009 2008-12-31 19:01:56 +01:00
vector Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
volField update copyrights for 2009 2008-12-31 19:01:56 +01:00
volPointInterpolation update copyrights for 2009 2008-12-31 19:01:56 +01:00
xfer update copyrights for 2009 2008-12-31 19:01:56 +01:00