mod_rint4pts Module

Perform an integral via a 4-point integration formula.


Uses

    • mod_datatypes

Subroutines

public subroutine rint4pts(y, jtop, z)

License
Creative Commons License
Category
numerical-tools, dirac, KKRhost

Perform an integral via a 4-point integration formula

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(jtop) :: y

Function to be integrated

integer, intent(in) :: jtop

Y is tabulated from 1 to JTOP

real(kind=dp), intent(out), dimension(jtop) :: z

Integrated function