Changes between Version 18 and Version 19 of u/erica/MusclHancock


Ignore:
Timestamp:
06/17/13 14:21:04 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/MusclHancock

    v18 v19  
    2828where u is the vector of conserved variables and f is the flux function. We solve this method adhering to the IVBP, the Riemann Problem, using the fully discrete, explicit, conservative formula:
    2929
    30 [[latex($ u_i^ {n+1} = u_i ^n + \frac{\delta t}{\delta x}[f_{i-1/2} - f_{i+1/2}]$)]]
     30[[latex($ u_i^ {n+1} = u_i ^n + \frac{\triangle t}{\triangle x}[f_{i-1/2} - f_{i+1/2}]$)]]
    3131
    3232To produce 2nd-order accuracy, an outline of the MH scheme is as follows.