Skip to content

Commit

Permalink
Update Source/ablastr/fields/PoissonSolver.H
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Jan 14, 2025
1 parent ff1d4b0 commit e73f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/PoissonSolver.H
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ inline void interpolatePhiBetweenLevels (
* \param[in] grids the grids per level (e.g., from AmrMesh)
* \param[in] grid_type Integer that corresponds to the type of grid used in the simulation (collocated, staggered, hybrid)
* \param[in] is_solver_igf_on_lev0 boolean to select the Poisson solver: 1 for FFT on level 0 & Multigrid on other levels, 0 for Multigrid on all levels
* \param[in] is_igf_2d boolean to select between fully 3D Poisson solver and quasi-3D, i.e. one 2D Poisson solve on every z slice (defulat: false)
* \param[in] is_igf_2d boolean to select between fully 3D Poisson solver and quasi-3D, i.e. one 2D Poisson solve on every z slice (default: false)
* \param[in] eb_enabled solve with embedded boundaries
* \param[in] do_single_precision_comms perform communications in single precision
* \param[in] rel_ref_ratio mesh refinement ratio between levels (default: 1)
Expand Down

0 comments on commit e73f82f

Please sign in to comment.