Hello! Is there a code that solves for example du/dx + du/dy = 0 with a DG formulation?
I was wondering if there is any interest in creating a Space-Time DG method with deal.ii? The interesting aspects would be a larger temporal step and the ability to use Cuboids, or prisms, with the temporal domain included. This allows for adaptive mesh refinement throughout the temporal domain and solution interpolation is not needed (unless you increase the number of elements). The reason I haven't done this myself is because I'm new to DG methods and deal.ii in general. I have implemented this for a generalized weighted residual method with Chebyshev polynomials. but never with DG. It would be an interesting GitHub repository to start. If there exists a problem where for example du/dx + du/dy = 0 is solved, then x or y can be treated as the temporal domain and you can go from there. Best regards, Kristoffer -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/dcf5ee48-a13e-46a1-8594-51b87d312893n%40googlegroups.com.
