CODI_executeNow
trigger CODI execution for selected time steps only
If some_function eveluates to 0 for the current time step, the whole
CODI-statement for the $material$ and the
%ind_PHI% will be skipped.
Example: execute only every 10th time cycle
CODI_executeNow($material$,%ind_PHI%) = ( [mod(real(
%NumberTimeStepsExecuted%),10)=0] )
default:
CODI_executeNow($material$,%ind_PHI%) = 1 -> always trigger
In the case of
CODI_eq , one can trigger the execution also by the third parameter, see there.