Discontinuous Galerkin Method 2D
조회 수: 11 (최근 30일)
이전 댓글 표시
Hello everyone,
I try to find a discontinuous galerkin method solver of the simple equation :
- div(p(nabla(u))= f on omega u=g on the boundary
Where omega is a square [-1 1]*[-1 1] here with triangular meshes!
Thank you for your help! :)
댓글 수: 2
Mukul Rao
2017년 12월 4일
Hello, can you share why you need the discontinuous Galerkin method for this problem? What kind of discontinuity are you planning to model?
답변 (1개)
Mukul Rao
2017년 12월 5일
Hi Bilal, you could model your domain as two rectangles sharing a common face at y = 0. You can then use the specifyCoefficients function to set different values of parameter "c" ( which corresponds to "p" in your equation), by face value.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!