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

created my folder and project notebook #7

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

Commits on Nov 29, 2016

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

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    6ee15e7 View commit details
    Browse the repository at this point in the history
  2. doesn't work so well when I let p iterate until relaxing to specified…

    … tolerance. abandoning navier-stokes
    morrill committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    30af03d View commit details
    Browse the repository at this point in the history
  3. created file

    morrill committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c7d8890 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. have initial condition function and solving function, need to sort ou…

    …r initial and boundary conditions.
    morrill committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    fa9525f View commit details
    Browse the repository at this point in the history
  2. changed initial condition to be a Gaussian wave spread out over x dir…

    …ectiona and centered at top surface of box. It is working as intended
    morrill committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    d8e5cb9 View commit details
    Browse the repository at this point in the history
  3. all boundary and initial conditions should be correctly implemented, …

    …answer is highly unstable.
    morrill committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    c06e6a6 View commit details
    Browse the repository at this point in the history
  4. seeming more stable with low CFL and small dx and dy, odd behavior th…

    …ough, wave continues to plummet into negative.
    morrill committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    526f41e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8379f0f View commit details
    Browse the repository at this point in the history
  6. added image and style file

    morrill committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    34741a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc5f695 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. added new 2D stability condition for dt, changed g(x,y) to ones inste…

    …ad of zeros, still odd results.
    morrill committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    a031f90 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    d80a81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d799114 View commit details
    Browse the repository at this point in the history
  3. Still working on ICs and such

    morrill committed Dec 11, 2016
    Configuration menu
    Copy the full SHA
    40eda30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde7b17 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Configuration menu
    Copy the full SHA
    5e73008 View commit details
    Browse the repository at this point in the history
  2. Seems to be working correctly now. the boundaries of the first step w…

    …ere being set to zero, now they are set to the boundary values in the zeroth step, this may be wrong. contour plots not showing negative values.
    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    25730b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e000417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31f2b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f14ba08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0be8d42 View commit details
    Browse the repository at this point in the history
  7. image of stencil

    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    f69de15 View commit details
    Browse the repository at this point in the history
  8. update before cclost

    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    d1d7209 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab2d9f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d78e6a6 View commit details
    Browse the repository at this point in the history
  11. have 3D visualization working

    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    ab25fa0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2003ebf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    483e851 View commit details
    Browse the repository at this point in the history
  14. functions for Fourier series

    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    c08710d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6febec6 View commit details
    Browse the repository at this point in the history
  16. verification on the way!

    morrill committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    58979b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    e009640 View commit details
    Browse the repository at this point in the history
  2. 3D animation plots for comparing Fourier to leapfrog work. Was trying…

    … for grid convergence but I am giving up. Next version will be clean one.
    morrill committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    d6e0e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc14fc View commit details
    Browse the repository at this point in the history
  4. gave up on grid convergence. Everything is about right. needs conclus…

    …ion and trimming. maybe want to make another exact solution comparison.
    morrill committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0c51032 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c950ba8 View commit details
    Browse the repository at this point in the history
  6. have all functions for animation and initializeing animation plots in…

    … helper.py, all are functioning correctly except for for the one with 5 plots.
    morrill committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    f7fdc70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e38f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c05cac View commit details
    Browse the repository at this point in the history
  9. update working edition.

    morrill committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4901b96 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15cfc12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36df219 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. completed, now just proofing

    morrill committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    3dbe724 View commit details
    Browse the repository at this point in the history
  2. touched up preamble

    morrill committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    f924a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c0819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31a53ac View commit details
    Browse the repository at this point in the history
  5. cleaned up directory

    morrill committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    48978ef View commit details
    Browse the repository at this point in the history