Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromdealii/dealii

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

License

NotificationsYou must be signed in to change notification settings

nfehn/dealii

 
 

Repository files navigation

deal.II is a C++ program library targeted at the computational solutionof partial differential equations using adaptive finite elements. It usesstate-of-the-art programming techniques to offer you a modern interfaceto 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 detailedReadME can be found at./doc/readme.htmland./doc/users/cmake.html or athttps://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.htmlor athttps://www.dealii.org/.

deal.II includes support for pretty-printing deal.II objects inside GDB.Seecontrib/utilities/dotgdbinit.py orthe new documentation page (under 'information for users') for instructionson 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 athttps://www.dealii.org.

Continuous Integration Status:

SystemStatusMore information
IndentBuild StatusSeehttps://travis-ci.org
LinuxBuild StatusSeehttps://jenkins.tjhei.info
MacOSBuild StatusSeehttps://jenkins.tjhei.info
MacOSBuild StatusSeehttps://github.com/dealii/dealii/actions
MSVCBuild statusSeehttps://appveyor.com
CDashcdashVarious builds and configurations onhttps://cdash.43-1.org/index.php?project=deal.II

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++96.1%
  • Roff2.2%
  • C0.6%
  • CMake0.4%
  • Cuda0.3%
  • Python0.1%
  • Other0.3%

[8]ページ先頭

©2009-2025 Movatter.jp