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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: aster
Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct@debian.org>,
Andrea Palazzi <palazziandrea@yahoo.it>,
Denis Laxalde <denis.laxalde@logilab.fr>,
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 8.0.0),
gfortran (>= 4.6),
gcc (>= 4.6),
openssh-client,
liblapack-dev,
libblas-dev,
libhdf5-mpi-dev,
libmed-dev (>= 3.0),
libmedc-dev (>= 3.0),
python-all-dev,
python-all,
python-numpy,
libmumps-seq-dev (>= 4.10.0),
libmumps-ptscotch-dev (>= 4.10.0),
petsc-dev (>= 3.2),
libscotch-dev,
libptscotch-dev,
libscalapack-mpi-dev,
libblacs-mpi-dev,
mpi-default-dev,
Homepage: http://www.code-aster.org/
Vcs-Git: git://git.debian.org/git/debian-science/packages/aster
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/aster.git
Package: code-aster
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
code-aster-gui (>= 1.8.1-2),
code-aster-run (>= 1.8.1-2),
code-aster-mpi-engine (= ${binary:Version})
Suggests: eficas, gmsh, grace
Description: Code_Aster finite element program - metapackage
Code_Aster is a finite element solver for partial differential equations. It
is particularly suited to problems involving heat transfer, mechanics, fluids,
and fluid-structure interactions. It is the product of Electricité de France
(EDF) and is ISO 9001-certified.
.
This is the top-level Code Aster package. It ships configuration files, shared
data (such as the elements catalog) and the Python library used by the
underlying engine. Install also the suggested packages for a more complete
setup with other useful programs.
Package: code-aster-mpi-engine
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, omniidl
Suggests: eficas, gmsh, grace, metis-edf
Description: Code_Aster finite element program - parallel binary
Code_Aster is a finite element solver for partial differential equations. It
is particularly suited to problems involving heat transfer, mechanics, fluids,
and fluid-structure interactions. It is the product of Electricité de France
(EDF) and is ISO 9001-certified.
.
This package contains the parallel MPI solver.
Package: code-aster-test
Architecture: all
Depends: code-aster-mpi-engine, ${misc:Depends}
Description: Code_Aster finite element program - test files and examples
Code_Aster is a finite element solver for partial differential equations. It
is particularly suited to problems involving heat transfer, mechanics, fluids,
and fluid-structure interactions. It is the product of Electricité de France
(EDF) and is ISO 9001-certified.
.
This package contains the test files shipped in the directory astest.
#Package: homard
#Architecture: any
#Section: non-free/science
#Suggests: aster
#Description: Adaptive Meshing Software by Refinement and Unrefinement
# The HOMARD software carries out the adaptation of 2D/3D finite element
# or finite volume meshes by refinement and unrefinement techniques.
# .
# See http://www.code-aster.org/outils/homard/menu_homard.en.htm
# more details
|