Graphfeatures/terms-to-add…
Graph
features/terms-to-add…
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 | ||||
2c779c013a98 | pundir | documentation in progress | Jun 6 2021 | ||||
bbc8e20a800b | pundir | working on documentation/ half-done | Jun 6 2021 | ||||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | ||||
50e7a2ae0482 | richart | Merge branch 'features/phasefield' into 'master' | May 19 2021 | ||||
45efedd36c79 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | ||||
2d34133da988 | richart | Correcting documentation | May 14 2021 | ||||
f7b833e37c2f | richart | removing dead cmake code | May 14 2021 | ||||
a52b94276329 | richart | Linting the code and applying clang-tidy corrections | May 14 2021 | ||||
cc28db023977 | richart | Removing useless parameter that comes from a copy/paste... | May 14 2021 | ||||
7b8c44876f35 | richart | Reordering methods | May 14 2021 | ||||
10fb35bffbe5 | richart | Correcting compilation errors on newer version of pybind11 | May 14 2021 | ||||
80c68abed965 | pundir | Documentation for phasefield added changes in index | May 9 2021 | ||||
67fb33dfc0c9 | pundir | Documentation for phasefield added | May 9 2021 | ||||
b593cbec19dd | richart | Merge branch 'features/versioneer' into 'master' | May 7 2021 | ||||
24b456355d09 | richart | Modified the import of py11_akantu | May 7 2021 | ||||
160af748d326 | richart | Relocated py11_akantu module as a submodule of akantu | May 7 2021 | ||||
cd115a96a37c | richart | adding versioneer to generate a version number in the python interface | May 7 2021 | ||||
38002f187447 | richart | Merge branch 'features/doc_energies' into 'master' | Apr 29 2021 | ||||
2baf1f94252e | pundir | cleaning tests for check warnings | Apr 28 2021 | ||||
11b13960905f | pundir | fixed override functions | Apr 28 2021 | ||||
4d220fb60710 | frerot | [doc] added dissipated energy doc for relevant materials | Apr 23 2021 | ||||
07a2fc700aa1 | pundir | increased mesh size for phasefield example to finish as a test | Apr 7 2021 | ||||
e1527e69fc3c | pundir | removing memory part for contact mechanics and coupler classes | Apr 7 2021 | ||||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | ||||
a4358f0535b7 | pundir | removed the memory part from the phasefield model | Apr 2 2021 | ||||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | ||||
34d21a7b59df | pundir | added eta parameter to avoid full degradation of elastic energy | Apr 2 2021 | ||||
9d9fd80295fa | pundir | cleaning the code and adding descriptions to the classes | Apr 2 2021 | ||||
a05e053f088c | richart | Merge branch 'features/python_fragment_manager' | Mar 30 2021 | ||||
dd0187ec5861 | anciaux | remove matplotlib things | Mar 30 2021 | ||||
8552d3ad87d8 | anciaux | add the possibility to return a vector of possible material allocators | Mar 30 2021 | ||||
a156575e6ada | anciaux | CMake generates the mesh | Mar 30 2021 | ||||
ab587884ce44 | anciaux | CMake generates the mesh | Mar 30 2021 | ||||
10c849b800ee | frerot | [doc] added energy explaination for plastic materials | Mar 29 2021 | ||||
a355669be2d4 | frerot | [doc] added documentation on getEnergy | Mar 29 2021 | ||||
22752a5861d6 | anciaux | correct code style | Mar 29 2021 | ||||
8a42a425df9d | anciaux | give better default to the fragmentation_manager tools | Mar 29 2021 | ||||
865647670389 | anciaux | adding a fragmentation example | Mar 29 2021 | ||||
4aff21aa2c2a | anciaux | adding the fragment manager to python interface | Mar 29 2021 | ||||
e1a94b307393 | richart | Merge branch 'features/material_internals_memory' into 'master' | Mar 16 2021 | ||||
96d721e75caf | richart | Merge branch 'bugfixes/eigen_strain_failed_init' into 'master' | Mar 15 2021 | ||||
c287bfa68439 | richart | linting python structural mechanics examples | Mar 15 2021 | ||||
566986b729dd | richart | Merge branch 'master' into features/material_internals_memory | Mar 15 2021 | ||||
e7a551f32e9a | anciaux | adding a reference to remove a bug visible with pre-strained materials | Mar 15 2021 | ||||
4e9800eeb138 | anciaux | Merge branch 'bugfixes/heat_virtual_dump' into 'master' | Mar 15 2021 | ||||
2d55c02870b7 | richart | missing include in py_mesh | Mar 15 2021 | ||||
48cd41bb1b6d | richart | make the compute boundary loads compile and run in structural mechanics | Mar 15 2021 | ||||
a58c0aa0bed8 | richart | Fix the mesh to make the example run properly | Mar 15 2021 | ||||
41860c0d43d8 | Lucas Frérot | Merge branch 'features/doc_material_parameters' into 'master' | Mar 15 2021 | ||||
265eef7cc4c6 | richart | Remove warning with clang | Mar 15 2021 | ||||
ff59a8a88933 | richart | Reformating the license | Mar 15 2021 | ||||
d1204ff2107e | frerot | silenced override warnings on HeatTransferModel dump() overloads | Mar 15 2021 | ||||
aa1a96d7acf7 | frerot | [doc] added material parameters description and updated some figures | Mar 14 2021 | ||||
31f6fd181ec8 | richart | Bug fixes in examples | Mar 14 2021 | ||||
bce187dcb622 | richart | making matplotib optional for the ci | Mar 13 2021 | ||||
9d302f1bae82 | richart | Fixing dumper warnings | Mar 13 2021 | ||||
64cf152a54e1 | richart | Adapting due to changes in structural mechanics | Mar 13 2021 | ||||
e50a815abc63 | richart | Merge branch 'bugfixes/project_metadata' into 'master' | Mar 13 2021 | ||||
1bb2b72b7131 | frerot | fixing copyright year and homepage url | Mar 13 2021 | ||||
99533bb2a0d1 | frerot | [doc] fixed documentation metadata | Mar 13 2021 | ||||
bc650421eb69 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | ||||
e99fbce86d23 | richart | Merge branch 'bugfixes/dynamics_structural_mechnanics' into 'master' | Mar 13 2021 | ||||
526b254b52f6 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | ||||
e7a653b7101a | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 13 2021 | ||||
8858a4b6e52e | richart | Merge branch 'features/doc' into 'master' | Mar 13 2021 | ||||
21552a692368 | richart | Merge branch 'master' into 'features/doc' | Mar 13 2021 | ||||
c8c85566dabb | richart | Merge branch 'features/ci_code_quality' into 'master' | Mar 13 2021 | ||||
a2b23bf363b1 | richart | Cleaning the structural mechanics python examples | Mar 13 2021 | ||||
3ceda41725e1 | richart | modified doc deploy branch to master | Mar 13 2021 | ||||
822dff9cfbd3 | richart | Deactivating clang-tidy, needs improvements | Mar 12 2021 | ||||
426dbe2c5125 | richart | Adding sphinxcontrib bibtex to the docker image | Mar 12 2021 | ||||
3db7fb0070ee | richart | Reducing checks to make it faster | Mar 12 2021 | ||||
20f2142d0955 | richart | Improving a bit the code | Mar 12 2021 | ||||
b55a41d487a7 | richart | Cleaning the linting code | Mar 12 2021 | ||||
ec1059276144 | richart | More work on the code quality | Mar 12 2021 | ||||
060caca10a13 | richart | Debugging the runner for clang-tidy | Mar 12 2021 | ||||
078aab353255 | richart | Parse all files | Mar 12 2021 | ||||
34d6a7763d56 | richart | Trying to activate dev engines | Mar 12 2021 | ||||
73fb168cae5a | richart | Adding clang-tidy to code-quality | Mar 12 2021 | ||||
b1051faa5603 | richart | trying to improve code quality report | Mar 12 2021 | ||||
6efd971209a6 | richart | Wrong dependency | Mar 12 2021 | ||||
10ce799f849b | richart | Trying to correct clang-tidy | Mar 12 2021 | ||||
0374a1ec8eb7 | richart | Working on the coverage a bit more | Mar 12 2021 | ||||
714c30291729 | richart | Wrong image for clang-tidy | Mar 12 2021 | ||||
d472b1ddcdd8 | richart | Typo in Linker | Mar 12 2021 | ||||
3c30c6bbe8a0 | richart | Correcting coverage badly reported | Mar 12 2021 | ||||
f8f6f36c6275 | richart | Adding code-quality clang-tidy | Mar 12 2021 | ||||
7de99b2c7036 | richart | Do not want remarks on the Cognitive impact on tests | Mar 12 2021 | ||||
e430fa546b0e | richart | Remaining warning | Mar 12 2021 | ||||
62992923ac0f | richart | Copy paste error in the target name | Mar 12 2021 | ||||
851dabec11da | richart | Trying to remove warnings from pybind11 includes | Mar 12 2021 | ||||
8a61d3b9ea31 | richart | Bug fix in a cohesive example | Mar 12 2021 | ||||
7fadf7358e81 | richart | Impriving codeclimate configuration | Mar 12 2021 | ||||
f7a03f684004 | richart | reactivating running examples | Mar 12 2021 | ||||
dc620ac87a26 | richart | Missing include | Mar 12 2021 | ||||
fcf9aaa26120 | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 12 2021 | ||||
c6cbeaadac47 | richart | Adding logo to sphinx | Mar 12 2021 | ||||
a286e2ae4d54 | frerot/richart | [doc] formatting fixes | Mar 12 2021 | ||||
15b0dc35e905 | richart | adding structural mechanics model | Mar 12 2021 |
c4science · Help