Skip to content

Commit 9745f6b

Browse files
authored
Update wave_sim-fenton.tex
1 parent fa40f57 commit 9745f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/wave_sim/wave_sim-fenton.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
The provided \texttt{FentonWave<N,Real>} class in \texttt{FentonWave.h}:
412412
\begin{itemize}[leftmargin=1.4em]
413413
\item uses the Eigen library for vectors and matrices;
414-
\item computes DCT-I transforms in \texttt{FentonFFT<N>::compute\_inverse\_cosine\_transform()};
414+
\item computes DCT-I transforms in \texttt{FentonFFT<N>::\\compute\_inverse\_cosine\_transform()};
415415
\item handles hyperbolic functions with numerically stable helpers \texttt{sinh\_by\_cosh} and \texttt{cosh\_by\_cosh};
416416
\item solves the dispersion relation for $\lambda$ via Newton iteration in \texttt{compute\_wavelength()};
417417
\item wraps up all physics (surface kinematics, velocities, pressure, energy flux, Stokes drift, etc.) in member functions;

0 commit comments

Comments
 (0)