tem_reduction_transient_update Subroutine

public subroutine tem_reduction_transient_update(me, res)

Apply time reduction on given res

Arguments

TypeIntentOptionalAttributesName
type(tem_reduction_transient_type), intent(inout) :: me

Time reduction data to update

real(kind=rk), intent(in) :: res(:)

Current values of the variable to reduce.


Calls

proc~~tem_reduction_transient_update~~CallsGraph proc~tem_reduction_transient_update tem_reduction_transient_update proc~tem_reduction_transient_reset tem_reduction_transient_reset proc~tem_reduction_transient_update->proc~tem_reduction_transient_reset

Called by

proc~~tem_reduction_transient_update~~CalledByGraph proc~tem_reduction_transient_update tem_reduction_transient_update proc~tem_opvar_reduction_transient_update tem_opVar_reduction_transient_update proc~tem_opvar_reduction_transient_update->proc~tem_reduction_transient_update

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: idx