MATLAB 帮助中心
Calculate and plot convergence of FMM solver
Since R2021b
convergence(hsolver)
convergence(hsolver) calculates and plots convergence of the fast multipole method (FMM) solver defined in hsolver. The function calculates the convergence over the iterations and relative residual specified in the hsolver object.
hsolver
example
collapse all
Design a default parabolic reflector antenna.
m = reflectorParabolic;
Set the solver type of the parabolic reflector antenna to FMM.
m.SolverType = 'FMM';
Calculate the impedance of the parabolic reflector antenna at 10 GHz.
Z = impedance(m,10e9);
Access the FMM solver and set the relative residual to 1e-3.
s = solver(m); s.RelativeResidual = 1e-3;
Calculate and plot the convergence of the FMM solver for the parabolic reflector antenna.
convergence(s)
solver
Fast multipole method (FMM) solver, specified as a solver object.
Introduced in R2021b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处