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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Source: madlib
Section: math
Priority: extra
Maintainer: Christophe Prud'homme <prudhomm@debian.org>
Build-Depends: cdbs, debhelper (>= 7), quilt, autotools-dev, libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so
Standards-Version: 3.8.3
Homepage: http://www.madlib.be
Vcs-Git: git://alioth.debian.org/git/pkg-scicomp/madlib.git
Vcs-Browser: http://git.debian.org/?p=pkg-scicomp/madlib.git
Package: libmadlib
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: mesh adaptation library
This package contains the dynamic libraries for MAdLib.
.
MAdLib is a library that performs global node repositioning and mesh
adaptation by local mesh modifications on tetrahedral or triangular
meshes. It is designed to frequently adapt the mesh in transient
computations. MAdLib is written in C++.
.
The adaptation procedure is driven by two objectives:
.
- make the edge lengths as close as possible to a (non-homogenous)
prescribed length,
.
- maintain a satisfying element quality everywhere.
.
MAdLib can be used in transient computations in order to maintain a
satisfying element quality (moving boundaries, multiphase flows with
interface tracking, ...) or/and to apply selective refinements and
coarsenings (error estimators based, interface capturing: shocks,
free surfaces, ...).
Package: libmadlib-dev
Section: libdevel
Architecture: any
Depends: libmadlib, ${shlibs:Depends}, ${misc:Depends}
Description: mesh adaptation library
This package contains the development files (headers, so and static
libraries) for MAdLib.
.
MAdLib is a library that performs global node repositioning and mesh
adaptation by local mesh modifications on tetrahedral or triangular
meshes. It is designed to frequently adapt the mesh in transient
computations. MAdLib is written in C++.
.
The adaptation procedure is driven by two objectives:
.
- make the edge lengths as close as possible to a (non-homogenous)
prescribed length,
.
- maintain a satisfying element quality everywhere.
.
MAdLib can be used in transient computations in order to maintain a
satisfying element quality (moving boundaries, multiphase flows with
interface tracking, ...) or/and to apply selective refinements and
coarsenings (error estimators based, interface capturing: shocks,
free surfaces, ...).
Package: libmadlib-dbg
Section: debug
Architecture: any
Depends: libmadlib, ${shlibs:Depends}, ${misc:Depends}
Description: mesh adaptation library
This package contains the debug symbols for MAdLib.
.
MAdLib is a library that performs global node repositioning and mesh
adaptation by local mesh modifications on tetrahedral or triangular
meshes. It is designed to frequently adapt the mesh in transient
computations. MAdLib is written in C++.
.
The adaptation procedure is driven by two objectives:
.
- make the edge lengths as close as possible to a (non-homogenous)
prescribed length,
.
- maintain a satisfying element quality everywhere.
.
MAdLib can be used in transient computations in order to maintain a
satisfying element quality (moving boundaries, multiphase flows with
interface tracking, ...) or/and to apply selective refinements and
coarsenings (error estimators based, interface capturing: shocks,
free surfaces, ...).
Package: madlib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: mesh adaptation library
This package contains the documentation, Examples and tutorial for
MAdLib.
.
MAdLib is a library that performs global node repositioning and mesh
adaptation by local mesh modifications on tetrahedral or triangular
meshes. It is designed to frequently adapt the mesh in transient
computations. MAdLib is written in C++.
.
The adaptation procedure is driven by two objectives:
.
- make the edge lengths as close as possible to a (non-homogenous)
prescribed length,
.
- maintain a satisfying element quality everywhere.
.
MAdLib can be used in transient computations in order to maintain a
satisfying element quality (moving boundaries, multiphase flows with
interface tracking, ...) or/and to apply selective refinements and
coarsenings (error estimators based, interface capturing: shocks,
free surfaces, ...).
|