ffc 2019.2.0~legacy20230509.35df986-1 source package in Ubuntu

Changelog

ffc (2019.2.0~legacy20230509.35df986-1) unstable; urgency=medium

  * snapshot of upstream ufl_legacy branch
    - applies ufl_legacy renaming patches
    - applies debian patches pybind11_API_module.patch and
      ufl_cellname2facetname.patch

 -- Drew Parsons <email address hidden>  Sat, 24 Jun 2023 14:07:30 +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
Oracular release universe python
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ffc_2019.2.0~legacy20230509.35df986-1.dsc 2.3 KiB 9177a35569d559be7d29c302daf002660443ba4848ad9638ddd9d10a8c7855e2
ffc_2019.2.0~legacy20230509.35df986.orig.tar.bz2 1.0 MiB 5af83849f5981e32b1f6fb98597cb9dc49f33440c63d8e6e85ab7b4f9025dfcc
ffc_2019.2.0~legacy20230509.35df986-1.debian.tar.xz 9.5 KiB 2c61ba20b179c43b7bd4933c6005623b4757ab4b1abaca8b5663c3c83b258e69

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.