Lebedev Module


Uses


Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: integrationpoints = 110

Subroutines

public subroutine lebedevarray(theta_array, phi_array, weight_array)

Arguments

Type IntentOptional Attributes Name
double precision :: theta_array(integrationpoints)
double precision :: phi_array(integrationpoints)
double precision :: weight_array(integrationpoints)

public subroutine lebedevpoint(j, r1_current, r2_current, r3_current, weight_current)

Arguments

Type IntentOptional Attributes Name
integer :: j
double precision :: r1_current
double precision :: r2_current
double precision :: r3_current
double precision :: weight_current