helmholtz3Dr2dataAdjoint

See the corresponding file for 2D case: helmholtz2Dr2dataAdjoint.html.

Contents

See Also

Code

function u = helmholtz3Dr2dataAdjoint(f, seti)
u = (seti.measKer')*(f.*seti.dSMeas);
% u = conj(seti.measKer.')*(f.*seti.dSMeas);
end