aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.H
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-25 12:09:24 +0200
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-10-25 12:09:24 +0200
commit06ff9be518f86d73b7fd8056676e9a6c49b83f08 (patch)
tree18302f92609a4d6101d9a8088312e08faa265a63 /Source/WarpX.H
parente723d2f78b40dae713fabfebe15fdecbcd4e4296 (diff)
parentd37100ff5f6eafd30167c463ca107dff10dbd9f4 (diff)
downloadWarpX-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.H2
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 ();