ffc 1.3.0-2 source package in Ubuntu
Changelog
ffc (1.3.0-2) unstable; urgency=medium * Bump minimum required version for python-ufc to 2.3.0 and python-fiat, python-instant and python-ufl to 1.3.0. -- Johannes Ring <email address hidden> Fri, 10 Jan 2014 14:04:17 +0100
Upload details
- Uploaded by:
- Debian Science Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Science Team
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ffc_1.3.0-2.dsc | 1.9 KiB | 9b8235f86e635a64e052409e6f8b23c5b1a0def97368344068f46714f78de0cb |
ffc_1.3.0.orig.tar.gz | 255.6 KiB | f4215a210de45cbbeedd56260299c28cf9bd9502f1965e76ec2d7174cf2f3915 |
ffc_1.3.0-2.debian.tar.gz | 7.1 KiB | b99dc5853b1974c3e7940f273da8029602ba83a20f16f97078942b91efdf5744 |
Available diffs
- diff from 1.3.0-1 to 1.3.0-2 (542 bytes)
No changes file available.
Binary packages built by this source
- python-ffc: compiler for finite element variational forms
The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient
evaluation of general multilinear forms (variational formulations) for FEniCS.
FFC functions as the form evaluation system for DOLFIN but can also be used to
compile forms for other systems.
.
FFC works as a compiler for multilinear forms by generating code (C or C++)
for the evaluation of a multilinear form given in mathematical notation. This
new approach to form evaluation makes it possible to combine generality with
efficiency; the form can be given in mathematical notation and the generated
code is as efficient as hand-optimized code.