Skip to content
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

davydden/dealii

 
 

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:

Configure compile and install the deal.II library with:

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/where/deal.II/should/be/intalled/to ..
$ make install    (alternatively $ make -j<N> install)
$ make test

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/ Information about the tutorial steps can be found at ./doc/doxygen/tutorial/index.html or at http://www.dealii.org/.

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++ 98.7%
  • C 1.0%
  • Objective-C 0.2%
  • Fortran 0.1%
  • MATLAB 0.0%
  • Assembly 0.0%