History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
11d0bd330f3a | richart | Bug fix in fem.contains | Oct 18 | |||
8f6b7f68d76b | richart | Simplifying tuple_dispatch | Oct 18 | |||
9b6bf9319719 | richart | Removing dead code | Mar 5 | |||
5d2ca6c2706c | richart/anciaux | Adding CI on macos | Dec 13 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
254edd750e3a | richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Sep 12 2023 | |||
d8a7c9ab4052 | Nicolas Richart | Exanding coupler interface | Sep 4 2023 | |||
5b14b292ffd6 | Nicolas Richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Aug 2 2023 | |||
fb1f70bc20e0 | Nicolas Richart | Bug fixes cohesive elements | Aug 1 2023 | |||
0b5b06918b93 | Nicolas Richart | Fixing bugs and adding missing python interface | Jul 28 2023 | |||
cd4ab7137869 | Nicolas Richart | Fixing buges and reverting on registerInternal | Jul 20 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
f0b32b8f98b8 | richart | More typos in eigne::matrix usage | Oct 14 2022 | |||
08fb99482f17 | richart | Bug fix in Eigen types usage | Oct 14 2022 | |||
d8e0944440f2 | richart | Typo in CI and warning corrections | Oct 7 2022 | |||
28e7733d722a | richart | Using more c++17 | Oct 6 2022 | |||
395abbd6ce0f | richart | Merge branch 'master' into features/eigen | Oct 5 2022 | |||
b49c989ba5c3 | richart | Refactor contact code (still need some work) | Sep 29 2022 | |||
76079e3f087c | richart | Bug fix in structural mechanics | Sep 22 2022 | |||
ec6e4b2dea8b | richart | Bug fix in parallel cohesive elements | Sep 15 2022 | |||
895c7014521e | richart | Bug fix in cauchy stress computation, removing INSTANTIATE_MATERIAL macro | Jul 18 2022 | |||
6748b0c03915 | richart | Correct compilation on ubuntu:lts and with clang | Jul 12 2022 | |||
3b7063187e3d | richart | Bug fix in the cohesive insertion | Jul 9 2022 | |||
8b3c60bd06f6 | richart | More bug fixes | Jun 7 2022 | |||
3db14ff16b82 | richart | More bug fixes and uint to int/auto | May 3 2022 | |||
547c4e3b1cbd | richart | Aligning the code with akantu coding conventions | Mar 8 2022 | |||
673737f3273a | richart | bug fixes in material tests | Mar 5 2022 | |||
0957a3263c34 | richart | constexpr failing on old gcc | Feb 16 2022 | |||
52958650f155 | richart | make it compile with clang | Feb 16 2022 | |||
a71667e20cbd | richart | It should compile in CI with some warning remaining | Feb 16 2022 | |||
28813c1fcd4b | richart | structural mechanics on older compilers | Feb 16 2022 | |||
1e86473f05eb | richart | Correcting cohesive elements for older compilers | Feb 16 2022 | |||
2a295ea8f9f4 | richart | Compiles with older compilers and reactivated missing compilation flags | Feb 16 2022 | |||
7e45be1075bf | richart | Make it compile with gcc 5.4.0 | Feb 15 2022 | |||
1891c1181fc6 | richart | Bug fix in models | Feb 12 2022 | |||
e4268c1bc417 | richart | Bug fixes | Feb 1 2022 | |||
7783bd83ea55 | Nicolas Richart | [wip] fixing more bugs Vector<>(size, 0) fails | Jan 28 2022 | |||
a4980c2e8c1d | Nicolas Richart | [wip] more bug fixing and uint to auto | Jan 27 2022 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 2022 | |||
021cd6728eb3 | Nicolas Richart | [wip] progressing in the debug | Jan 25 2022 | |||
a08c45ee509b | Nicolas Richart | [wip] tests are compiling | Jan 22 2022 | |||
9522a0eddb68 | Nicolas Richart | [wip] reached a compiling state for the library | Jan 21 2022 | |||
fbd8b0dfaf2d | Nicolas Richart | [wip] more UInt changed and material changes to named_tuples | Jan 20 2022 | |||
1c72ce33b004 | tdroch | Merge branch 'features/terms-to-add-in-python' into 'master' | Nov 23 2021 | |||
90b20d4c42ee | Nicolas Richart | Remove pure virtual where not needed | Nov 9 2021 | |||
8e76908f420b | Nicolas Richart | [wip] slowly correcting the merge and rebase errors | Oct 31 2021 | |||
01141098e462 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Oct 29 2021 | |||
dd07c2a05544 | Nicolas Richart | [wip] changing back `const (ElementType|ElementKind|GhostType) &` to \1 after… | Oct 29 2021 | |||
47efb065a843 | richart/Nicolas Richart | [wip] More UInt to auto, Int or Idx and Eigen stuffs | Oct 29 2021 | |||
308a7eb3b266 | richart/Nicolas Richart | [WIP] UInt to auto, Idx or Int | Oct 26 2021 | |||
87a57094fc80 | richart/Nicolas Richart | [WIP] constexpr to help using static size matrices | Oct 26 2021 | |||
b8449199836e | richart/Nicolas Richart | [WIP] tuples and sfinea to the rescue | Oct 26 2021 | |||
431b57d46b5f | richart/Nicolas Richart | [WIP] some UInt to Idx and another small step in the Eigen rabbit hole | Oct 26 2021 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
3cce03794477 | richart/Nicolas Richart | [WIP] making iterator work with eigen types and started to make akantu eigen… | Oct 22 2021 | |||
7b1fdbf487b0 | richart/Nicolas Richart | More work for eigen transition | Oct 22 2021 | |||
cf25e59e090b | richart | Debuged getElementInradius and added a test | Oct 1 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
146f7a0e9b4c | richart/Nicolas Richart | initial change for eigen | Sep 14 2021 | |||
25743e8c285f | richart | clang-tidy --fix: to auto fix errors | Aug 27 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
721e10971f05 | richart | Adding exception when not converged | Jul 28 2021 | |||
2985136e8a09 | richart | Correction based on remarks on MR !9 | Jun 24 2021 | |||
80a7ec7d8c7d | richart | Merge branch 'master' into features/contact | Jun 24 2021 | |||
157e744011a6 | richart | Compilation fixes following application of suggestions | Jun 9 2021 | |||
b963975cba79 | richart/tomohitpundir | Apply 34 suggestion(s) to 15 file(s) | Jun 8 2021 | |||
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 | |||
a52b94276329 | richart | Linting the code and applying clang-tidy corrections | May 14 2021 | |||
583b06990849 | 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 | |||
ed63cd404c2f | richart | Removing useless parameter that comes from a copy/paste... | May 14 2021 | |||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | |||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
5acfa6ca970d | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
64cf152a54e1 | richart | Adapting due to changes in structural mechanics | Mar 13 2021 | |||
95d0dced15d1 | richart | Adapting due to changes in structural mechanics | Mar 13 2021 | |||
bc650421eb69 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
9cb01e0c3a12 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
526b254b52f6 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
12c0a090caee | 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 | |||
db203e90b229 | richart | Merge branch 'master' into bugfixes/dynamics_structural_mechnanics | Mar 13 2021 | |||
20f2142d0955 | richart | Improving a bit the code | Mar 12 2021 | |||
ffccf8161507 | richart | Improving a bit the code | Mar 12 2021 | |||
a724d3f2390c | richart | Getting rid of the static memory | Mar 10 2021 | |||
33327d9f46e4 | richart | Getting rid of the static memory | Mar 10 2021 | |||
6fdd25ed8c5e | pundir | Bug Fixed : added definition of computeNtbN function for structural class | Mar 2 2021 | |||
c41f89ae02c7 | pundir | Bug Fixed : added definition of computeNtbN function for structural class | Mar 2 2021 | |||
ff5e68dcafd8 | pundir | Merge remote-tracking branch 'upstream/master' into features/phasefield | Feb 26 2021 | |||
a4e2455c217e | pundir | Merge remote-tracking branch 'upstream/master' into features/phasefield | Feb 26 2021 | |||
0af64787b61a | richart | restored hermite shapes | Feb 9 2021 | |||
34cdde4a0ef8 | richart | restored hermite shapes | Feb 9 2021 | |||
07f0ddac6c74 | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
e2a9b85e876e | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
3fc67b1ce150 | richart | correcting shapes in _bernouilli beams | Feb 1 2021 | |||
fc805b05db5c | richart | correcting shapes in _bernouilli beams | Feb 1 2021 | |||
7a4e9ed7d487 | richart | A bit more cleaning | Feb 1 2021 |
c4science · Help