diff options
author | 2019-10-25 12:09:24 +0200 | |
---|---|---|
committer | 2019-10-25 12:09:24 +0200 | |
commit | 06ff9be518f86d73b7fd8056676e9a6c49b83f08 (patch) | |
tree | 18302f92609a4d6101d9a8088312e08faa265a63 /Source/WarpX.H | |
parent | e723d2f78b40dae713fabfebe15fdecbcd4e4296 (diff) | |
parent | d37100ff5f6eafd30167c463ca107dff10dbd9f4 (diff) | |
download | WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.tar.gz WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.tar.zst WarpX-06ff9be518f86d73b7fd8056676e9a6c49b83f08.zip |
Merge branch 'qed_bw_qs_factory_class' into qed_evolve_optical_depth
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 29b89686e..6ecc584a2 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -204,6 +204,8 @@ public: // This function does aux(lev) = fp(lev) + I(aux(lev-1)-cp(lev)). // Caller must make sure fp and cp have ghost cells filled. void UpdateAuxilaryData (); + void UpdateAuxilaryDataStagToNodal (); + void UpdateAuxilaryDataSameType (); // Fill boundary cells including coarse/fine boundaries void FillBoundaryB (); |