diff options
Diffstat (limited to 'Source/FieldSolver')
-rw-r--r-- | Source/FieldSolver/WarpXPushFieldsEM.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Source/FieldSolver/WarpXPushFieldsEM.cpp b/Source/FieldSolver/WarpXPushFieldsEM.cpp index abffb7ab6..298b03dc6 100644 --- a/Source/FieldSolver/WarpXPushFieldsEM.cpp +++ b/Source/FieldSolver/WarpXPushFieldsEM.cpp @@ -332,14 +332,15 @@ WarpX::EvolveE (int lev, PatchType patch_type, amrex::Real a_dt) const Box& tey = mfi.tilebox(Ey_nodal_flag); const Box& tez = mfi.tilebox(Ez_nodal_flag); - amrex::Print()<< "== sigba.pml_type_array"<<std::endl; + // amrex::Print()<< "== sigba.pml_type_array"<<std::endl; const auto& pml_type = sigba[mfi].pml_type_array; - amrex::Print()<<"&pml_type = "<< &pml_type <<std::endl; - amrex::Print()<<"tex.loVect() = "<< tex.loVect() <<std::endl; - amrex::Print()<<"sigba[mfi].sigma[0].m_lo = "<< sigba[mfi].sigma[0].m_lo <<std::endl; + // amrex::Print()<<"&pml_type = "<< &pml_type <<std::endl; + // amrex::Print()<<"pml_type[0] = "<< pml_type[0] <<std::endl; + // amrex::Print()<<"tex.loVect() = "<< tex.loVect() <<std::endl; + // amrex::Print()<<"sigba[mfi].sigma[0].m_lo = "<< sigba[mfi].sigma[0].m_lo <<std::endl; // amrex::Print()<<"sigba[mfi].sigma[0].m_loVec() = "<< sigba[mfi].sigma[0].lo <<std::endl; - amrex::Print()<<"===== WRPX_PUSH_PML_EVEC ====="<<std::endl; + // amrex::Print()<<"===== WRPX_PUSH_PML_EVEC ====="<<std::endl; WRPX_PUSH_PML_EVEC( tex.loVect(), tex.hiVect(), tey.loVect(), tey.hiVect(), @@ -367,7 +368,7 @@ WarpX::EvolveE (int lev, PatchType patch_type, amrex::Real a_dt) &mu_c2_dt, #endif &dtsdx_c2, &dtsdy_c2, &dtsdz_c2); - amrex::Print()<<"===== WRPX_PUSH_PML_EVEC FIN ====="<<std::endl; + // amrex::Print()<<"===== WRPX_PUSH_PML_EVEC FIN ====="<<std::endl; if (pml_F) { WRPX_PUSH_PML_EVEC_F( |