PPT Slide
########################################################################
# Initializations and update structure
# Note: RNPL generated initialization routine will generate only
########################################################################
initialize r {[1:Nrho][1:Nz]:= sqrt(rho^2+z^2)}
initialize Phi{[1:Nrho][1:Nz]:= amp*exp(-((sqrt(rho^2+z^2)-r0)/delta)^2)}
Sample evolution produced by program compiled from the above RNPL code