-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example for DG poisson #138
Comments
Hi Rem, |
Sounds good, happy to help. How about DG convection-diffusion though? The convection term doesn't add much difficulty (it's actually easier to understand than the diffusion term), and is often one of the main reasons to use DG. I could update this repo and use it as a starting point. I've also written a tutorial section on DG for convection-diffusion in my thesis which could be used too. |
Fine by me! |
Hopefully when @jpdean merges his MeshView assembly into DOLFINx. |
I thought we could "just" specify the jump over some internal boundaries? What is MeshView? |
You could, But you would Need to use a DG space for everything. I would like a part mesh Lagrange (continuous) coupled with a continuous solution on another subdomain (with discontinuity between them). |
Oh yes that would be the best!! Please keep me in the loop 🚀 |
@jorgensd @jpdean I think I'm almost there with my DG case, just having a hard time finding a tutorial for getting the weak form of the interface condition. Do you think this is something that could be added to a tutorial too? |
Hi @jorgensd
Are there plans to add a demo for solving the poisson equation using the DG method?
Thanks!
Rem
The text was updated successfully, but these errors were encountered: