From fefbe5972587cfac6acdeb5d74ef2a848795e140 Mon Sep 17 00:00:00 2001 From: Simon Candelaresi <10759273+SimonCan@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:20:13 +0100 Subject: [PATCH] Update docs/src/multi-physics_coupling.md Co-authored-by: Michael Schlottke-Lakemper --- docs/src/multi-physics_coupling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/multi-physics_coupling.md b/docs/src/multi-physics_coupling.md index 9cf16176304..6d7fc254d62 100644 --- a/docs/src/multi-physics_coupling.md +++ b/docs/src/multi-physics_coupling.md @@ -22,7 +22,7 @@ system B with $n$ variables $u_{B,j}$. We then define two coupling functions, one that transforms $u_A$ into $u_B$ and one that goes the other way. -In their minimal form they take the position vector `x` and state vector `u` +In their minimal form they take the position vector $x$ and state vector $u$ and return the transformed variables. Examples can be seen in `examples/structured_2d_dgsem/elixir_advection_coupled.jl`.