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

Changelog

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

  * debian patch ufl_2023_no_WARNING.patch manages ufl.log.WARNING,
    which was removed in ufl 2023.1.0. Treat as ERROR instead (which
    should be more constructive than treating as INFO).
  * Standards-Version: 4.6.2

 -- Drew Parsons <email address hidden>  Sun, 15 Jan 2023 14:10:17 +0100

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
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ffc_2019.2.0~git20210714.a20cbe7-3.dsc 2.2 KiB e01e06be6bfda8e5a4cd400e3a0162c8e90fffa85cfe04cdbd550b484da8d0b5
ffc_2019.2.0~git20210714.a20cbe7.orig.tar.bz2 1.0 MiB 37f3db19feabb64b8d22e3f1686a9535f3ffff3eb32d683f12630e86b06287ea
ffc_2019.2.0~git20210714.a20cbe7-3.debian.tar.xz 10.5 KiB b62e5aec9f64810cbae081c8f6fef41315f9f787bad42976df5c4cd00cda6e9e

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.