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 variable density tesseroids #269

Merged
merged 21 commits into from
Nov 15, 2021
Merged

Commits on Oct 22, 2021

  1. Add scipy to requirements

    santisoler committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b029fef View commit details
    Browse the repository at this point in the history
  2. Draft variable density tesseroids implementation

    Refactor tesseroid code by moving some functions to a new
    _tesseroid_utils.py file.
    Create a new _tesseroid_variable_density.py file with density-based
    discretization functions and with a gauss_legendre_quadrature function
    that works with variable density.
    Add new forward modelling functions for variable density tesseroids
    only.
    Add new example that makes use of variable density tesseroids.
    santisoler committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    dd1d970 View commit details
    Browse the repository at this point in the history
  3. Fix import on tests

    santisoler committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ea7f731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1abe841 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    e1433ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f2374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    128d35b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13cc8b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6457c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c28eac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe5a52a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eceb404 View commit details
    Browse the repository at this point in the history
  9. Fix pylint complains

    santisoler committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    0b8a691 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    e20831c View commit details
    Browse the repository at this point in the history
  2. Don't jit density function inside tesseroid_gravity

    The density function should be njit decorated by the user before passing
    it into `tesseroid_gravity`.
    santisoler committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f0feef2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5de6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9230023 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Nov 9, 2021

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

Commits on Nov 12, 2021

  1. Add introductory text to example

    Replace jit for njit decorator on example.
    santisoler committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    bbc8de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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