ffc 1.0-beta2-1 source package in Ubuntu

Changelog

ffc (1.0-beta2-1) unstable; urgency=low

  * New upstream release. This release includes some performance
    improvements for evaluating basis functions. It also adds support
    for Bessel functions and error functions.
  * debian/control: Bump version numbers for python-ufc, python-fiat,
    python-instant, and python-ufl.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  07 Nov 2011 10:02:28 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ffc_1.0-beta2.orig.tar.gz 3.0 MiB 511891247a52d38ef4571340882096ddc8bb5bce06b951087871ac08e9a29e74
ffc_1.0-beta2-1.debian.tar.gz 6.7 KiB 35a02c5fcce8fc7ea2a35c3d8a3dab7702e91ccef844918df640df70efbc07c5
ffc_1.0-beta2-1.dsc 2.0 KiB 89d7ac21fa5227c4336ba71c7fb4b5f7bfc0b2d158633ab5a412aada0e0a8a0c

Available diffs

View changes file

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.