Installation:
-------------

To build and install the plasticity library do

$ scons install

in the top directory. This will build the library against the DOLFIN library and
install headers and the plasticity library in the DOLFIN directory.
Note that if you have installed DOLFIN locally (in for instance /home/user_name/)
you have to set the relevant variables first which is most easily done by

$ source /home/user_name/dolfin/dolfin.conf

To remove the plasticity library do

$ scons -c install

