aboutsummaryrefslogtreecommitdiff
path: root/src/input/space3.input.pamphlet
blob: 7974fee768ef1ca0a2de709325d5a4396196aa4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input space3.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1991.
@
<<*>>=
<<license>>

-- test for ThreeSpace domain

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
closedCurve(space,[p0,p1,p2,p3])

closedCurve(space,[[1,1,1],[1,0,0],[0,0,0],[0,1,1]])

cspace := closedCurve([p0,p1,p2,p3])$(ThreeSpace DoubleFloat)

closedCurve cspace

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
closedCurve(space,[p0,p1,p2,p3])
closedCurve? space

curve(space,[p0,p1,p2,p3])
point(space,p0)
components(space)

space1 := create3Space()$(ThreeSpace DoubleFloat)
curve(space1,[p0,p1,p2,p3])
point(space1,p0)
space2 := point(p0)$(ThreeSpace DoubleFloat)
space3 := curve[p0,p1,p2]$(ThreeSpace DoubleFloat)
composite [space1,space2,space3]

curve(space,[p0,p1,p2,p3])
point(space,p0)
point(space,p1)
closedCurve(space,[p0,p1,p2])
composite [space1,space2,space3]
composites(space)

curve(space,[p0,p1,p2,p3])
point(space,p0)
space4 := copy space

curve(space,[p0,p1,p2])
point(space,p0)
sub := subspace(space)
spNew := create3Space(sub)$(ThreeSpace DoubleFloat)

curve(space,[p0,p1,p2,p3])

curve(space,[[1,1,1],[1,0,0],[0,0,0],[0,1,1]])

cspace := curve([p0,p1,p2,p3])$(ThreeSpace DoubleFloat)

curve cspace

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
curve(space,[p0,p1,p2,p3])
curve? space

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
closedCurve(space,[p0,p1,p2,p3])
curve(space,[p0,p1,p2,p3])
point(space,p0)
point(space,p3)
polygon(space,[p0,p1,p3])
polygon(space,[p0,p2,p3])
lllip(space)

closedCurve(space,[p0,p1,p2,p3])
curve(space,[p0,p1,p2,p3])
point(space,p0)
polygon(space,[p0,p1,p3])
llprop(space)
lprop(space)

closedCurve(space,[p0,p1,p2,p3])
curve(space,[p0,p1,p2,p3])
point(space,p0)
polygon(space,[p0,p1,p3])
lp(space)

enterPointData(space,[p0,p1,p2,p3])

)clear all

space1 := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
curve(space1,[p0,p1,p2,p3])
space2 := copy space1
point(space1,p3)
space3 := copy space1
curve(space3,[p0,p1,p2])
newSpace1 := merge [space1,space2,space3]
newSpace2 := merge(space2,space3)

space := create3Space()$(ThreeSpace DoubleFloat)
prop := new()$SubSpaceComponentProperty()
lprop := [prop, prop, prop]
mesh(space,[[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],lprop,prop)

mesh(space,[[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],lprop,prop)

mesh(space,[[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],closed?(prop),closed?(prop))
b := close(prop,true)
mesh(space,[[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],b,b)

mesh(space,[[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],closed?(prop),closed?(prop))
mesh(space,[[[1,1,1],[1,0,0],[0,0,0]],[[1,0,0],[0,0,0],[0,1,1]],[[1,1,1],[0,0,0],[0,1,1]]],closed?(prop),closed?(prop))

mesh(space,[[[1,1,1],[1,0,0],[0,0,0]],[[1,0,0],[0,0,0],[0,1,1]],[[1,1,1],[0,0,0],[0,1,1]]],b,b)

)clear all

p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)

space := mesh([[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]])$(ThreeSpace DoubleFloat)
space1 := mesh([[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]],false,false)$(ThreeSpace DoubleFloat)

)clear all

p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
space := mesh([[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]])$(ThreeSpace DoubleFloat)
mesh(space)
s := mesh([[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]])$(ThreeSpace DoubleFloat)
mesh(s)

space2 := create3Space()$(ThreeSpace DoubleFloat)
curve(space2,[p0,p1,p2,p3])
mesh?(space2)
s1 := mesh([[p0,p1,p2],[p1,p2,p3],[p0,p2,p3]])$(ThreeSpace DoubleFloat)
mesh?(s1)

i := enterPointData(space2,[p0,p1,p2,p3])::NNI
modifyPointData(space2,i,p2)

point(space2,p0)
curve(space2,[p0,p1,p2,p3])
numberOfComponents(space2)

)clear all

space1 := create3Space()$(ThreeSpace DoubleFloat)
numberOfComposites(space1)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
curve(space1,[p0,p1,p2,p3])
point(space1,p0)
space2 := point(p0)$(ThreeSpace DoubleFloat)
space3 := curve [p0,p1,p2]$(ThreeSpace DoubleFloat)
s := composite [space1,space2,space3]
numberOfComposites(s)

space := create3Space()$(ThreeSpace DoubleFloat)
point(space,p0)
curve(space,[p0,p1,p2,p3])
closedCurve(space,[p0,p1,p2])
objects space

)clear all

s := create3Space()$(ThreeSpace DoubleFloat)
p := point [1,1,1]$(Point DoubleFloat)
point(s,p)

point(s,[1,1,1])

p0 := point [1,0,0]$(Point DoubleFloat)
point(s,p)
i := enterPointData(s,[p0])::NNI
point(s,i)

p := point [1,1,1]$(Point DoubleFloat)
space := point(p)$(ThreeSpace DoubleFloat)

)clear all

s := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
curve(s,[p0,p0])
space1 := point(p0)$(ThreeSpace DoubleFloat)
point(space1)

)clear all

s := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
curve(s,[p0,p0,p0])
point? s
space := point(p0)$(ThreeSpace DoubleFloat)
point? space

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
polygon(space,[p0,p1,p2,p3])

polygon(space,[[1,1,1],[0,0,-1],[1,0,1]])

s := polygon([p0,p1,p2,p3])$(ThreeSpace DoubleFloat)

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
curve(space,[p0,p1,p2,p3])
s := polygon([p0,p1,p2,p3])$(ThreeSpace DoubleFloat)
polygon s

)clear all

space := create3Space()$(ThreeSpace DoubleFloat)
p0 := point [1,1,1]$(Point DoubleFloat)
p1 := point [1,0,0]$(Point DoubleFloat)
p2 := point [0,0,0]$(Point DoubleFloat)
p3 := point [0,1,1]$(Point DoubleFloat)
curve(space,[p0,p1,p2,p3])
polygon? space
s := polygon([p0,p1,p2,p3])$(ThreeSpace DoubleFloat)
polygon s

space1 := create3Space()$(ThreeSpace DoubleFloat)
sub := subspace(space1)
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}