simple_derivation_procedures Submodule

Contains module procedures associated with the simple derivation class


Uses


Module Functions

module function calculateSimple(this, inputArray, indices) result(output)

Arguments

Type IntentOptional Attributes Name
class(SimpleDerivation), intent(inout) :: this
type(RealArray), intent(in), dimension(:) :: inputArray
integer(kind=ik), intent(in), dimension(:) :: indices

Return Value real(kind=rk), allocatable, dimension(:)


Module Subroutines

module subroutine initSimpleDeriv(this, varPowers, multConst)

Initialize simple derivation object

Arguments

Type IntentOptional Attributes Name
class(SimpleDerivation), intent(inout) :: this
real(kind=rk), intent(in), dimension(:) :: varPowers
real(kind=rk), intent(in), optional :: multConst