Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2D Vortex example to notebooks #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 6, 2023

  1. Add 2D Vortex example to notebooks

    This is adding a new 2D vortex example to PyClaw notebooks. This is example 2.2 in the paper https://www.global-sci.org/v1/cicp/issue/FULLPDF/9/807/paper.pdf?code=5PGikBxEljgnVQwsaSy7Hg%3D%3D . It demonstrates how to solve the 2D Euler equations for compressible gas dynamics with periodic boundary conditions and perturbations to the mean flow. This notebook compares the performance between classical Clawpack and SharpClaw WENO solvers. The problem is initiated in the issue clawpack/pyclaw#714.
    Christina-wg authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    88bdb1c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    1ac330c View commit details
    Browse the repository at this point in the history
  2. Updated 2D Vortex

    This changed the discrete L1-norm to continuous L1-norm for computing the error.
    Christina-wg authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0dd149c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    d31db81 View commit details
    Browse the repository at this point in the history
  2. Updated 2D Vortex

    Compared to the previous one, this file adds a new example which compares the performance of Clawpack with SharpClaw on a vortex moving a small time.
    Christina-wg authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a398ccf View commit details
    Browse the repository at this point in the history