&integrate
dt_integration = 1e-12,
start_time = 0,
finish_time = 5e-9,
status_interval = 128,
space_charge = 1
&end
Starts integration of equations for particles and fields
at a simulated time of 0, taking steps of 1ps, until reaching
5ns. Every 128 steps, status information is printed to the
screen. Space charge is included.
&integrate
double dt_integration = 0;
double start_time = 0;
double finish_time = 0;
long status_interval = -1;
long space_charge = 0;
long check_divergence = 0;
double smoothing_parameter = 0;
double J_filter_multiplier = 0;
long terminate_on_total_loss = 0;
STRING status_output = NULL;
STRING lost_particles = NULL;
&end