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

Changelog

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

  * debian patch ufl_cellname2facetname.patch provides
    cellname2facetname, removed from ufl 2022.1.0 in PR#77.

 -- Drew Parsons <email address hidden>  Tue, 03 May 2022 23:37:10 +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-2.dsc 2.2 KiB 8d9b77e181016951dc05fc0f2a36d487b54ac48ce656dff925fa7644f9350965
ffc_2019.2.0~git20210714.a20cbe7.orig.tar.bz2 1.0 MiB 37f3db19feabb64b8d22e3f1686a9535f3ffff3eb32d683f12630e86b06287ea
ffc_2019.2.0~git20210714.a20cbe7-2.debian.tar.xz 9.9 KiB f8f5a16bb0e17cdaa7440a9c7c36b71c00af29bb241754b649d98c15a7a496ce

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.