ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / test / Hashing / hashingTests
blob442da54b3b9f21e71fdcf62931fc7ff50c385a11
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
11 stringList
13     "The quick brown fox jumps over the lazy dog"
14     "The best hash is the one you don't write yourself!"
18 labelList
20     0
21     1
22     100
23     1000
24     -1
25     -10
26     -100
29 labelListList
31     (0)
32     (0 0)
33     (0 0 0)
34     (0 1)
35     (100 1000)
36     (0 1 100 1000)
39 // edges are hashed commutatively
40 edgeList
42     (0 1)
43     (1 0)
44     (45 100)
45     (100 45)
46     (128 1000)
47     (1000 128)
50 // triFaces are also hashed commutatively (via multiply/add)
51 triFaceList
53     (10 20 30)
54     (30 20 10)
55     (20 10 30)
59 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //