@brief Set the radial points and weights @param ptrad [inout] quadrature points @param wtrad [inout] quadrature weights @param rad_grid_type [in] type of radial grid @param rad_grid_type [in] which quadrature to map on the selected grid
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout) | :: | ptrad(nrad) | |||
real(kind=dp), | intent(inout) | :: | wtrad(nrad) | |||
integer, | intent(in) | :: | nrad | |||
integer, | intent(in) | :: | rad_grid_type | |||
integer, | intent(in), | optional | :: | map_grid |