Heaviside step function.
More...
Heaviside step function.
- See also
- heaviside
|
def | __init__ (self, name, left, right, direction=None, center=None, transitionwidth=None) |
|
◆ __init__()
def warpy.functions.heaviside.heaviside.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
left, |
|
|
|
right, |
|
|
|
direction = None , |
|
|
|
center = None , |
|
|
|
transitionwidth = None |
|
) |
| |
- Parameters
-
name | |
direction | vector indicating normal of the step interface |
center | point on the shock interface |
neg | value on the side where (x-center).direction is negative ('LeftValue') |
pos | value on the side where(x-center).direction is positive ('RightValue') |
transitionwidth | width of smooth transition |
The documentation for this class was generated from the following file: