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

P e r f o r m

a n

i n t e g r a l

v i a

a

4

p o i n t

i n t e g r a t i o n

f o r m u l a

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