WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.functions.bump.bump Class Reference

Multi-dimensional isotropic bump function of the form exp{-1/(1-x^2)} with given min/max values. More...

Inheritance diagram for warpy.functions.bump.bump:

Detailed Description

Multi-dimensional isotropic bump function of the form exp{-1/(1-x^2)} with given min/max values.

See also
WmICFunction_Bump

Public Member Functions

def __init__ (self, name, center=None, width=None, minimum=None, maximum=None)
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.functions.bump.bump.__init__ (   self,
  name,
  center = None,
  width = None,
  minimum = None,
  maximum = None 
)
Parameters
name
center
widthspacial width, or 2*x_max where bump(x_max)=0
minimumminimum value of bump
maximummaximum value of bump

The documentation for this class was generated from the following file: