Skip to content
/ dealii Public
forked from dealii/dealii

The development repository for the deal.II finite element library.

License

Notifications You must be signed in to change notification settings

simfeld/dealii

This branch is 27601 commits behind dealii/dealii:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2017
Jul 23, 2017
Jun 12, 2017
Jul 26, 2017
Jul 17, 2017
Jul 31, 2017
Jul 31, 2017
Jul 31, 2017
Jun 2, 2017
Dec 20, 2015
Jul 26, 2015
Mar 30, 2017
Mar 5, 2017
Sep 22, 2014
Dec 23, 2016
May 30, 2016
Mar 23, 2017

Repository files navigation

What is deal.II?

deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. It uses state-of-the-art programming techniques to offer you a modern interface to the complex data structures and algorithms required.

For the impatient:

Let's say you've unpacked the .tar.gz file into a directory /path/to/dealii/sources. Then configure, compile, and install the deal.II library with:

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources
$ make install    (alternatively $ make -j<N> install)
$ make test

To build from the repository, execute the following commands first:

$ git clone https://github.com/dealii/dealii
$ cd dealii

Then continue as before.

A detailed ReadME can be found at ./doc/readme.html and ./doc/users/cmake.html or at http://www.dealii.org/.

Getting started:

The tutorial steps are located under examples/ of the installation. Information about the tutorial steps can be found at doc/doxygen/tutorial/index.html or at http://www.dealii.org/.

deal.II includes support for pretty-printing deal.II objects inside GDB. See contrib/utilities/dotgdbinit.py or the new documentation page (under 'information for users') for instructions on how to set this up.

License:

Please see the file ./LICENSE for details

Further information:

For further information have a look at ./doc/index.html or at http://www.dealii.org.

Continuous Integration Status:

Build Status

About

The development repository for the deal.II finite element library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.6%
  • Roff 2.7%
  • C 0.9%
  • CMake 0.4%
  • Fortran 0.1%
  • Cuda 0.1%
  • Other 0.2%