Parent Directory
|
Revision Log
|
Patch
revision 3946 by caltinay, Wed Aug 22 02:08:12 2012 UTC | revision 3947 by caltinay, Wed Aug 22 23:19:10 2012 UTC | |
---|---|---|
# | Line 19 __license__="""Licensed under the Open S | Line 19 __license__="""Licensed under the Open S |
19 | http://www.opensource.org/licenses/osl-3.0.php""" | http://www.opensource.org/licenses/osl-3.0.php""" |
20 | __url__="https://launchpad.net/escript-finley" | __url__="https://launchpad.net/escript-finley" |
21 | ||
22 | __all__ = ['Mapping', 'BoundedRangeMapping', 'ScalingMapping'] | |
23 | ||
24 | from esys.escript import inf, sup, log, tanh | from esys.escript import inf, sup, log, tanh |
25 | ||
26 | class Mapping(object): | class Mapping(object): |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |