Skip to content

The algorithmic differentation tool pyadjoint and add-ons.

License

Notifications You must be signed in to change notification settings

salazardetroya/pyadjoint

 
 

Repository files navigation

The algorithmic differentation tool pyadjoint and add-ons

The full documentation is available here

Circle CI status: CircleCI

Installation

First install FEniCS or Firedrake

Then install the pyadjoint with: pip install git+https://bitbucket.org/dolfin-adjoint/pyadjoint.git@master

Reporting bugs

If you found a bug, create an issue.

Contributing

We love pull requests from everyone.

Fork, then clone the repository:

git clone https://bitbucket.org/dolfin-adjoint/pyadjoint.git

Make sure the tests pass:

py.test tests

Make your change. Add tests for your change. Make the tests pass:

py.test tests

Push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

  • Write tests.
  • Add Python docstrings that follow the Google Style.
  • Write good commit and pull request message.

License

This software is licensed under the GNU LGPL v3.

About

The algorithmic differentation tool pyadjoint and add-ons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%