Skip to content

Commit

Permalink
Merge pull request #192 from RasmitDevkota/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jul 27, 2023
2 parents de90fba + a26d3e8 commit eaabf93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion examples/1D_laxshocktube/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Lax shock tube problem (1D)

Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.
Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.

## Initial Condition

![Initial Condition](initial.png)

## Result

![Result](result.png)
2 changes: 1 addition & 1 deletion examples/1D_laxshocktube/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'format' : 1,
'precision' : 2,
'prim_vars_wrt' :'T',
'parallel_io' :'T',
'parallel_io' :'F',
# ==========================================================================

# Patch 1 L ================================================================
Expand Down
Binary file added examples/1D_laxshocktube/initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/1D_laxshocktube/result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eaabf93

Please sign in to comment.