I need to implement a nonlinear periodic coupling within the same domain. In strong form, the problem is similar to Nonlinear Poisson with a periodic coupling:
where \Omega := \Omega_1\cup\Omega_2, \Omega_1 := (0, 1)\times (0, 2\pi), \Omega_2 := (0, 1)\times (2\pi, 4\pi), f: \Omega \to \mathbb{R} and q: \Omega \to \mathbb{R} are nonlinear.
Looking at a recent useful post, Long-range coupling, it’s looking like one way is to define a mapping T(x,y)=(x,y-2\pi), rewrite the problem as
and update fenicsx_ii to work with Nonlinear problems. But the example in the previous post is for disconnected domains. Am I thinking about this the right way, or is there a better way to do this?