Talk:MUSCL scheme

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Historical perspective[edit]

Maybe, it would be better to illustrate MUSCL more in original context of upwind Godunov schemes, as it is in famous van Leer's serial of papers, and not only in semi-discrete central Godunov schemes, which is quite new concept. But I also use it now in Kurganov-Tadmor variation. --Vladimír Fuka 17:07, 7 September 2006 (UTC)[reply]

Possibly. I will think about it. Griffgruff 11:24, 17 May 2007 (UTC)[reply]

Proper citation[edit]

Proper style of citation in Harvard system (author, date) is not to repeat author's name in parenthesis when it is used in the sentence , for example: ... as shown by Godunov (1959) ... contrary to ... as shown in (Godunov, 1959) ... See http://en.wikipedia.org/wiki/Harvard_system . If you don't mind, I will repair it. --Vladimír Fuka 16:54, 21 October 2006 (UTC)[reply]

Rusanov contribution[edit]

The Kurganov and Tadmor scheme starts with F* reconstruction using the local maximum of the flux jacobian . Isn't this exactly the same as the local Lax-Friedrichs method, originally described by Rusanov in J. Comp. Math. Phys. USSR, 1 (1961)? (Source: Randall J. LeVeque, Finite Volume Methods for Hyperbolic Problems, Cambridge Texts in Applied Mathematics, 2002, see pp. 232,233) --ArthurVanDam 15:25, 14 May 2007 (UTC)[reply]

Yes, you are correct. In fact Kurganov and Tadmor acknowledge this in their paper. I will shortly add someting to this effect. Thank you for your feedback and kind comments on my talk page. Griffgruff 11:22, 17 May 2007 (UTC)[reply]
Reference to Rusanov and local Lax-Friedrichs fluxes now included. Griffgruff 13:37, 18 May 2007 (UTC)[reply]

==Suggestion

  • I think the comparisons at the end for the analytic and 2nd order and the analytic and 3rd order are nice - but a three way comparison could yield a beter metric of comparison. I think you could use an iSNR analog to indicate the difference between the two approximations. iSNR=10*log_10(norm(analytic-2nd order)/norm(analytic-3rd order)).

Best wishes —Preceding unsigned comment added by 134.134.139.70 (talk) 20:48, 26 July 2010 (UTC)[reply]

Local propagation speed in the KT scheme[edit]

Currently the local propagation speed in the KT scheme is given as

However, in Eq. (3.2) of the original paper it is defined as

So instead of using the cell values they use the extrapolated ones. Am I missing something here? Or is this a mistake on the page? Arno Mayrhofer (talk) 04:01, 6 February 2015 (UTC)[reply]

Thank you for spotting this error, which I have now corrected. Graham W. Griffiths (talk) 09:58, 6 February 2015 (UTC)[reply]

Indices in formulas[edit]

In chapter Linear reconstruction

Formula


should be corrected to


In chapter Example: 1D Euler equations

Formula

should be corrected to

82.206.66.51 (talk) 16:09, 1 February 2016 (UTC)[reply]

I was having issues in my code due to the mistake mentioned just above this comment! After changing the indices in my own program, the time evolution was fixed. I second that these indices should be fixed! 216.165.95.1 (talk) 00:37, 19 February 2017 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified 4 external links on MUSCL scheme. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 03:32, 29 May 2017 (UTC)[reply]

Error in indexes[edit]

Hi all,

I think there is a mistake in the definition of the indexes in the chapter "Linear reconstruction". If I believe the book "Numerical Analysis Using R", the correct version should be

with

With these definitions, one actually has that , and therefore that , a property that is exploited by the code GEES linked on this page, where only is evaluated. This is not the case with the current version of the wikipage.