
DOLFIN is the C++ interface of the FEniCS project for the Automation of Computational Mathematical Modeling (ACMM), providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms through FFC; automatic and efficient assembly of linear systems; and support for general families of finite elements.
License: GNU Lesser General Public License (LGPL)
Changes:
This release introduces shared pointer support in the Python interface, improved adaptive mesh refinement algorithms, and improved ODE solvers. A number of bugfixes and other improvements have been made.
More...