mod_simp3 Module

This subroutine does an integration from istart to iend of the real function f with an extended 3-point-simpson


Uses

    • mod_datatypes

Subroutines

public subroutine simp3(f, fint, istart, iend, drdi)

License
Creative Commons License
Category
numerical-tools, KKRhost

This subroutine does an integration from istart to iend of the real function f with an extended 3-point-simpson

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(*) :: f

Function to integrate

real(kind=dp), intent(out) :: fint

Integrated function

integer, intent(in) :: istart
integer, intent(in) :: iend
real(kind=dp), intent(in), dimension(*) :: drdi

Derivative dr/di