Skip to content

Commit b1ce9f5

Browse files
committed
psc_shock: advect at speed 1
1 parent e03faa2 commit b1ce9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/psc_shock.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ static void run(int argc, char** argv)
908908
psc.bndf.background_e = background_e;
909909
psc.bndf.background_h = background_h;
910910
psc.bndf.radiation =
911-
new AdvectedPeriodicFields{mflds, v_upstream_y, background_e, background_h};
911+
new AdvectedPeriodicFields{mflds, 1.0, background_e, background_h};
912912

913913
psc.add_diagnostic(&outf);
914914
psc.add_diagnostic(&outp);

0 commit comments

Comments
 (0)