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

Fixes the RK4 time-stepper and the Diiffusion test module #98

Merged
merged 4 commits into from
Dec 27, 2018

Commits on Dec 26, 2018

  1. go back to v0.2.2

    navidcy committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    8c13461 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    9ae8735 View commit details
    Browse the repository at this point in the history
  2. fixes Diffusion test module test

    - fixes the calcN! function for constant diffusivity case
    - fixes the calcN! function ldiv --> mul for the case with varying diffusivity
    - adds a varying-diffusivity test case so that stepforward! calls calcN! instead of just L*sol
    navidcy committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    7fa72e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6b21d5 View commit details
    Browse the repository at this point in the history