代码搜索:marching
找到约 135 项符合「marching」的源代码
代码结果 135
www.eeworm.com/read/403190/2314036
svn-base perform_fast_marching.m.svn-base
function [D,S,Q] = perform_fast_marching(W, start_points, options)
% perform_fast_marching - launch the Fast Marching algorithm, in 2D or 3D.
%
% [D,S,Q] = perform_fast_marching(W, start_points, op
www.eeworm.com/read/403190/2314038
svn-base toolbox_fast_marching.m.svn-base
% Toolbox Fast Marching - a toolbox for the computation of the Fast
% Marching algorithm both in 2D and 3D.
%
% The Fast Marching algorithm, introduced by Sethian (1996) is a numerical
% algorithm
www.eeworm.com/read/322319/13382618
plg pmew2d.plg
Build Log
--------------------Configuration: pmew2d - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\CFD\LO
www.eeworm.com/read/268105/11154334
n=120 out.d4.n=120
SETUPS: from
DATASETUP: from
MAIN: PROGRAM Heat-Transfer and ADI
ReadDATA: from
MAIN: HEATSRC[n1][n2]=HEATSRC@; (n1=4 & n2=3)
HEAT_TRANS: nt=60 nx=121 ny=121 id_nl=0
n
www.eeworm.com/read/268105/11154336
n=100 out.n=100
SETUPS: from
DATASETUP: from
MAIN: PROGRAM Heat-Transfer and ADI
ReadDATA: from
MAIN: HEATSRC[n1][n2]=HEATSRC@; (n1=4 & n2=3)
HEAT_TRANS: nt=100 nx=101 ny=101 id_nl=0
www.eeworm.com/read/403190/2314006
svn-base plot_fast_marching_mesh.m.svn-base
function plot_fast_marching_mesh(vertex,faces, D, paths, options)
% plot_fast_marching_mesh - plot the result of the fast marching on a mesh.
%
% plot_fast_marching_mesh(vertex,faces, D, paths, opt
www.eeworm.com/read/403190/2314014
svn-base perform_fast_marching_old.m.svn-base
function [D,S,Q] = perform_fast_marching(W, start_points, options)
% perform_fast_marching - launch the Fast Marching algorithm, in 2D or 3D.
%
% [D,S,Q] = perform_fast_marching(W, start_points, op
www.eeworm.com/read/403190/2314024
svn-base perform_fast_marching_mesh.m.svn-base
function [D,S,Q] = perform_fast_marching_mesh(vertex, faces, start_points, options)
% perform_fast_marching_mesh - launch the Fast Marching algorithm on a 3D mesh.
%
% [D,S,Q] = perform_fast_marchi
www.eeworm.com/read/268105/11154337
s2 out.d1.s2
SETUPS: from
DATASETUP: from
MAIN: PROGRAM Heat-Transfer and ADI
ReadDATA: from
MAIN: HEATSRC[n1][n2]=HEATSRC@; (n1=4 & n2=3)
HEAT_TRANS: nt=40 nx=41 ny=41 id_nl=0
ntr
www.eeworm.com/read/461240/7231214
m run_fdtd_time_marching_loop_2d.m
disp (['Starting the time marching loop']);
disp(['Total number of time steps : ' ...
num2str(number_of_time_steps)]);
start_time = cputime;
current_time = 0;
for time_step = 1:number_o