What is the “pdentrp” function in the “pdepe” function?

조회 수: 7 (최근 30일)
Lanfeng Hua
Lanfeng Hua 2020년 1월 11일
댓글: feynman feynman 2024년 2월 13일
I want to know the specific function and code of the “pdentrp ” function. I searched for “help” and some network resources, but there was no gain. Can anyone help me?
V3SH{}I]]V9QY86R9GKK6KH.png

답변 (1개)

Josh Meyer
Josh Meyer 2020년 1월 30일
This is an internal, private helper function, so it does not have documentation beyond help text. You can access the file with the command
edit /MATLAB/toolbox/matlab/funfun/private/pdentrp.m
The help text for this function is:
%PDENTRP Interpolation helper function for PDEPE.
% [U,UX] = PDENTRP(M,XL,UL,XR,UR,XOUT) uses solution values UL at XL and UR at XR
% for successive mesh points XL < XR to interpolate the solution values U and
% the partial derivative with respect to x, UX, at arguments XOUT(i) with
% XL <= XOUT(i) <= XR. UL and UR are column vectors. Column i of the output
% arrays U, UX correspond to XOUT(i).
%
% See also PDEPE, PDEVAL, PDEODES.
  댓글 수: 1
feynman feynman
feynman feynman 2024년 2월 13일
what's the finite difference scheme for the interpolation of UX?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by