Skip to content

Features: 4th-order accurate Burgers solver & animator#27

Merged
rouson merged 1 commit into
BerkeleyLab:mainfrom
rouson:burgers-1D
May 13, 2026
Merged

Features: 4th-order accurate Burgers solver & animator#27
rouson merged 1 commit into
BerkeleyLab:mainfrom
rouson: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,
  3. Saves the solver output to example/scripts/burgers-order-4.dat, and
  4. Adds example/scripts/animate-burgers.gnuplot script creates Burgers solver solution animations.

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 672411c into BerkeleyLab:main May 13, 2026
36 checks passed
@rouson rouson deleted the burgers-1D branch May 13, 2026 20:51
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