ufl 1:2022.2.0+legacy20230618.20a231f-1 source package in Ubuntu

Changelog

ufl (1:2022.2.0+legacy20230618.20a231f-1) unstable; urgency=medium

  * snapshot of upstream ufl_legacy branch
    - renames ufl_logger as "UFL_LEGACY" not "UFL"
    - applies ufl_legacy renaming patches
  * drop debian patch log_explicit_handler_only.patch to track
    upstream more closely (this patch is not needed after renaming the
    logger as "UFL_LEGACY")
  * update debian/copyright for ufl_legacy
  * debian/control: use https for upstream Homepage

 -- Drew Parsons <email address hidden>  Sat, 24 Jun 2023 13:39:58 +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
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ufl_2022.2.0+legacy20230618.20a231f-1.dsc 2.4 KiB d9dd390e6e197c524e3ae0fd38daa4d73d774bdec885c842e352b25ee87f3ffb
ufl_2022.2.0+legacy20230618.20a231f.orig.tar.gz 307.7 KiB 5e6f56014ded13a0be22ea4f6ad0a2d5342817cf5e53e0db99d668aa4e4c0f40
ufl_2022.2.0+legacy20230618.20a231f-1.debian.tar.xz 7.9 KiB f89300cf9ca2f40d52d68dd9757b520089338e1fb9620fbf0c5d8670c2ec00c2

No changes file available.

Binary packages built by this source

python-ufl-legacy-doc: documentation and demos for legacy UFL

 UFL (Unified Form Language) is a unified language for definition of
 variational forms intended for finite element discretization. More precisely,
 it defines a fixed interface for choosing finite element spaces and defining
 expressions for weak forms in a notation close to mathematical notation.
 The form compilers FFC and SyFi use UFL as their end-user interface,
 producing UFC implementations as their output.
 .
 This package contains documentation and demos for legacy (2022) UFL
 used by old ffc and dolfin. The python package is renamed ufl_legacy
 rather than ufl.

python3-ufl-legacy: legacy unified language for form-compilers (Python 3)

 UFL (Unified Form Language) is a unified language for definition of
 variational forms intended for finite element discretization. More
 precisely, it defines a fixed interface for choosing finite element
 spaces and defining expressions for weak forms in a notation close to
 mathematical notation. The form compilers FFC and SyFi use UFL as
 their end-user interface, producing UFC implementations as their
 output.
 .
 This package installs the legacy (2022) library for Python 3 used by
 the legacy FEniCS packages ffc and dolfin. The python package is
 renamed ufl_legacy rather than ufl.