Skip to content

Commit

Permalink
Fix a typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Jan 11, 2024
1 parent 98f2a02 commit ccd8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elliptic/DiscontinuousGalerkin/DgOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
* u^* &= \frac{1}{2} \left(u^\mathrm{int} + u^\mathrm{ext}\right) \\
* (n_i F^i)^* &= \frac{1}{2} n_i \left(
* F^i_\mathrm{int} + F^i_\mathrm{ext} \right)
* - \sigma n_i F^i(n_j (u^\mathrm{int} - u^\mathrm{ext})) \right)
* - \sigma n_i F^i(n_j (u^\mathrm{int} - u^\mathrm{ext}))
* \f}
*
* Note that \f$n_i\f$ denotes the face normal on the "interior" side of the
Expand Down

0 comments on commit ccd8781

Please sign in to comment.