diff options
author | 2019-12-23 14:04:37 -0800 | |
---|---|---|
committer | 2019-12-23 14:04:37 -0800 | |
commit | 2ebae955f208d63fe781613cb511ff57b5da836a (patch) | |
tree | 08d29fc0954aeb1c539d9549ba00bad5080b6ada /Source/Diagnostics/ElectrostaticIO.cpp | |
parent | 4b5b142d63f047a94919e24b8849841560e7be15 (diff) | |
parent | db13c6aa943753b514479aa7e0049921937c8846 (diff) | |
download | WarpX-2ebae955f208d63fe781613cb511ff57b5da836a.tar.gz WarpX-2ebae955f208d63fe781613cb511ff57b5da836a.tar.zst WarpX-2ebae955f208d63fe781613cb511ff57b5da836a.zip |
Merge branch 'dev' into comm
Diffstat (limited to 'Source/Diagnostics/ElectrostaticIO.cpp')
-rw-r--r-- | Source/Diagnostics/ElectrostaticIO.cpp | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/Source/Diagnostics/ElectrostaticIO.cpp b/Source/Diagnostics/ElectrostaticIO.cpp index a023da0b7..332638cff 100644 --- a/Source/Diagnostics/ElectrostaticIO.cpp +++ b/Source/Diagnostics/ElectrostaticIO.cpp @@ -1,6 +1,3 @@ -#include <AMReX_MGT_Solver.H> -#include <AMReX_stencil_types.H> - #include <WarpX.H> #include <WarpX_f.H> @@ -98,24 +95,7 @@ WritePlotFileES (const amrex::Vector<std::unique_ptr<amrex::MultiFab> >& rho, } } - Vector<std::string> particle_varnames; - particle_varnames.push_back("weight"); - - particle_varnames.push_back("momentum_x"); - particle_varnames.push_back("momentum_y"); - particle_varnames.push_back("momentum_z"); - - particle_varnames.push_back("Ex"); - particle_varnames.push_back("Ey"); - particle_varnames.push_back("Ez"); - - particle_varnames.push_back("Bx"); - particle_varnames.push_back("By"); - particle_varnames.push_back("Bz"); - - Vector<std::string> int_names; - - mypc->Checkpoint(plotfilename, particle_varnames, int_names); + mypc->Checkpoint(plotfilename); WriteJobInfo(plotfilename); |