Julieusa / code-gallery

A collection of codes based on deal.II contributed by deal.II users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-gallery

The code gallery is a collection of codes based on deal.II contributed by deal.II users. These codes typically solve problems more complicated than those in the deal.II tutorial. Their intention is to solve actual problems, rather than demonstrate particular aspects of deal.II. The code gallery is, however, cross linked from the set of tutorials.

Building the documentation

To build the doxygen documentation, simply check out the code gallery git repository into the main deal.II source directory (parallel to the examples, or doc directory), and then build the deal.II documentation as described in the readme. It will pick up the code gallery and create joint documentation for the tutorial and the code gallery.

Maintainance of contributed codes

The examples in the code-gallery of periodically adjusted so that they maintain compatibility with a "recent" version of the deal.II. This means that their implementation may be modified slightly in the process, breaking compatibility with older versions of deal.II. Older version of each contributed code may be attained by checking out the appropriate git commit of the code-gallery repository.

The minimum required version of deal.II for all code-gallery examples is 9.1.

About

A collection of codes based on deal.II contributed by deal.II users

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.1%Language:Gnuplot 6.2%Language:CMake 1.5%Language:TeX 1.4%Language:Python 0.5%Language:Shell 0.2%Language:C 0.1%