📄 perform_vf_integration.m
字号:
function M = perform_vf_integration(vf, dt,T_list, options )
% perform_vf_integration - perform a time integration of the vf
%
% M = perform_vf_integration(vf, dt, T_list, options );
%
% real(M(i,j,t)) is the X location of the point (options.posx(i),options.posy(j))
% at timestep T_list(t).
%
% The vf is assumed to be sampled at locations [1,...,n]^2 unless posx and posy are given.
%
% The integrator is a simple explicit euler, but it is very
% fast thanks to vectorization.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -