Skip to content

stephankramer/pyadjoint

Repository files navigation

Next generation dolfin-adjoint

This repository contains a full re-implementation of dolfin-adjoint that is currently under development.

The full documentation is available here

Installation

First install FEniCS or Firedrake

Then clone the repository:

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

and install with

pip install -r requirements.txt

Reporting bugs

If you found a bug, create an issue.

Contributing

We love pull requests from everyone.

Fork, then clone the repository:

git clone git@bitbucket.org:your-username/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages