distribution_recenter Interface

interface
public subroutine distribution_recenter(this, x)

Arguments

Type IntentOptional Attributes Name
class(distribution), intent(inout) :: this

The distribution object.

real(kind=real64), intent(in) :: x

The value about which to recenter.

Description

Recenters the distribution about the supplied value.