initInelData Interface

interface
private pure module subroutine initInelData(this, space, fixedEnergies, interpolationGrid)

Arguments

Type IntentOptional Attributes Name
class(InelasticGridData), intent(inout) :: this
type(VSpace), intent(in) :: space

Velocity space on which weights should be calculated

real(kind=rk), intent(in), optional, dimension(:) :: fixedEnergies

Energy values for fixed energy mappings

real(kind=rk), intent(in), optional, dimension(:) :: interpolationGrid

Energy values for mappings on the interpolation grid

Description

Inelastic grid data initialization routine