Multi-dimensional isotropic bump function of the form exp{-1/(1-x^2)} with given min/max values.
More...
Multi-dimensional isotropic bump function of the form exp{-1/(1-x^2)} with given min/max values.
- See also
- WmICFunction_Bump
|
def | __init__ (self, name, center=None, width=None, minimum=None, maximum=None) |
|
◆ __init__()
def warpy.functions.bump.bump.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
center = None , |
|
|
|
width = None , |
|
|
|
minimum = None , |
|
|
|
maximum = None |
|
) |
| |
- Parameters
-
name | |
center | |
width | spacial width, or 2*x_max where bump(x_max)=0 |
minimum | minimum value of bump |
maximum | maximum value of bump |
The documentation for this class was generated from the following file: