/[ff3d]/ff3d/testsuite/meshed-not-inside.pl
ViewVC logotype

Diff of /ff3d/testsuite/meshed-not-inside.pl

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

revision 1.3 by ArceneL, Fri Sep 19 15:24:19 2003 UTC revision 1.4 by ArceneL, Fri Oct 24 12:30:31 2003 UTC
# Line 25  Line 25 
25    
26  require 'check.ph';  require 'check.ph';
27    
28  # Note: '!inside(<1,0,0>)' gives exactly the same results as  DomainMeshCheck('!inside(<1,0,0>)',1, << 'EOF');
29  # 'inside(<1,0,0>)' because the external boundary, set to value 0 by  -1,-1,-1:1
30  # DomainMeshCheck, is always outside any object.  -1,-1,0:1
31    -1,-1,1:1
32  DomainMeshCheck('!inside(<1,0,0>)', << 'EOF');  -1,0,-1:1
33  -1,-1,-1:0  -1,0,0:0
34  -1,-1,0:0  -1,0,1:1
35  -1,-1,1:0  -1,1,-1:1
36  -1,0,-1:0  -1,1,0:1
37  -1,0,0:1  -1,1,1:1
38  -1,0,1:0  0,-1,-1:1
39  -1,1,-1:0  0,-1,0:0
40  -1,1,0:0  0,-1,1:1
41  -1,1,1:0  0,0,-1:0
42  0,-1,-1:0  0,0,0:0
43  0,-1,0:1  0,0,1:0
44  0,-1,1:0  0,1,-1:1
45  0,0,-1:1  0,1,0:0
46  0,0,0:1  0,1,1:1
47  0,0,1:1  1,-1,-1:1
48  0,1,-1:0  1,-1,0:1
49  0,1,0:1  1,-1,1:1
50  0,1,1:0  1,0,-1:1
51  1,-1,-1:0  1,0,0:0
52  1,-1,0:0  1,0,1:1
53  1,-1,1:0  1,1,-1:1
54  1,0,-1:0  1,1,0:1
55  1,0,0:1  1,1,1:1
 1,0,1:0  
 1,1,-1:0  
 1,1,0:0  
 1,1,1:0  
56  EOF  EOF
57    
58  Report();  Report();

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

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