File: control

package info (click to toggle)
ffc 2019.2.0~git20210714.a20cbe7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,228 kB
  • sloc: cpp: 45,285; python: 27,903; sh: 11,386; ansic: 1,069; makefile: 499
file content (44 lines) | stat: -rw-r--r-- 1,766 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
Source: ffc
Section: python
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Johannes Ring <johannr@simula.no>, Drew Parsons <dparsons@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 3.5),
 python3-setuptools
Standards-Version: 4.6.2
Homepage: http://fenicsproject.org
Vcs-Git: https://salsa.debian.org/science-team/fenics/ffc.git
Vcs-Browser: https://salsa.debian.org/science-team/fenics/ffc

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