diff --git a/AUTHORS b/AUTHORS index 0ba040dbf..e65a837eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,48 +1,55 @@ -Copyright (©) 2010-2012, 2014 EPFL (Ecole Polytechnique Fédérale de Lausanne) +Copyright (©) 2010-2012, 2014, 2015 EPFL (Ecole Polytechnique Fédérale de Lausanne) Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides) Akantu is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Akantu is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Akantu. If not, see . Authors : - Nicolas Richart - Guillaume Anciaux - - Ramin Aghababaei + - Jean-François Molinari - Alejandro M. Aragón - - Fabian Barras - - Marion Estelle Chambart - - Dana Christen + - Alodie Schneuwly + - Aranda Ruiz Josue - Aurelia Isabel Cuba Ramos - - Lucas Frerot - - Sébastien Hartmann - - Jean-François Jerier - - Till Junge - - David Simon Kammer - - Thomas Menouillard - - Jean-François Molinari + - Benjamin Paccaud + - Clement Roux + - Cyprien Wolff + - Damien Scantamburlo + - Damien Spielmann + - Dana Christen - Daniel Pino Muñoz + - David Simon Kammer + - Fabian Barras + - Jaehyun Cho + - Jean-François Jerier + - Leonardo Snozzi + - Lucas Frerot + - Marco Vocialta + - Marion Estelle Chambart - Mathilde Radiguet - - Srinivasa Babu Ramisetti + - Mauro Corrado + - Nicholas Molyneaux + - Okan Yilmaz - Pedro Romero - - Alodie Schneuwly - - Leonardo Snozzi - - Damien Spielmann - Peter Spijker - - Seyedeh Mohadeseh Taheri Mousavi - - Marco Vocialta + - Ramin Aghababaei - Rui Wang - - Cyprien Wolff + - Sacha Laffely + - Seyedeh Mohadeseh Taheri Mousavi + - Srinivasa Babu Ramisetti + - Sébastien Hartmann + - Thomas Menouillard + - Till Junge - Vladislav Yastrebov - - Okan Yilmaz - - Mauro Corrado diff --git a/README b/README index 1f2cb8f0b..7e9214d8b 100644 --- a/README +++ b/README @@ -1,91 +1,84 @@ ================================================== _ _ | | | | __ _| | ____ _ _ __ | |_ _ _ / _` | |/ / _` | '_ \| __| | | | | (_| | < (_| | | | | |_| |_| | \__,_|_|\_\__,_|_| |_|\__|\__,_| ================================================== -Copyright (©) 2010-2012, 2014 EPFL (Ecole Polytechnique Fédérale de Lausanne) +Copyright (©) 2010-2012, 2014, 2015 EPFL (Ecole Polytechnique Fédérale de Lausanne) Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides) Akantu is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Akantu is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with Akantu. If not, see . ___________ COMPILATION There are two ways to compile Akantu. 1. You can compile it directly using cmake > mkdir build > cd build > ccmake .. > make -2. You can use the make file in Akantu's main directory. This make file -configure the cmake for you - - > make config - - Several options can be added to the configure script, they include: - - cc=[compiler] The C compiler used in cmake tests, default: gcc - - cxx=[compiler] The C++ compiler to use, default: g++ - - prefix=[path] Installation path, default: /usr/local - - shared=[bool] Build a shared library, default: true - - assert=[bool] Enable the assert macro, default: true - - doc=[bool] Configure to build the documentation, default: true - - build=[string] Build types: Debug, Release, RelWithDebInfo, MinSizeRel, - default: None ________ CONTACTS If you need some help to use Akantu you can contact use akantu@akantu.ch - _______ AUTHORS - Nicolas Richart - Guillaume Anciaux - - Ramin Aghababaei + - Jean-François Molinari - Alejandro M. Aragón - - Fabian Barras - - Marion Estelle Chambart - - Dana Christen + - Alodie Schneuwly + - Aranda Ruiz Josue - Aurelia Isabel Cuba Ramos - - Lucas Frerot - - Sébastien Hartmann - - Jean-François Jerier - - Till Junge - - David Simon Kammer - - Thomas Menouillard - - Jean-François Molinari + - Benjamin Paccaud + - Clement Roux + - Cyprien Wolff + - Damien Scantamburlo + - Damien Spielmann + - Dana Christen - Daniel Pino Muñoz + - David Simon Kammer + - Fabian Barras + - Jaehyun Cho + - Jean-François Jerier + - Leonardo Snozzi + - Lucas Frerot + - Marco Vocialta + - Marion Estelle Chambart - Mathilde Radiguet - - Srinivasa Babu Ramisetti + - Mauro Corrado + - Nicholas Molyneaux + - Okan Yilmaz - Pedro Romero - - Alodie Schneuwly - - Leonardo Snozzi - - Damien Spielmann - Peter Spijker - - Seyedeh Mohadeseh Taheri Mousavi - - Marco Vocialta + - Ramin Aghababaei - Rui Wang - - Cyprien Wolff + - Sacha Laffely + - Seyedeh Mohadeseh Taheri Mousavi + - Srinivasa Babu Ramisetti + - Sébastien Hartmann + - Thomas Menouillard + - Till Junge - Vladislav Yastrebov - - Okan Yilmaz