Skip to content

Features: 4th-order accurate Burgers solver; Gnuplot animation script#26

Merged
rouson merged 2 commits into
mainfrom
burgers-1D
May 19, 2026
Merged

Features: 4th-order accurate Burgers solver; Gnuplot animation script#26
rouson merged 2 commits into
mainfrom
burgers-1D

Conversation

@rouson
Copy link
Copy Markdown
Contributor

@rouson rouson commented May 13, 2026

This PR

  1. Adds scalar_1D_t operators to support 4th-order Runge-Kutta (RK4) time advancement for the Burgers equation solver,
  2. Defaults the Burgers solver to 4th-order accuracy in space and time (RK4),
  3. Saves the solver output to example/scripts/burgers-order-4.dat, and
  4. Adds example/scripts/animate-burgers.gnuplot, a gnuplot script that creates an animated GIF of the analytical & numerical solutions.

rouson added 2 commits May 13, 2026 13:21
This commit
1. Adds scalar_1D_t operators to support 4th-order Runge-Kutta (RK4)
   time advancement for the Burgers equation solver,
2. Defaults the Burgers solver to RK4,
3. Saves the solver output to example/scripts/burgers-order-4.dat, and
4. Adds example/scripts/animate-burgers.gnuplot, which uses gnuplot
   to create an animated GIF of the analytical & numerical solutions.
@rouson rouson merged commit 23d9a6a into main May 19, 2026
13 checks passed
@rouson rouson deleted the burgers-1D branch May 19, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant