helmholtz2Dr2rAdjoint
This function computes the adjoint of the volume potential V(f),
.
Note that the factor is added in intOpsFuncs and V is redefined.
Contents
See Also
Code
function uROI = helmholtz2Dr2rAdjoint(fROI, seti) uROI = restrictCDtoROI(ifft2(seti.kHat'.*fft2(extendROItoCD(fROI,seti.ROImask))),seti.ROImask); end