Borrar filtros
Borrar filtros

Discontinuous Galerkin Method 2D

10 visualizaciones (últimos 30 días)
Bilal ALAUDDIN
Bilal ALAUDDIN el 1 de Dic. de 2017
Respondida: Mukul Rao el 5 de Dic. de 2017
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 comentarios
Mukul Rao
Mukul Rao el 4 de Dic. de 2017
Hello, can you share why you need the discontinuous Galerkin method for this problem? What kind of discontinuity are you planning to model?
Bilal ALAUDDIN
Bilal ALAUDDIN el 5 de Dic. de 2017
Editada: Bilal ALAUDDIN el 5 de Dic. de 2017
Hello, thank you for your answer,
I forgot to give some extra indications : p=1 if y>=0 ans p=100 if y<0. Also, f= exp(x)-5*exp(x+2y)
I'm planning to model the IP model
Thank you for your help! :)

Iniciar sesión para comentar.

Respuestas (1)

Mukul Rao
Mukul Rao el 5 de Dic. de 2017
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.
See the specify coefficients by sub-domain documentation page for examples.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by