/[ff3d]/ff3d/testsuite/meshed-outside.pl
ViewVC logotype

Diff of /ff3d/testsuite/meshed-outside.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ArceneL, Mon Aug 4 09:26:42 2003 UTC revision 1.3 by ArceneL, Fri Sep 19 15:24:19 2003 UTC
# Line 26  Line 26 
26  require 'check.ph';  require 'check.ph';
27    
28  DomainMeshCheck('outside(<1,0,0>)', << 'EOF');  DomainMeshCheck('outside(<1,0,0>)', << 'EOF');
29  -1,-1,-1:1  -1,-1,-1:0
30  -1,-1,0:1  -1,-1,0:0
31  -1,-1,1:1  -1,-1,1:0
32  -1,0,-1:1  -1,0,-1:0
33  -1,0,0:0  -1,0,0:1
34  -1,0,1:1  -1,0,1:0
35  -1,1,-1:1  -1,1,-1:0
36  -1,1,0:1  -1,1,0:0
37  -1,1,1:1  -1,1,1:0
38  0,-1,-1:1  0,-1,-1:0
39  0,-1,0:0  0,-1,0:1
40  0,-1,1:1  0,-1,1:0
41  0,0,-1:0  0,0,-1:1
42  0,0,0:0  0,0,0:1
43  0,0,1:0  0,0,1:1
44  0,1,-1:1  0,1,-1:0
45  0,1,0:0  0,1,0:1
46  0,1,1:1  0,1,1:0
47  1,-1,-1:1  1,-1,-1:0
48  1,-1,0:1  1,-1,0:0
49  1,-1,1:1  1,-1,1:0
50  1,0,-1:1  1,0,-1:0
51  1,0,0:0  1,0,0:1
52  1,0,1:1  1,0,1:0
53  1,1,-1:1  1,1,-1:0
54  1,1,0:1  1,1,0:0
55  1,1,1:1  1,1,1:0
56  EOF  EOF
57    
58  Report();  Report();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26