cutoff radius definition
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | active | cutoff is active? |
|||
real(kind=rk), | private | :: | length | cutoff values |
|||
real(kind=rk), | private | :: | r_min | cutoff start |
|||
real(kind=rk), | private | :: | r_max | cutoff end |
|||
logical, | private | :: | linear | linear behavior |
|||
logical, | private | :: | quadratic | quadratic behavior |