Newer
Older
This is version 2.5.0 of the PDELab library.
[PDELab][0] is a PDE solver toolbox built on top of DUNE, the [Distributed and Unified
Numerics Environment][1].
The main intention is to provide a good set of high-level abstractions to allow
for a reasonably quick development of simulation codes, while at the same time
offering the flexibility to implement new numerical methods and optimize for
specific simulation scenarios.
This package contains the PDELab library code. For application examples see the
companion package dune-pdelab-howto.
If you have downloaded a release tarball, you can find the autogenerated Doxygen
API documentation in doc/doxygen/html. Otherwise, you can build this documentation
yourself by calling "make doc". Note that you need Doxygen and GraphViz available at
configure time to be able to build the documentation.
If you need help, please ask on our [mailinglist][8]. Bugs can also be submitted
to the PDELab [bugtracker][9] instead.
Dependencies
------------
PDELab depends on the following software packages:
* DUNE core libraries (dune-common, dune-geometry, dune-grid, dune-istl,
dune-localfunctions) version 2.5.0, and their respective dependencies.
* The dune-typetree library, version 2.5.0. You can obtain a [source package][0] or
clone the [repository][10].
* PDELab's compiler requirements differ slightly from the underlying DUNE
libraries: We require at least GCC 4.7 in C++11 mode. PDELab should also work
with very recent versions of ICC (icpc 15.0.1+) and current clang (3.4+).
The following software is optional:
* [PETSc 3.3][5] - there is an experimental backend for PETSc vectors and
matrices. See [CHANGELOG.md][11] for details. WARNING: The PETSC backend is
* [Eigen 3.1.0][6] - there is an experimental backend for Eigen vectors and
matrices as well as some solvers. See [CHANGELOG.md][11] for details.
For a full explanation of the DUNE installation process please read
the [installation notes][2].
Steffen Müthing
committed
The PDELab library, headers and test programs are free open-source software,
dual-licensed under version 3 or later of the GNU Lesser General Public License
and version 2 of the GNU General Public License with a special run-time exception.
See the file [LICENSE.md][12] for full copying permissions.
Installation
------------
For installation instructions please see the [DUNE website][1].
[0]: http://www.dune-project.org/pdelab/
[1]: http://www.dune-project.org
[2]: http://www.dune-project.org/doc/installation-notes.html
[4]: http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license
[5]: http://www.mcs.anl.gov/petsc/
[6]: http://eigen.tuxfamily.org
[8]: http://lists.dune-project.org/mailman/listinfo/dune-pdelab
[9]: http://gitlab.dune-project.org/pdelab/dune-pdelab/issues
[10]: http://gitlab.dune-project.org/pdelab/dune-typetree
[11]: CHANGELOG.md
[12]: LICENSE.md