Parent Directory
|
Revision Log
|
Patch
revision 314 by jgs, Tue Dec 6 00:55:22 2005 UTC | revision 315 by jgs, Tue Dec 6 01:13:57 2005 UTC | |
---|---|---|
# | Line 137 for wh in [ContinuousFunction(msh),Funct | Line 137 for wh in [ContinuousFunction(msh),Funct |
137 | print "\nmindp:" | print "\nmindp:" |
138 | print arg.mindp() | print arg.mindp() |
139 | ||
140 | print "\nabs:" | #print "\nabs:" |
141 | print arg._abs() | #print arg._abs() |
142 | ||
143 | print "\nmaxval:" | print "\nmaxval:" |
144 | print arg._maxval() | print arg._maxval() |
# | Line 161 for wh in [ContinuousFunction(msh),Funct | Line 161 for wh in [ContinuousFunction(msh),Funct |
161 | print "\nsqrt" | print "\nsqrt" |
162 | print arg._sqrt() | print arg._sqrt() |
163 | ||
164 | print "\nneg" | #print "\nneg" |
165 | print arg._neg() | #print arg._neg() |
166 | ||
167 | print "\npos" | #print "\npos" |
168 | print arg._pos() | #print arg._pos() |
169 | ||
170 | print "\nsin" | print "\nsin" |
171 | print arg._sin() | print arg._sin() |
# | Line 212 for wh in [ContinuousFunction(msh),Funct | Line 212 for wh in [ContinuousFunction(msh),Funct |
212 | print "\nLsup" | print "\nLsup" |
213 | print arg._Lsup() | print arg._Lsup() |
214 | ||
print "\nLinf" | ||
print arg._Linf() | ||
215 | print "\nsup" | print "\nsup" |
216 | print arg._sup() | print arg._sup() |
217 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |