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 general classes for implementing spherical potentials and interpolated spherical potentials #424

Merged
merged 25 commits into from
Jul 16, 2020

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    25cc33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f3248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0418328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc02697 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    9004064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3202b86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275677a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca61fc View commit details
    Browse the repository at this point in the history
  5. Check after orbit integration whether the orbit went out of the inter…

    …polated range when using interpSphericalPotential
    jobovy committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    43ef8b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    2fee835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4f483b View commit details
    Browse the repository at this point in the history
  3. Add general way to implement spherical potentials in C (similar to El…

    …lipsoidalPotential, using the SphericalPotential way) and use this to implement interpSphericalPotential in C
    jobovy committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    b883029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a28a471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6028912 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51663d4 View commit details
    Browse the repository at this point in the history
  7. Implement spherical density using the Poisson equation if it's not ex…

    …plicitly implemented
    jobovy committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    feacb25 View commit details
    Browse the repository at this point in the history
  8. Implement rdens for interpSphericalPotential in both Python and C usi…

    …ng the Poisso =n eqn. at r < rmax and set to zero outside to avoid numerical issues
    jobovy committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3967855 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    441b592 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f0e9cd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    3dd8fc9 View commit details
    Browse the repository at this point in the history
  2. Fix amp -> _amp typo

    jobovy committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    87e2eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60b5bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9ad3be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    866fb6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e79b100 View commit details
    Browse the repository at this point in the history