NAME
Simulation_adjustEvolution
SYNOPSIS
Simulation_adjustEvolution( integer(IN) :: blkcnt, integer(IN) :: blklst(blkcnt), integer(IN) :: nstep, real(IN) :: dt, real(IN) :: stime )
DESCRIPTION
This routine is called every cycle. It can be used to adjust the simulation while it is running.
ARGUMENTS
blkcnt - number of blocks blklist - block list nstep - current cycle number dt - current time step length stime - current simulation time