openfoam/applications/test
Mark Olesen 063d8edea1 PackedBoolList specializaton for operator=
- now that I re-examined the code, the note in commit 51fd6327a6
  can be mostly ignored

  PackedList isMaster(nPoints, 1u);
  is not really inefficient at all, since the '1u' is packed into
  32/64-bits before the subsequent assignment and doesn't involve
  shifts/masking for each index

  The same misinformation applies to the PackedList(size, 0u) form.
  It isn't much slower at all.

  Nonetheless, add bool specialization so that it is a simple assign.
2009-12-03 16:33:58 +01:00
..
alloc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
BSpline Merge commit 'OpenCFD/master' into olesenm 2009-10-27 08:29:33 +01:00
callback coding style adherence 2009-11-27 15:39:14 +01:00
CompactListList Added Container template argument for e.g. construct from faceList 2009-11-04 11:40:12 +00:00
cyclic update copyrights for 2009 2008-12-31 19:01:56 +01:00
dataEntry use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
delete update copyrights for 2009 2008-12-31 19:01:56 +01:00
dictionary fixup #remove functionEntry and revert e15e32fdb7d515b 2009-12-01 13:50:51 +01:00
Dictionary coding style adherence 2009-11-27 15:39:14 +01:00
dimensionedType coding style adherence 2009-11-27 15:39:14 +01:00
directMappedPatch new test app 2009-06-08 17:59:02 +01:00
DLList update copyrights for 2009 2008-12-31 19:01:56 +01:00
DynamicField testapp for DynamicField 2009-06-22 10:29:10 +01:00
DynamicList consistency update 2009-04-27 10:08:29 +02:00
ensightFoamReader added test/ensightFoamReader with udr_checker.c from ensight80 2009-08-06 15:34:55 +02:00
error update copyrights for 2009 2008-12-31 19:01:56 +01:00
extendedStencil Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
Field Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
fieldDependency Changed the interface for the upToDate check to avoid unnecessary object lookups 2009-10-20 22:17:37 +01:00
fileName coding style adherence 2009-11-27 15:39:14 +01:00
fileNameClean argList - specializations for optionRead<string> etc. 2009-12-02 13:45:11 +01:00
findCell-octree Removed orphaned files. 2009-08-04 10:12:25 +01:00
findTimes update copyrights for 2009 2008-12-31 19:01:56 +01:00
FixedList unallocated Pstream 2009-10-26 09:59:07 +00:00
foamVersion first implementation of filename clean method 2009-07-25 20:32:29 +02:00
fvc update copyrights for 2009 2008-12-31 19:01:56 +01:00
fvSolutionCombine Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
globalIndex globalIndex to use procI+1 scheme 2009-11-03 18:02:52 +00:00
graph update copyrights for 2009 2008-12-31 19:01:56 +01:00
graphXi Reverted the Americanism "math" back to the original "mathematical" and reverted name of 2009-10-10 22:58:58 +01:00
Hashing added edge/triFace to the hashing tests 2009-03-05 12:39:22 +01:00
HashingSpeed Switched from old hashing functions to use Bob Jenkins' hash routine 2009-03-04 10:50:14 +01:00
HashPtrTable update copyrights for 2009 2008-12-31 19:01:56 +01:00
HashSet HashSet enhancement 2009-12-01 18:26:18 +01:00
HashTable HashTbl changes 2009-10-30 22:37:35 +01:00
HashTable2 rename xfer<T> class to Xfer<T> 2009-01-05 12:30:19 +01:00
HashTable3 Corrected test applications. 2009-11-20 12:40:19 +00:00
IndirectList coding style adherence 2009-11-27 15:39:14 +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 coding style adherence 2009-11-27 15:39:14 +01:00
liquid coding style adherence 2009-11-27 15:39:14 +01:00
List Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
Map coding style adherence 2009-11-27 15:39:14 +01:00
Matrix coding style adherence 2009-11-27 15:39:14 +01:00
maxMem use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
mesh coding style adherence 2009-11-27 15:39:14 +01:00
mkdir update copyrights for 2009 2008-12-31 19:01:56 +01:00
mvBak Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
NamedEnum coding style adherence 2009-11-27 15:39:14 +01:00
nearWallDist-wave pedantic changes: 'forAll (' -> 'forAll(' in applications/ 2009-12-03 14:12:08 +01:00
ODETest coding style adherence 2009-11-27 15:39:14 +01:00
OStringStream update copyrights for 2009 2008-12-31 19:01:56 +01:00
PackedList PackedBoolList specializaton for operator= 2009-12-03 16:33:58 +01:00
PackedList1 added another PackedListTest 2009-07-23 15:36:46 +02:00
PackedList2 Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
parallel Corrected test applications. 2009-11-20 12:40:19 +00:00
passiveParticle test app for passiveParticle 2009-08-11 22:53:47 +01:00
pointField use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
POSIX coding style adherence 2009-11-27 15:39:14 +01:00
prefixOSstream update copyrights for 2009 2008-12-31 19:01:56 +01:00
primitivePatch coding style adherence 2009-11-27 15:39:14 +01:00
pTraits coding style adherence 2009-11-27 15:39:14 +01:00
PtrList coding style adherence 2009-11-27 15:39:14 +01:00
quaternion Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
readCHEMKINIII pedantic changes: 'forAll (' -> 'forAll(' in applications/ 2009-12-03 14:12:08 +01:00
regex regIOobject, Hasher, IOobject tweak 2009-03-05 12:06:57 +01:00
router pedantic changes: 'forAll (' -> 'forAll(' in applications/ 2009-12-03 14:12:08 +01:00
sha1 moved SHA1::Digest class to SHA1Digest to allow forward declarations 2009-02-11 10:34:45 +01:00
simpleMatrix coding style adherence 2009-11-27 15:39:14 +01:00
sizeof commit existing sizeof test 2009-12-03 14:40:12 +01:00
slicedField Corrected test applications. 2009-11-20 12:40:19 +00: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 Better speed test with indirect addressing. 2009-06-23 20:44:27 +01:00
sphericalTensorField use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
StaticHashTable consistency update 2009-04-27 10:08:29 +02:00
string coding style adherence 2009-11-27 15:39:14 +01:00
stringList reworked stringListOps to improve the flexibility 2009-10-08 11:32:26 +02:00
symmTensorField use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
tensor use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
testPointEdgeWave coding style adherence 2009-11-27 15:39:14 +01:00
tmpField update copyrights for 2009 2008-12-31 19:01:56 +01:00
tokenizeTest Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
triTet use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
Tuple2 coding style adherence 2009-11-27 15:39:14 +01:00
UDictionary update copyrights for 2009 2008-12-31 19:01:56 +01:00
UIndirectListTest coding style adherence 2009-11-27 15:39:14 +01:00
vector Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
volField Corrected test applications. 2009-11-20 12:40:19 +00:00
volPointInterpolation interpolation mesh objects 2009-03-16 10:45:27 +00:00
wordRe regIOobject, Hasher, IOobject tweak 2009-03-05 12:06:57 +01:00
xfer rename xfer<T> class to Xfer<T> 2009-01-05 12:30:19 +01:00