File: control

package info (click to toggle)
ffc 2019.2.0~legacy20230509.35df986-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,264 kB
  • sloc: cpp: 45,286; python: 27,889; sh: 11,386; ansic: 1,069; makefile: 497
file content (48 lines) | stat: -rw-r--r-- 2,018 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: ffc
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Johannes Ring <johannr@simula.no>,
           Drew Parsons <dparsons@debian.org>,
           Francesco Ballarin <francesco.ballarin@unicatt.it>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-dijitso,
               python3-fiat,
               python3-ufl-legacy
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/fenics/ffc
Vcs-Git: https://salsa.debian.org/science-team/fenics/ffc.git
Homepage: https://fenicsproject.org
Rules-Requires-Root: no

Package: python3-ffc
Architecture: all
Depends: python3-dijitso (>= ${fenics:Upstream-Version}),
         python3-dijitso (<< ${fenics:Next-Upstream-Version}),
         python3-fiat (>= ${fenics:Upstream-Version}),
         python3-fiat (<< ${fenics:Next-Upstream-Version}),
         python3-ufl-legacy (>= ${fenics:Upstream-Version}),
         python3-numpy,
         ${python3:Depends},
         ${misc:Depends}
Description: 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.