1. Source CodeΒΆ

The OpenSees source code is available to obtain from the OpenSees Github link. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Note

If you plan on collaborating or even using OpenSees as your base code it is highly recommended that you FORK this repo to your own account and work on it there. We will not allow anybody to push to the OpenSees Github link.

Warning

Only PULL requests from your FORK to the main repo will be considered AND they will only be considered if there are NO CONFLICTS.

Pull requests which cause CONFLICTS will be rejected out of hand as we have no time to reconcile them.

We strongly encourage you to get in the habit of keeping your FORK in synch with the main OpenSees repo on a regular basis to avoid said conflicts. This requires you to merge or rebase.