Skip to content
Snippets Groups Projects
Commit b55cda20 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update evaluateFarfieldSecondOrder.m

parent 042b1675
No related branches found
No related tags found
No related merge requests found
function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q) function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
% Calculates a discretized version of the Born farfield operator of second order %% EVALUATEFARFIELDSECONDORDER: Calculates a discretized version of the Born far field
% by using the composite trapezoidal rule for the outer integral and calculations % operator of second order by using the composite trapezoidal rule for the outer
% as suggested by Vainikko in order to approximate the individual Born farfields. % integral and calculations as suggested by Vainikko in order to approximate the
% individual Born farfields.
% %
% INPUT: kappa Wave number, >0. % INPUT: kappa Wave number, >0.
% sampling Structure containing information about the discretization. % sampling Structure containing information about the discretization.
...@@ -17,6 +18,8 @@ function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q) ...@@ -17,6 +18,8 @@ function [F] = evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
% %
% OUTPUT: F Born farfield operator of second order, nxhat*nd-array. % OUTPUT: F Born farfield operator of second order, nxhat*nd-array.
% %
% SYNTAX: evaluateFarfieldSecondOrder(k, sampling, objects, par, R, q)
%
% ************************************************************************************ % ************************************************************************************
kR = k * R; kR = k * R;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment