Skip to content

Commit

Permalink
Update docstring AnalysisSurfaceIntegral (#2003)
Browse files Browse the repository at this point in the history
* Update docstring `AnalysisSurfaceIntegral`

* Update src/callbacks_step/analysis_surface_integral_2d.jl
  • Loading branch information
DanielDoehring authored Jul 5, 2024
1 parent b4eef6d commit 43900f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/callbacks_step/analysis_surface_integral_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# surface forces

"""
AnalysisSurfaceIntegral{Semidiscretization, Variable}(semi,
boundary_symbol_or_boundary_symbols,
variable)
AnalysisSurfaceIntegral{Variable, NBoundaries}(semi,
boundary_symbols::NTuple{NBoundaries, Symbol},
variable)
This struct is used to compute the surface integral of a quantity of interest `variable` alongside
the boundary/boundaries associated with particular name(s) given in `boundary_symbol`
Expand Down

0 comments on commit 43900f4

Please sign in to comment.