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

dangars/dealii

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

Folders and files

NameName
Last commit message
Last commit date
Dec 24, 2020
Aug 31, 2020
Dec 29, 2020
Sep 30, 2020
Dec 29, 2020
Dec 18, 2020
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020
Sep 3, 2020
May 5, 2020
Jun 9, 2018
Jan 13, 2020
Aug 15, 2019
May 11, 2020
Jul 27, 2019
May 8, 2020
Jun 4, 2018
Jul 10, 2019
Dec 10, 2020
Nov 25, 2019
Aug 27, 2020
Jul 27, 2019
May 12, 2020

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, ./doc/users/cmake_user.html, or at https://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 https://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.md for details

Further information:

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

Continuous Integration Status:

System Status More information
Indent indent using GitHub actions
Linux Build Status See https://jenkins.tjhei.info
MacOS Build Status See https://jenkins.tjhei.info
MacOS Build Status See https://github.com/dealii/dealii/actions
MSVC Build status See https://github.com/dealii/dealii/actions
Docker Build status See https://github.com/dealii/dealii/actions
CDash cdash Various builds and configurations on https://cdash.43-1.org/index.php?project=deal.II

Docker Images:

Docker images based on the Ubuntu operating system are available on Docker Hub. You can use any of the available version (list of available tags) by running, for example:

$ docker run --rm -t -i dealii/dealii:master-focal

The above command would drop you into an isolated environment, in which you will find the latest version of deal.II (master development branch) installed under /usr/local.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.1%
  • Roff 2.1%
  • C 0.6%
  • CMake 0.4%
  • Cuda 0.4%
  • Python 0.1%
  • Other 0.3%