From c3eb6ea1efeff3910e8520d94e260d94367d68f7 Mon Sep 17 00:00:00 2001 From: David Grote Date: Mon, 19 Dec 2022 05:43:16 -0800 Subject: Clean up documentation (#3542) * Fix comments for documentation * More fixes to comments for documentation * Fixes in the doc files * Fix typo in parameters.rst --- Source/Parallelization/GuardCellManager.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Parallelization/GuardCellManager.H') 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, -- cgit v1.2.3