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

WIP: Pytential + volumential as external operators #2028

Commits on Feb 18, 2021

  1. Set up connections, make interface for potentials

    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    dfad028 View commit details
    Browse the repository at this point in the history
  2. finished connections and pytential generic op

    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    83c1ac6 View commit details
    Browse the repository at this point in the history
  3. Split up interface into multiple files

    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4761f04 View commit details
    Browse the repository at this point in the history
  4. fix imports and begin fixing test

    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    64bf5b5 View commit details
    Browse the repository at this point in the history
  5. fixed circular import

    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    d3b5800 View commit details
    Browse the repository at this point in the history
  6. Make sure to ask for function space argument if density is not a func…

    …tion
    benSepanski committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    3674117 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Chasing down bugs

    benSepanski committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    960475e View commit details
    Browse the repository at this point in the history
  2. Chasing down more bugs

    benSepanski committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    07f5ce2 View commit details
    Browse the repository at this point in the history
  3. Trudging through UFL using test

    benSepanski committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    10f6c8d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. pass local_operands to ufl reconstruct

    benSepanski committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    0de1839 View commit details
    Browse the repository at this point in the history
  2. Pass kwargs to Potential

    benSepanski committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    8a40b9f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Fixed copy-paste error

    benSepanski committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    7c3d31d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. remove evaluator

    benSepanski committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    45c64e1 View commit details
    Browse the repository at this point in the history
  2. Make sure to use on_boundary not everywhere

    benSepanski committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8b7ce90 View commit details
    Browse the repository at this point in the history
  3. Broadcast pytential operation over arrays

    benSepanski committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1d8a8a3 View commit details
    Browse the repository at this point in the history
  4. Add module description

    benSepanski committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    921d9e3 View commit details
    Browse the repository at this point in the history
  5. cache connection on mesh

    benSepanski committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5dc8f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b311247 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. rearrange files for a clearer organization

    benSepanski committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    8361abe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

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