dealii 9.6.0
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.
- Outputs:
doc
,out
- Website: https://www.dealii.org/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dealii 9.6.0
as follows:
guix install dealii@9.6.0
Or install the latest version:
guix install dealii
The dealii
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install dealii:doc
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.