helmholtz2Dc2cAdjointf
This function computes the adjoint of the volume potential V(f),
,
using Fourier coefficients as input and output.
Note that the factor is added in intOpsFuncs.
Contents
See Also
Code
function u = helmholtz2Dc2cAdjointf(f, seti) u = conj(reshape(seti.kHat,seti.nCD,seti.nCD)).*f; end