dealii

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

Github星跟蹤圖

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
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, Build Status, See https://travis-ci.org, 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://appveyor.com, CDash, cdash, Various builds and configurations on https://cdash.43-1.org/index.php?project=deal.II

主要指標

概覽
名稱與所有者dealii/dealii
主編程語言C++
編程語言CMake (語言數: 20)
平台
許可證Other
所有者活动
創建於2014-07-17 14:00:26
推送於2025-07-03 12:46:45
最后一次提交2025-07-03 14:46:44
發布數56
最新版本名稱v9.6.2 (發布於 2024-12-22 10:46:01)
第一版名稱v8.0.0 (發布於 2014-07-21 00:27:41)
用户参与
星數1.5k
關注者數81
派生數788
提交數65.1k
已啟用問題?
問題數3571
打開的問題數537
拉請求數14227
打開的拉請求數91
關閉的拉請求數712
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?