quadratic_factors_deriv Subroutine

public subroutine quadratic_factors_deriv(r, rj_lo, rj_hi, dh_quadratic_dr)

Calculates the derivatives of the quadratic basis functions.

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: r

current position for r in the grid interval

real(kind=dp), intent(in) :: rj_lo

left edge of the grid interval

real(kind=dp), intent(in) :: rj_hi

right edge of the grid interval

real(kind=dp), intent(out) :: dh_quadratic_dr(4)

array containing the derivatives of the quadratic basis functions for this grid interval


Contents

None