Defining boundary condition and initial condition for PDE.
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to solve following 1D Burger's equation using pdepe. With the initial and boundary condition of 4. Unfortunately, I couldn't figure out how to define initial and boundary condition based on "Source" and "Flux" term explained in pdepe document help. x and t grid are as follows. v=0.2. x = linspace(0,2*pi,81); t = linspace(0,pi/8,20);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162747/image.png)
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Boundary Conditions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!