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

Euler 3D examples with a test #444

Merged
merged 11 commits into from
Jul 24, 2014
Merged

Commits on Jul 3, 2014

  1. Create shocktube.py

    Example script for the 3D Euler equations with dimensional splitting.
    This example solves a 1D shocktube problem in a 3D domain.
    weslowrie committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    06b9a3a View commit details
    Browse the repository at this point in the history
  2. Create Sedov.py

    This is an example script for the 3D Euler equations with dimensional splitting.
    A fully 3D Sedov blast problem is solved.
    weslowrie committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    45bdac8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Update Sedov.py

    Made formatting changes to make code more readable.
    Added an argument to switch between split and unsplit methods, so that this example can be used with the rpt3_euler.f90 and rptt3_euler.f90 files that were recently edited.
    weslowrie committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    13a86e5 View commit details
    Browse the repository at this point in the history
  2. Update shocktube.py

    Modified code to make it more readable.
    weslowrie committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    5c0472a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Merge branch 'master' into euler_3d_examples

    * master:
      Add Travis badge to README.
      Add coverage badge to README.
      Update README.md
      Change path for logging configuration
      Remove petclaw's log.config file
      First attempt to use coveralls.io.
      hdf5 reader working (barely).
      More description of test parameters.
      Modify acoustics 2d variable test to be shorter
      Make psystem_2d tests run faster by using shorter time and smaller grid.
      Make 3D acoustics tests run faster by using smaller grid.
      Update version of hashdist that we rely on.
      Eliminate q_or_aux variable.
      Fix clawpack#426 (writing aux with PETSc leads to empty q file).
    ketch committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b34432b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Clean up 3D Euler examples.

    Initial Sedov problem with cell averages.
    ketch committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    fc5ad41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ead718 View commit details
    Browse the repository at this point in the history
  3. Remove debug print statement.

    ketch committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    76cf0c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Configuration menu
    Copy the full SHA
    de230f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into euler_3d_examples

    * master:
      Clean up some of the code and add more doc-strings
      Add normal CLI to quadrants example
      Update CHANGES.md for 5.2.0.
      Fix HashDist to 0.3 tag
      Correct solution.read docstring
    
    Conflicts:
    	src/pyclaw/solution.py
    ketch committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    45bc5b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215245e View commit details
    Browse the repository at this point in the history