A method for implementing absorbing boundary conditions is complex scaling, where the coordinate is rotated into the complex plane such that the plane waves exp(im*k*x) become exponentially damped. This is accomplished by simply evaluating all functions on the complex contour instead of the original domain (provided they can be analytically continued into the complex plane, of course). This does not work with the Inclusion machinery, since all indexing operations are checked and the domain given by the axes of the basis naturally does not include the complex plane.
What would be a nice way to implement this?