From f9ab6427e0a90bfc02f7b2842f3aedaff1bacd2e Mon Sep 17 00:00:00 2001 From: Simon Candelaresi <10759273+SimonCan@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:20:35 +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 6d7fc254d62..4ca33e8da28 100644 --- a/docs/src/multi-physics_coupling.md +++ b/docs/src/multi-physics_coupling.md @@ -27,7 +27,7 @@ and return the transformed variables. Examples can be seen in `examples/structured_2d_dgsem/elixir_advection_coupled.jl`. -## Warning about Binary Compatibility +## Warning about binary compatibility Currently the coordinate values on the nodes can differ by machine precision when simulating the mesh and when splitting the mesh in multiple domains. This is an issue coming from the coordinate interpolation on the nodes.