openfoam/applications/test
Mark Olesen b7c85357d5 ENH: added binary IO for PackedList and compact ASCII format
The compact ASCII format is a block of index/value tuples for the
non-zero entries:

    { (index1 value1) (index2 value2) (index3 value3) }

For PackedList<1>, and thus PackedBoolList, the compact ASCII format is
a block of indices for the non-zero entries:

    { index1 index2 index3 }

Thus either of the following could be used - for PackedList<2>:

  - a list of all values:
        16(0 3 0 2 0 0 3 1 0 0 0 0 0 0 0 1)

  - a block of index/value tuples:
        {(1 3) (3 2) (7 3) (8 1) (15 1)}

For PackedList<1> and PackedBoolList, either of the following could be
used:

  - a list of all values, using any valid bool representation:
        16(0 1 0 true 0 0 t 1 0 n n 0 0 0 0 yes)

  - a block of the indices for non-zero entries:
        {1 3 7 8 15}
2010-09-15 10:20:39 +02:00
..
alloc Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
callback STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
CompactListList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
cyclic STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
dataEntry STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
delete STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
dictionary STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
Dictionary STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
dimensionedType STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
directMappedPatch STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
DLList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
DynamicField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
DynamicList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
ensightFoamReader STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
error STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
extendedStencil STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
Field STYLE: fix worst spacing violations for 'os <<' constructions 2010-04-13 17:45:49 +02:00
fieldDependency STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
fileName STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
fileNameClean STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
findCell-octree STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
findTimes STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
FixedList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
foamVersion STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
fvc STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
fvSolutionCombine STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
globalIndex STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
globalMeshData STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
graph STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
graphXi STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
Hashing STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
HashingSpeed STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
HashPtrTable STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
HashSet STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
HashTable STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
HashTable2 STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
HashTable3 STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
IndirectList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
io STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
ISLList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
IStringStream STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
LduMatrix STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
liquid STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
List STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
Map STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
Matrix STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
maxMem use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
mesh STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
mkdir STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
momentOfInertia STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
mvBak STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
NamedEnum STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
nearWallDist-wave STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
ODETest STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
OStringStream STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
PackedList ENH: added binary IO for PackedList and compact ASCII format 2010-09-15 10:20:39 +02:00
PackedList1 ENH: added binary IO for PackedList and compact ASCII format 2010-09-15 10:20:39 +02:00
PackedList2 STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
PackedList3 ENH: add IO support for PackedList, PackedBoolList 2010-08-09 17:27:09 +02:00
PackedList4 ENH: added binary IO for PackedList and compact ASCII format 2010-09-15 10:20:39 +02:00
parallel STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
passiveParticle STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
pointField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
Polynomial STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
POSIX STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
prefixOSstream STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
primitivePatch ENH: add operator[](const word&) as "find-by-name" to some classes 2010-04-29 10:12:35 +02:00
pTraits BUG: missing constructor for pTraits specializations 2010-06-15 18:23:49 +02:00
PtrList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
quaternion STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
readCHEMKINIII STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
regex STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
router STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
sha1 STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
simpleMatrix STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
sizeof STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
slicedField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
SLList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
sort STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
speed Better speed test with indirect addressing. 2009-06-23 20:44:27 +01:00
sphericalTensorField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
spline Corrected headers. 2010-06-23 16:54:54 +01:00
StaticHashTable STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
string STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
stringList STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
symmTensorField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
syncTools STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
tensor use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
testPointEdgeWave STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
tmpField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
tokenizeTest STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
triTet use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
Tuple2 STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
UDictionary STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
UIndirectListTest STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
vector Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
volField STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
volPointInterpolation STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
wordRe STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
xfer STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00