ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / applications / test / Hashing / hashingTests
blob2e9d6fed48548c67ae85388d27a5f109b4556996
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 stringList
11     "The quick brown fox jumps over the lazy dog"
12     "The best hash is the one you don't write yourself!"
16 labelList
18     0
19     1
20     100
21     1000
22     -1
23     -10
24     -100
27 labelListList
29     (0)
30     (0 0)
31     (0 0 0)
32     (0 1)
33     (100 1000)
34     (0 1 100 1000)
37 // edges are hashed commutatively
38 edgeList
40     (0 1)
41     (1 0)
42     (45 100)
43     (100 45)
44     (128 1000)
45     (1000 128)
48 // triFaces are also hashed commutatively (via multiply/add)
49 triFaceList
51     (10 20 30)
52     (30 20 10)
53     (20 10 30)
57 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //