@@ -21,13 +21,13 @@ namespace PEC {
2121 * \param[in,out] Efield Boundary values of tangential Efield are set to zero
2222 * \param[in] field_boundary_lo Boundary types of the "low" boundaries
2323 * \param[in] field_boundary_hi Boundary types of the "high" boundaries
24+ * \param[in] bc_type Boundary condition type to be applied
2425 * \param[in] ng_fieldgather number of guard cells used by field gather
2526 * \param[in] geom geometry object of level "lev"
2627 * \param[in] lev level of the Multifab
2728 * \param[in] patch_type coarse or fine
2829 * \param[in] ref_ratios vector containing the refinement ratios of the refinement levels
29- * \param[in] split_pml_field whether pml the multifab is the regular Efield or
30- * split pml field
30+ * \param[in] split_pml_field whether the MultiFab is the regular Efield or the split PML field
3131 */
3232 void ApplyPECtoEfield (
3333 std::array<amrex::MultiFab*, 3 > Efield,
@@ -45,11 +45,13 @@ namespace PEC {
4545 * \param[in,out] Bfield Boundary values of normal Bfield are set to zero.
4646 * \param[in] field_boundary_lo Boundary types of the "low" field boundaries
4747 * \param[in] field_boundary_hi Boundary types of the "high" field boundaries
48+ * \param[in] bc_type Boundary condition type to be applied
4849 * \param[in] ng_fieldgather number of guard cells used by field gather
4950 * \param[in] geom geometry object of level "lev"
5051 * \param[in] lev level of the Multifab
5152 * \param[in] patch_type coarse or fine
5253 * \param[in] ref_ratios vector containing the refinement ratios of the refinement levels
54+ * \param[in] split_pml_field whether the MultiFab is the regular Bfield or the split PML field
5355 */
5456 void ApplyPECtoBfield (
5557 std::array<amrex::MultiFab*, 3 > Bfield,
0 commit comments