ffc 2019.1.0.post0-2 source package in Ubuntu

Changelog

ffc (2019.1.0.post0-2) unstable; urgency=medium

  * Standards-Version: 4.4.0
  * drop python-ffc

 -- Drew Parsons <email address hidden>  Wed, 31 Jul 2019 12:38:03 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ffc_2019.1.0.post0-2.dsc 2.4 KiB c063870680f3bf02e9b4e4b3cbe57030df1f1fbfc13375ae7fb9f52fda14352a
ffc_2019.1.0.post0.orig.tar.gz 1.3 MiB 306e1179630200a34202975a5369194939b3482eebfc34bc44ad74dab1f109e8
ffc_2019.1.0.post0.orig.tar.gz.asc 488 bytes 8cd1ff478624eddee90da7295f6d2f0f090110cc2c507c56cf399799d71143e0
ffc_2019.1.0.post0-2.debian.tar.xz 9.0 KiB 9edc0bc9a2106f329e498356adebd7e5f732663d575e32d7a18fccc9af8a0779

Available diffs

No changes file available.

Binary packages built by this source

python3-ffc: compiler for finite element variational forms (Python 3)

 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.
 .
 This package installs the library for Python 3.