diff options
Diffstat (limited to 'Source/Parallelization')
-rw-r--r-- | Source/Parallelization/GuardCellManager.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Parallelization/GuardCellManager.H b/Source/Parallelization/GuardCellManager.H index 248a3dabf..35df85514 100644 --- a/Source/Parallelization/GuardCellManager.H +++ b/Source/Parallelization/GuardCellManager.H @@ -47,6 +47,8 @@ public: * \param do_pml_in_domain whether pml is done in the domain (only used by RZ PSATD) * \param pml_ncell number of cells on the pml layer (only used by RZ PSATD) * \param ref_ratios mesh refinement ratios between mesh-refinement levels + * \param use_filter whether filtering will be done + * \param bilinear_filter_stencil_length the size of the stencil for filtering */ void Init( const amrex::Real dt, |