代码搜索:accurate
找到约 951 项符合「accurate」的源代码
代码结果 951
www.eeworm.com/read/294695/8211043
m evolve_normal_weno.m
function [delta, H1_abs, H2_abs] = evolve_normal_WENO(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 5th order accurate WENO scheme.
%
% Author:
www.eeworm.com/read/294695/8211078
m evolve_vector_eno2.m
function [delta] = evolve_vector_ENO2(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 2nd order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/294695/8211086
m evolve_vector_eno3.m
function [delta] = evolve_vector_ENO3(phi, dx, dy, u_ext, v_ext)
%
% Finds the amount of evolution under a vector field
% based force and using 3rd order accurate ENO scheme
%
% Author: Baris Sum
www.eeworm.com/read/139650/13145071
m evolve_normal_eno3.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO3(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 3rd order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/139650/13145080
m evolve_normal_eno1.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO1(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 1st order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/139650/13145146
m evolve_normal_eno2.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO2(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 2nd order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/252304/12286731
c pj_mlfn.c
#ifndef lint
static const char SCCSID[]="@(#)pj_mlfn.c 4.5 95/07/06 GIE REL";
#endif
#include
/* meridinal distance for ellipsoid and inverse
** 8th degree - accurate to < 1e-5 meters whe
www.eeworm.com/read/37302/900955
m evolve_normal_eno3.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO3(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 3rd order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/37302/900957
m evolve_normal_eno1.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO1(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 1st order accurate ENO scheme
%
% Author: Ba
www.eeworm.com/read/37302/900980
m evolve_normal_eno2.m
function [delta, H1_abs, H2_abs] = evolve_normal_ENO2(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 2nd order accurate ENO scheme
%
% Author: Ba