File: control

package info (click to toggle)
auto-07p 0.9.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 15,728 kB
  • sloc: fortran: 22,693; f90: 19,768; python: 18,888; ansic: 11,144; sh: 4,038; makefile: 623; perl: 339
file content (28 lines) | stat: -rw-r--r-- 1,297 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
Source: auto-07p
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sergey B Kirpichev <skirpichev@gmail.com>
Build-Depends: debhelper (>= 9), gfortran, dh-python, python3-all-dev
Standards-Version: 4.5.0
Homepage: https://github.com/auto-07p/auto-07p
Vcs-Browser: https://salsa.debian.org/science-team/auto-07p
Vcs-Git: https://salsa.debian.org/science-team/auto-07p.git

Package: auto-07p
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: software for continuation and bifurcation problems in ODE
 AUTO can do a limited bifurcation analysis of algebraic systems
 of the form
   f(u,p) = 0,  f,u in Rn
 and of systems of ordinary differential equations of the form
   u'(t) = f(u(t),p),  f,u in Rn
 subject to initial conditions, boundary conditions, and integral
 constraints. Here p denotes one or more parameters. AUTO can also
 do certain continuation and evolution computations for parabolic
 PDEs.  It also includes the software HOMCONT for the bifurcation
 analysis of homoclinic orbits. AUTO is quite fast and can benefit
 from multiple processors; therefore it is applicable to rather
 large systems of differential equations.