maxwellian_derivation_procedures Submodule

Contains module procedures associated with the Maxwellian derivation class


Uses


Module Functions

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

Arguments

Type IntentOptional Attributes Name
class(MaxwellianDerivation), 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 initMaxwellianDeriv(this, vSpaceObj)

Initialize Maxwellian derivation

Arguments

Type IntentOptional Attributes Name
class(MaxwellianDerivation), intent(inout) :: this
type(VSpace), intent(in) :: vSpaceObj