r36939 - in /packages/rheolef/trunk/debian: control rules

saramito-guest at users.alioth.debian.org saramito-guest at users.alioth.debian.org
Wed Oct 13 10:12:51 UTC 2010


Author: saramito-guest
Date: Wed Oct 13 10:12:39 2010
New Revision: 36939

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36939
Log:
retouches

Modified:
    packages/rheolef/trunk/debian/control
    packages/rheolef/trunk/debian/rules

Modified: packages/rheolef/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/control?rev=36939&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/control (original)
+++ packages/rheolef/trunk/debian/control Wed Oct 13 10:12:39 2010
@@ -37,6 +37,8 @@
   - axisymetric problems
   - multi-regions and non-constant coefficients
   - axisymetric problems
+ .
+ Home page: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
 
 Package: librheolef-dev
 Section: libdevel
@@ -69,6 +71,8 @@
   - axisymetric problems
   - multi-regions and non-constant coefficients
   - axisymetric problems
+ .
+ Home page: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
 
 Package: librheolef-doc
 Section: doc
@@ -99,6 +103,8 @@
   - axisymetric problems
   - multi-regions and non-constant coefficients
   - axisymetric problems
+ .
+ Home page: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
 
 Package: rheolef-bin
 Section: math
@@ -134,3 +140,41 @@
  .
  Input and Output in various file format for meshes generators
  and numerical data visualization systems (mayavi, vtk, plotmtv, gnuplot).
+ .
+ Home page: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef
+
+Package: rheolef
+Section: math
+Architecture: i386
+Depends: librheolef5.90, librheolef-dev, librheolef-doc, rheolef-bin
+Suggests:
+Description: Finite elements for partial differential equations
+ Rheolef is a computer environment that serves as a convenient
+ laboratory for computations in applied mathematics, involving finite
+ element-like methods. It provides a set of unix commands and C++
+ algorithms and containers.
+ .
+ Containers covers first the classic graph data structure for sparse
+ matrix formats and finite element meshes.
+ .
+ An higher level of abstraction is provided by containers related to
+ approximate finite element spaces, discrete fields and bilinear forms.
+ .
+ .
+ Current applications cover
+ .
+  - Poisson problems in 1D 2D and 3D with P1 or P2 elements
+  - Stokes problems in 2D and 3D, with P2-P1 or P1 bubble-P1 elements
+  - linear elasticity in 2D and 3D, with P1 and P2 elements,
+ including the incompressible and nearly incompressible elasticity
+  - characteristic method for convection-difusion, time-dependent problems
+ and Navier-Stokes equations.
+  - auto-adaptive mesh based for 2D problems
+  - axisymetric problems
+  - multi-regions and non-constant coefficients
+  - axisymetric problems
+ .
+ Input and Output in various file format for meshes generators
+ and numerical data visualization systems (mayavi, vtk, plotmtv, gnuplot).
+ .
+ Home page: http://ljk.imag.fr/membres/Pierre.Saramito/rheolef

Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=36939&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules (original)
+++ packages/rheolef/trunk/debian/rules Wed Oct 13 10:12:39 2010
@@ -18,7 +18,7 @@
 LIBRHEOLEF=$(shell echo "librheolef$(VERSION)")
 LIBRHEOLEF_DEV=librheolef-dev
 LIBRHEOLEF_DOC=librheolef-doc
-RHEOLEF_RUNTIME=rheolef
+RHEOLEF_RUNTIME=rheolef-bin
 
 CFLAGS = -Wall -g
 




More information about the debian-science-commits mailing list