Skip to content
Snippets Groups Projects
Commit 6dfd5c69 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

output particles without rhs

parent d35f5144
No related branches found
No related tags found
No related merge requests found
......@@ -107,13 +107,13 @@ int test_tracer_set<rnumber>::do_work(void)
MPI_COMM_WORLD,
"tracers0",
pset.getTotalNumberOfParticles(),
1);
0);
particles_output_writer_mpi->setParticleFileLayout(bla.getParticleFileLayout());
fti->set_field(vec_field);
trhs->setVelocity(fti);
particle_solver psolver(pset, 1);
particle_solver psolver(pset, 0);
psolver.Euler(0.001, *trhs);
psolver.setIteration(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment