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
|
Author of Rheolef:
Pierre Saramito <Pierre.Saramito@imag.fr>
Sparse matrix linear algebra and initial finite-element (fem) library.
Maintainer and kernel functionalities developper.
Reference manual and user's guide book.
----
Contributors to Rheolef:
Mahamar Dicko <mahamar.dicko@imag.fr>
Equations on surface by banded level set methods.
Ibrahim Cheddadi <ibrahim.cheddadi@inria.fr>
Dicontinuous Galerkin scheme for transport and time-dependent problems.
Jocelyn Etienne <jocelyn.etienne@ujf-grenoble.fr>
Characteristic method for transport and time-dependent problems.
Axisymmetric forms in finite-element library.
Past contributors:
Lara Abouorm <lara_bouorm@hotmail.com>
Equations on surface by banded level set methods.
Nicolas Roquet <nicolas.roquet@lcpc.fr>
Bingham and Stokes : initial version of the flow solvers.
----
Auxilliary code included in Rheolef:
* For convenience, Rheolef includes the bamg mesh generator
from Frdric Hecht <Frederic.Hecht@inria.fr> (util/bamg).
* For optional quadruple or octuple precision, rheolef uses the
qd c++ code (util/qd) from
Yozo Hida U.C. Berkeley <yozo@cs.berkeley.edu>,
Xiaoye S. Li Lawrence Berkeley Natl Lab <xiaoye@nersc.gov>,
David H. Bailey Lawrence Berkeley Natl Lab <dhbailey@lbl.gov>.
* For optional quadruple precision, rheolef uses the older
doubledouble c++ code from Keith Briggs <kmb28@cam.ac.uk> (util/doubledouble).
|