Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Sep 15, 2021
1 parent ea5b1f0 commit 66ba2fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
4 changes: 0 additions & 4 deletions Examples/Physics_applications/pulsar/inputs.corotating.3d.PM
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ plasma_p.momentum_function_ux(x,y,z) = "0.0"
plasma_p.momentum_function_uy(x,y,z) = "0.0"
## uz is always 0 for the injection methods above
plasma_p.momentum_function_uz(x,y,z) = "0.0"
#plasma_p.momentum_distribution_type = "constant"
#plasma_p.ux = 0.0
#plasma_p.uy = 0.0
#plasma_p.uz = 0.0
plasma_p.do_continuous_injection = 0
plasma_p.density_min = 1E0

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ USE_ASCENT_INSITU = FALSE
USE_OPENPMD = FALSE

WarpxBinDir = Bin
PULSAR = FALSE
PULSAR = TRUE

USE_PSATD = FALSE
USE_PSATD_PICSAR = FALSE
Expand Down
25 changes: 0 additions & 25 deletions Source/Diagnostics/ComputeDiagFunctors/PoyntingVectorFunctor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,28 +100,3 @@ PoyntingVectorFunctor::operator ()(amrex::MultiFab& mf_dst,

}


























0 comments on commit 66ba2fd

Please sign in to comment.