Skip to content

Commit

Permalink
Abs. value in formula (nonlinear schroedinger docu)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisawim committed Sep 22, 2023
1 parent 4305341 commit 4a39910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class nonlinearschroedinger_fully_implicit(nonlinearschroedinger_imex):
Example implementing the :math:`N`-dimensional nonlinear Schrödinger equation with periodic boundary conditions
.. math::
\frac{\partial u}{\partial t} = -i \Delta u + 2 c i abs(u)^2 u
\frac{\partial u}{\partial t} = -i \Delta u + 2 c i |u|2 u
for fixed parameter :math:`c` and :math:`N=2, 3`. The linear parts of the problem will be discretized using
``mpi4py-fft`` [1]_. For time-stepping, the problem will be solved *fully-implicitly*, i.e., the nonlinear system containing
Expand Down

0 comments on commit 4a39910

Please sign in to comment.