diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 9990a314f..08fe657b4 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -144,9 +144,13 @@ public: void EvolveB (int lev, amrex::Real dt); void EvolveF ( amrex::Real dt, DtType dt_type); void EvolveF (int lev, amrex::Real dt, DtType dt_type); + void EvolveB (int lev, PatchType patch_type, amrex::Real dt); + void EvolveE (int lev, PatchType patch_type, amrex::Real dt); + void EvolveF (int lev, PatchType patch_type, amrex::Real dt, DtType dt_type); void DampPML (); void DampPML (int lev); + void DampPML (int lev, PatchType patch_type); void PushParticlesandDepose (int lev, amrex::Real cur_time); void PushParticlesandDepose ( amrex::Real cur_time); @@ -253,11 +257,6 @@ private: void FillBoundaryE (int lev, PatchType patch_type); void FillBoundaryF (int lev, PatchType patch_type); - void EvolveB (int lev, PatchType patch_type, amrex::Real dt); - void EvolveE (int lev, PatchType patch_type, amrex::Real dt); - void EvolveF (int lev, PatchType patch_type, amrex::Real dt, DtType dt_type); - void DampPML (int lev, PatchType patch_type); - void OneStep_nosub (amrex::Real t); void OneStep_sub1 (amrex::Real t); |