rAKA/88ca06c91579old-master
old-master vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
3c640e1ffd21 | richart | Merge branch 'tag_v2.2' | Oct 19 2014 | ||||
51c7539a8a8a | richart | cleaning the pre-release 2.2 branch | Oct 19 2014 | ||||
01155997c52e | richart | Merge branch 'tag_v1.0' | Oct 17 2014 | ||||
8f025230b915 | richart | cleaning the release 1.1 branch | Oct 17 2014 | ||||
681d5fd4cd6d | richart | restructuring for public/private developments | Oct 15 2014 | ||||
6003f919790b | Cuba Ramos Aurelia Isabel | error output and test for Petsc added | Oct 13 2014 | ||||
b716a754cb94 | fabarras | Bug fixed for decoupled mode-II exponential cohesive failure | Oct 10 2014 | ||||
75efe29353fe | fabarras | Bug fixed on the elemental field average | Oct 10 2014 | ||||
c999946ad77d | Vocialta Marco | Compilation bugfixes for the Intel compiler | Oct 3 2014 | ||||
fd015f26990c | fabarras | contact tangent with initial slope penalty for material cohesive exponential | Oct 3 2014 |
/
README
_ _ | | | | __ _| | ____ _ _ __ | |_ _ _ / _` | |/ / _` | '_ \| __| | | | | (_| | < (_| | | | | |_| |_| | \__,_|_|\_\__,_|_| |_|\__|\__,_|
Copyright (©) 2010-2012 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 http://www.gnu.org/licenses/.
COMPILATION
There are two ways to compile Akantu.
- You can compile it directly using cmake
> mkdir build > cd build > ccmake .. > make
- 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 <nicolas.richart@epfl.ch>
- Guillaume Anciaux <guillaume.anciaux@epfl.ch>
- David Kammer <david.kammer@epfl.ch>
- Leonardo Snozzi <leonardo.snozzi@epfl.ch>
- Peter Spijker <peter.spijker@epfl.ch>
- Marion Chambart <marion.chambart@epfl.ch>
- Alejandro M. Aragón <alejandro.aragon@epfl.ch>
- Fabian Barras <fabian.barras@epfl.ch>
- Alodie Schneuwly <alodie.schneuwly@epfl.ch>
- Alessandro D'amario <alessandro.damario@epfl.ch>
- Marco Vocialta <marco.vocialta@epfl.ch>
- Rui Wang <rui.wang@epfl.ch>
- Srinivasa Babu Ramisetti <srinivasa.ramisetti@epfl.ch>
- Marco Vocialta <marco.vocialta@epfl.ch>
- Till Junge <till.junge@epfl.ch>
- Aurelia Cuba Ramos <aurelia.cubaramos@epfl.ch>
- Cyprien Wolff <cyprien.wolff@epfl.ch>
- Mathilde Radiguet <mathilde.radiguet@epfl.ch>
- Mohadeseh Taheri Mousavi <mohadeseh.taherimousavi@epfl.ch>
- Vladislav Yastrebov <vladislav.yastrebov@epfl.ch>