Defines a Heaviside function, including Gibbs oscillations.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | center | The location of the jump |
|||
integer, | private | :: | order | Approximation order |
|||
real(kind=rk), | private | :: | left | Asymptotic function value left of the jump |
|||
real(kind=rk), | private | :: | right | Asymptotic function value right of the jump |