~ubuntu-branches/ubuntu/trusty/rheolef/trusty

« back to all changes in this revision

Viewing changes to AUTHORS

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito
  • Date: 2012-04-06 09:12:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120406091221-m58me99p1nxqui49
Tags: 6.0-1
* New upstream release 6.0 (major changes):
  - massively distributed and parallel support
  - full FEM characteristic method (Lagrange-Gakerkin method) support
  - enhanced users documentation 
  - source code supports g++-4.7 (closes: #667356)
* debian/control: dependencies for MPI distributed solvers added
* debian/rules: build commands simplified
* debian/librheolef-dev.install: man1/* to man9/* added
* debian/changelog: package description rewritted (closes: #661689)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Authors of Rheolef.
 
1
Author of Rheolef:
2
2
 
3
3
Pierre Saramito <Pierre.Saramito@imag.fr>
4
4
        Sparse matrix linear algebra and initial finite-element (fem) library.
5
 
        Reference manual and user's guide.
6
 
 
7
 
Jocelyn Etienne <Jocelyn.Etienne@ujf-grenoble.fr> 
 
5
        Maintainer and kernel functionalities developper.
 
6
        Reference manual and user's guide book.
 
7
 
 
8
----
 
9
 
 
10
Contributors to Rheolef:
 
11
 
 
12
Mahamar Dicko <mahamar.dicko@imag.fr>
 
13
        Equations on surface by banded level set methods.
 
14
 
 
15
Ibrahim Cheddadi <ibrahim.cheddadi@inria.fr>
 
16
        Dicontinuous Galerkin scheme for transport and time-dependent problems.
 
17
 
 
18
Jocelyn Etienne <jocelyn.etienne@ujf-grenoble.fr> 
 
19
        Characteristic method for transport and time-dependent problems.
8
20
        Axisymmetric forms in finite-element library.
9
 
        Characteristic method for transport and time-dependent problems.
 
21
 
 
22
Past contributors:
 
23
 
 
24
Lara Abouorm <lara_bouorm@hotmail.com>
 
25
        Equations on surface by banded level set methods.
 
26
 
 
27
Nicolas Roquet <nicolas.roquet@lcpc.fr>
 
28
        Bingham and Stokes : initial version of the flow solvers.
10
29
 
11
30
----
12
 
* The bamg mesh generator from Fr�d�ric Hecht <Frederic.Hecht@inria.fr> is
13
 
  included in the source tree for convenience (util/bamg).
 
31
 
 
32
Auxilliary code included in Rheolef:
 
33
 
 
34
* For convenience, Rheolef includes the bamg mesh generator
 
35
  from Fr�d�ric Hecht <Frederic.Hecht@inria.fr> (util/bamg).
14
36
 
15
37
* For optional quadruple precision, rheolef uses the doubledouble c++ class 
16
38
  from Keith Briggs <kmb28@cam.ac.uk> (util/doubledouble).
17
 
 
18
 
* For robust geometric predicates, rheolef uses the routines
19
 
  from Jonathan Richard Shewchuk <jrs@cs.berkeley.edu> (nfem/basis/predicates.cc)
20
 
  as described in "Adaptive precision floating-point arithmetic and fast robust
21
 
  geometric predicates", Discrete & computational geometry, 1997, 18:305-363