|
[Sponsors] |
Runge Kutta Discontinuous Galerkin procedure? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 21, 2011, 10:30 |
Runge Kutta Discontinuous Galerkin procedure?
|
#1 |
New Member
amey
Join Date: Apr 2011
Posts: 7
Rep Power: 15 |
Hello Friends
Can anyone explain me the detail, step by step procedure of Runge Kutta Discontinuous Galerkin Method with one example???? lets say for a simple scalar problem u_t+u_x=0 I am confused about the slope limiters, where to use it? and how they are making RK method as a TVD RK ? It will be a great help... |
|
June 8, 2011, 16:54 |
|
#2 |
New Member
Michael Woopen
Join Date: Nov 2010
Location: Aachen, Germany
Posts: 12
Rep Power: 15 |
Limiters are used for discontinuites. These appear in nonlinear equations (like Burgers or Euler equation). In your example u_t+u_x=0 the initial data is just convected along the x-axis with a constant velocity.
I would read the series of Cockburn and Shu introducing DG: The Runge-Kutta Discontinuous Galerkin Method for Conservation Laws |
|
June 9, 2011, 04:50 |
|
#3 |
New Member
amey
Join Date: Apr 2011
Posts: 7
Rep Power: 15 |
that means, limiters are used only in case of nonlinear equation (both Scalar and Vector) ? not in case of linear convection equation..
|
|
June 9, 2011, 05:04 |
|
#4 |
Super Moderator
|
See the book by Hesthaven. It has matlab code also. See
http://www.nudg.org Even linear pde might require limiters; if their data (ic and/or bc) is discontinuous, then the solution might be discontinuous. |
|
June 9, 2011, 05:34 |
hi praveen
|
#5 |
New Member
amey
Join Date: Apr 2011
Posts: 7
Rep Power: 15 |
Hi Praveen
I have seen your location..I am also from bangalore...is it possible to meet? I have so many doubts about the DG method...if you could explain, it will be really helpful to me... if possible, please send me your contact number at ameya.aero@gmail.com |
|
July 28, 2011, 16:52 |
Discontinuous finite element matlab programming
|
#6 |
New Member
gmathimatikos
Join Date: Jul 2011
Location: greece
Posts: 2
Rep Power: 0 |
Hi to the CDF community
I am a mathematician and I want to start programming (dis)continuous finite elements for conservation laws. Can anyone suggest to me books or lecture notes with algorithms and examples from where i can read and understand how to program this method in matlab or fortran. How to construct the mass matrix, the stiffness matrix how to compute the normal vectors in its triangle, how to numerically calculate the integrals, affine transformation, basis functions etc. Thanks |
|
July 29, 2011, 06:56 |
|
#7 |
Senior Member
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20 |
Hello,
if you want to do DG on triangles, check out the Book by Hesthaven and Warburton.... http://www.amazon.de/Nodal-Discontin...1933269&sr=8-1 Very concise! However, if you want to do DG on hexahedron (plus a lightning fast code), try http://www.amazon.de/Implementing-Sp...1933333&sr=1-1 Awesome, easy, newest trend in DG... Cheers! cfdnewbie |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Discontinuous Galerkin schemes -- fortran source code | diedro | Main CFD Forum | 3 | March 12, 2011 11:20 |
Runge Kutta Optimization | vasanth | Main CFD Forum | 6 | December 2, 2005 14:07 |
Discontinuous Galerkin for viscous Navier-Stokes | Junseok Kim | Main CFD Forum | 9 | September 15, 2004 11:17 |
Discontinuous Galerkin finite element method | Tony | Main CFD Forum | 0 | May 27, 2003 19:48 |
Diagonally Dominate Runge Kutta Method | Anthony Iannetti | Main CFD Forum | 0 | January 23, 2001 22:27 |