ffc 2019.2.0~git20210714.a20cbe7-1 source package in Ubuntu

Changelog

ffc (2019.2.0~git20210714.a20cbe7-1) unstable; urgency=medium

  * New upstream snapshot.
  * remove files from debian/copyright which are no longer present
  * Standards-Version: 4.6.0

 -- Drew Parsons <email address hidden>  Wed, 13 Apr 2022 17:17:27 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ffc_2019.2.0~git20210714.a20cbe7-1.dsc 2.2 KiB 52c764cc8aca7b7034f1601bb3a47c2fdbdccd78ca2dfb087a5604f8b5871e16
ffc_2019.2.0~git20210714.a20cbe7.orig.tar.bz2 1.0 MiB 37f3db19feabb64b8d22e3f1686a9535f3ffff3eb32d683f12630e86b06287ea
ffc_2019.2.0~git20210714.a20cbe7-1.debian.tar.xz 9.4 KiB 597e0136a15715ca415b3e5de5f513977189d82b6e399b9ad11b6eb61f0efa7a

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 legacy FFC library for Python 3.
 .
 You may want to consider installing python3-ffcx instead to get the
 next-generation FFC-X.