This package browser is in early development. Mind the rough edges.

dealii

Finite element library

Deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. The main aim of deal.II is to enable rapid development of modern finite element codes, using among other aspects adaptive meshes and a wide array of tools often used in finite element programs.

Installation

Install the latest version of dealii as follows:

guix install dealii

Or install a particular version:

guix install dealii@9.6.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of dealii about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/dealii'><img src='https://packages.guix.gnu.org/packages/dealii/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/dealii/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/dealii)

Example Org:

[[https://packages.guix.gnu.org/packages/dealii][https://packages.guix.gnu.org/packages/dealii/badges/latest-version.svg]]