derivative Function

function derivative(f, dx)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:):: f
real(kind=wp), intent(in), dimension(:):: dx

Return Value real(kind=wp), dimension(1:size(f))


Called by

proc~~derivative~3~~CalledByGraph proc~derivative~3 derivative program~mhd1d_snd MHD1D_SND program~mhd1d_snd->proc~derivative~3

Contents

None