summaryrefslogtreecommitdiff
path: root/debian/control
blob: a7b11eddccccaf6f4f46ddf1afc6946b8b7b5afe (plain)
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
Source: octave-bim
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissiere <rafael@debian.org>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-octave,
               libhdf5-openmpi-dev,
               octave-msh (>= 1.0.2-4)
Standards-Version: 4.3.0
Homepage: https://octave.sourceforge.io/bim/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-bim.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-bim
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-bim
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: PDE solver using a finite element/volume approach in Octave
 This package contains scripts for solving Diffusion Advection
 Reaction (DAR) Partial Differential Equations based on the Finite
 Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method
 (BIM) in Octave, a scientific computation software.
 .
 This Octave add-on package is part of the Octave-Forge project.