rAKA/50d8507655b0features/heat_transfer_…
features/heat_transfer_along_interfaces vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
1d4a14f57340 | gallyamov | Include blocked DOF for scaling threshold in solve | May 19 2023 | ||||
dc7af7975ce2 | gallyamov | python interface for HeatTransferInterfaceModel | May 19 2023 | ||||
5d92372d289a | richart | Debugging dumper in HeatTransferInterface | May 12 2023 | ||||
2939cf07deb8 | gallyamov | In addition to shapes on cohesive elements | May 12 2023 | ||||
8770148297be | gallyamov | Bug in predictor in trapezoidal | May 12 2023 | ||||
ac7e684bfd45 | gallyamov | HeatTransferInterface Model | May 12 2023 | ||||
01c9f29c8f30 | gallyamov | Default dumper el kind belongs to dumperHelper | May 12 2023 | ||||
fc74cfd92968 | gallyamov | Enabling shapes and shape deriv on cohesives | May 12 2023 | ||||
eac45e6871ef | gallyamov | Fixing compatibilities with previous commits | Apr 4 2023 | ||||
4b04dcc37ce2 | gallyamov | Warning correction and a python example | Apr 4 2023 |
/
README
_ _ | | | | __ _| | ____ _ _ __ | |_ _ _ / _` | |/ / _` | '_ \| __| | | | | (_| | < (_| | | | | |_| |_| | \__,_|_|\_\__,_|_| |_|\__|\__,_|
Copyright (©) 2010-2012, 2014 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>
- Ramin Aghababaei <ramin.aghababaei@epfl.ch>
- Alejandro M. Aragón <alejandro.aragon@epfl.ch>
- Fabian Barras <fabian.barras@epfl.ch>
- Marion Estelle Chambart <mchambart@stucky.ch>
- Dana Christen <dana.christen@gmail.com>
- Aurelia Isabel Cuba Ramos <aurelia.cubaramos@epfl.ch>
- Lucas Frerot <lucas.frerot@epfl.ch>
- Sébastien Hartmann <sebastien.hartmann@epfl.ch>
- Jean-François Jerier <jean-francois.jerier@epfl.ch>
- Till Junge <till.junge@epfl.ch>
- David Simon Kammer <david.kammer@epfl.ch>
- Thomas Menouillard <tmenouillard@stucky.ch>
- Jean-François Molinari <jean-francois.molinari@epfl.ch>
- Daniel Pino Muñoz <daniel.pinomunoz@epfl.ch>
- Mathilde Radiguet <mathilde.radiguet@epfl.ch>
- Srinivasa Babu Ramisetti <srinivasa.ramisetti@epfl.ch>
- Pedro Romero <pedro.romero@epfl.ch>
- Alodie Schneuwly <alodie.schneuwly@epfl.ch>
- Leonardo Snozzi <leonardo.snozzi@epfl.ch>
- Damien Spielmann <damien.spielmann@epfl.ch>
- Peter Spijker <peter.spijker@epfl.ch>
- Seyedeh Mohadeseh Taheri Mousavi <mohadeseh.taherimousavi@epfl.ch>
- Marco Vocialta <marco.vocialta@epfl.ch>
- Rui Wang <rui.wang@epfl.ch>
- Cyprien Wolff <cyprien.wolff@epfl.ch>
- Vladislav Yastrebov <vladislav.yastrebov@epfl.ch>
- Okan Yilmaz <okan.yilmaz@epfl.ch>