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

Initial commit. #8

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

Commits on Nov 29, 2016

  1. Initial commit.

    radryandavis committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    e1c458e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Configuration menu
    Copy the full SHA
    a037a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    1d45f65 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Configuration menu
    Copy the full SHA
    064074f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    ef50dee View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Began a section to explain the numerical solution. Added an explanati…

    …on of the discretization with a figure.
    radryandavis committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    1fa9d40 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Added sections for MacCormack's Method explanation. Predictor and Cor…

    …rector Steps explained in detail.
    radryandavis committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    8816fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fcdfbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e60f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a58f06 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Added code for the numerical solution and the analytical solution. So…

    …me updates will be needed.
    radryandavis committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    0b7e8d6 View commit details
    Browse the repository at this point in the history
  2. Formatting test in MacCormack's Method: Predictor Step. Attempted to …

    …add space between equations.
    radryandavis committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    bb0eb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df2b9d7 View commit details
    Browse the repository at this point in the history
  4. Added computation of the relative L2 norm of the error in pressure, d…

    …ensity, and temperature.
    radryandavis committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    cfe9f63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d40d4 View commit details
    Browse the repository at this point in the history
  6. Updated a statement of the reference material for a function used to …

    …compute relative L2 error.
    radryandavis committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    6922184 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc52183 View commit details
    Browse the repository at this point in the history
  8. Added an introduction. Reformatted the section for the governing equa…

    …tions to use space more efficiently.
    radryandavis committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    0f6a726 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    127839c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Formatting update in MacCormack's Method: Predictor Step. Trying to a…

    …dd space between equations.
    radryandavis committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    9bf8292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4301b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e30221 View commit details
    Browse the repository at this point in the history
  4. Formatting update in MacCormack's Method: Predictor Step. Equations d…

    …isplay correctly in Jupyter Notebook, but not in the online Jupyter Notebook viewer.
    radryandavis committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4551948 View commit details
    Browse the repository at this point in the history
  5. Formatting update in Governing Equations. Energy equation displays pr…

    …operly in Jupyter Notebook on my computer but not in the online viewer.
    radryandavis committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4f52f1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3e2a49 View commit details
    Browse the repository at this point in the history
  7. Project re-organization to meet five page requirement. Some Python co…

    …de moved to supporting .py file.
    radryandavis committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    2538304 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fad2b9 View commit details
    Browse the repository at this point in the history