Mumerical method for solving differential equations
In mathematics, a multisymplectic integrator is a numerical method for the solution of a certain class of partial differential equations, that are said to be multisymplectic. Multisymplectic integrators are geometric integrators, meaning that they preserve the geometry of the problems; in particular, the numerical method preserves energy and momentum in some sense, similar to the partial differential equation itself. Examples of multisymplectic integrators include the Euler box scheme and the Preissman box scheme.
Multisymplectic equations
A partial differential equation (PDE) is said to be a multisymplectic equation if it can be written in the form
where
is the unknown,
and
are (constant) skew-symmetric matrices and
denotes the gradient of
. This is a natural generalization of
, the form of a Hamiltonian ODE.
Examples of multisymplectic PDEs include the nonlinear Klein–Gordon equation
, or more generally the nonlinear wave equation
, and the KdV equation
.
Define the 2-forms
and
by
where
denotes the dot product. The differential equation preserves symplecticity in the sense that
Taking the dot product of the PDE with
yields the local conservation law for energy:
where
The local conservation law for momentum is derived similarly:
where ![{\displaystyle {\begin{aligned}I(u)&={\tfrac {1}{2}}\omega (u_{x},u),\\[1ex]G(u)&=S(u)-{\tfrac {1}{2}}\omega (u_{t},u).\end{aligned}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/15d5555e1dbc7ab75c5c19a80bcbb4d0c184806c)
The Euler box scheme
A multisymplectic integrator is a numerical method for solving multisymplectic PDEs whose numerical solution conserves a discrete form of symplecticity. One example is the Euler box scheme, which is derived by applying the symplectic Euler method to each independent variable.
The Euler box scheme uses a splitting of the skew-symmetric matrices
and
of the form:
For instance, one can take
and
to be the upper triangular part of
and
, respectively.
Now introduce a uniform grid and let
denote the approximation to
where
and
are the grid spacing in the time- and space-direction. Then the Euler box scheme is
where the finite difference operators are defined by
The Euler box scheme is a first-order method, which satisfies the discrete conservation law
where ![{\displaystyle {\begin{aligned}\omega _{n,i}&=\mathrm {d} u_{n,i-1}\wedge K_{+}\,\mathrm {d} u_{n,i}\\[1ex]\kappa _{n,i}&=\mathrm {d} u_{n-1,i}\wedge L_{+}\,\mathrm {d} u_{n,i}.\end{aligned}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/aff789bc19ff4a4ad4eb4a59536f58e8531a61c9)
Preissman box scheme
Another multisymplectic integrator is the Preissman box scheme, which was introduced by Preissman in the context of hyperbolic PDEs. It is also known as the centred cell scheme. The Preissman box scheme can be derived by applying the Implicit midpoint rule, which is a symplectic integrator, to each of the independent variables. This leads to the scheme
where the finite difference operators
and
are defined as above and the values at the half-integers are defined by
The Preissman box scheme is a second-order multisymplectic integrator which satisfies the discrete conservation law
where ![{\displaystyle {\begin{aligned}\omega _{n,i}&=\mathrm {d} u_{n,i+1/2}\wedge K\,\mathrm {d} u_{n,i+1/2}\\[1ex]\kappa _{n,i}&=\mathrm {d} u_{n+1/2,i}\wedge L\,\mathrm {d} u_{n+1/2,i}.\end{aligned}}}](https://wikimedia.org/api/rest_v1/media/math/render/svg/c6d03c8fc57e029cf1afb0381622c9e729df76a8)
Notes
References