dolfin-tape provides tools for equilibrated-flux-reconstruction based a posteriori error estimation methods built on top of DOLFIN, and the FEniCS project. Theoretical references can be found within demo programs docstrings.
dolfin-tape needs
- DOLFIN compiled with with Python and PETSc.
- PETSc, petsc4py
- mpi4py
Run:
python setup.py install [--user]
or just prepend to your PYTHONPATH by:
source set_pythonpath.conf
The documentation currently consists only of this readme, class docstrings and demo programs. This will likely be improved in the future.
- Jan Blechta <blechta@karlin.mff.cuni.cz>
Copyright 2015-2016 Jan Blechta
dolfin-tape is licensed under GNU Lesser General Public License version 3
or any later version. The full text of the license can be found in files
COPYING
and COPYING.LESSER
.
dolfin-tape is hosted at https://github.com/blechta/dolfin-tape/