代码搜索:accurate
找到约 951 项符合「accurate」的源代码
代码结果 951
www.eeworm.com/read/139650/13145076
m der_eno3_plus.m
function [data_x] = der_ENO3_plus(data, dx)
%
% Calculates the derivative (plus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: before
www.eeworm.com/read/139650/13145083
m der_eno2_plus.m
function [data_x] = der_ENO2_plus(data, dx)
%
% Calculates the derivative (plus) using
% second order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befor
www.eeworm.com/read/139650/13145098
m der_eno3_minus.m
function [data_x] = der_ENO3_minus(data, dx)
%
% Calculates the derivative (minus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befo
www.eeworm.com/read/139650/13145108
m der_eno2_minus.m
function [data_x] = der_ENO2_minus(data, dx)
%
% Calculates the derivative (minus) using
% second order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: bef
www.eeworm.com/read/139650/13145132
m der_eno1_plus.m
function [data_x] = der_ENO1_plus(data, dx)
%
% Calculates the derivative (plus) using
% first order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: before
www.eeworm.com/read/139650/13145183
m upwind_weno.m
function [data_x] = upwind_WENO(data, F, dx)
%
% Calculates the upwind derivative using
% fifth order accurate WENO scheme
% takes 1-D data
% data: input data
% F: force field
% dx: grid resolu
www.eeworm.com/read/139650/13145197
m der_eno1_minus.m
function [data_x] = der_ENO1_minus(data, dx)
%
% Calculates the derivative (minus) using
% first order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befo
www.eeworm.com/read/37302/900956
m der_eno3_plus.m
function [data_x] = der_ENO3_plus(data, dx)
%
% Calculates the derivative (plus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: before
www.eeworm.com/read/37302/900958
m der_eno2_plus.m
function [data_x] = der_ENO2_plus(data, dx)
%
% Calculates the derivative (plus) using
% second order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befor
www.eeworm.com/read/37302/900963
m der_eno3_minus.m
function [data_x] = der_ENO3_minus(data, dx)
%
% Calculates the derivative (minus) using
% third order accurate ENO scheme
% takes 1-D data
% data: input data
% dx: grid resolution
% Note: befo