origen_casewrapper_m Module Reference

Origen_CaseWrapper_M Fortran module provides class Origen_CaseWrapper . More...

Data Types

type  origen_casewrapper
 

Functions/Subroutines

subroutine flip_time (nstep, time, flux)
 Invert time steps and flux array (for the adjoint calculation) More...
 

Detailed Description

Origen_CaseWrapper_M Fortran module provides class Origen_CaseWrapper .

Function/Subroutine Documentation

subroutine origen_casewrapper_m::flip_time ( integer, intent(in)  nstep,
real(c_double), dimension(0:nstep), intent(inout)  time,
real(c_double), dimension(1:nstep), intent(inout)  flux 
)

Invert time steps and flux array (for the adjoint calculation)

Parameters
[in]nstepnumber of steps
[in,out]timetime array
[in,out]fluxflux array

initial time

References depletion::deplete(), origen_iofunctions_m::origen_appendstateset(), origen_definitions_m::origen_concentrationunit_gatoms, origen_iofunctions_m::origen_loadstateset(), and origen_iofunctions_m::rstop().