rAKA/src/model/solid_mechanics/materialsfeatures/perf-test…
rAKA/src/model/solid_mechanics/materials
features/perf-test…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
73d9497cc7ba | richart | Missing changes in damage non local | Sep 14 2023 | |||
7cf2965a2846 | richart | Switching to shared_ptr to correct undefined behaviors in the the python… | Sep 14 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
5b14b292ffd6 | Nicolas Richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Aug 2 2023 | |||
cd4ab7137869 | Nicolas Richart | Fixing buges and reverting on registerInternal | Jul 20 2023 | |||
378e70d38150 | Nicolas Richart | [wip] Reaching a compiling point need to debug now | Jul 14 2023 | |||
882b8698ac6c | anciaux | Merge branch 'bugfixes/all_bugs_found_by_working_on_tutorials' into 'master' | May 5 2023 | |||
ea41a8601b8b | saduruss | code formatting | May 4 2023 | |||
cadd5fc53f8b | saduruss | add phase-field isotropic option | May 3 2023 | |||
d64336973823 | richart | Minor changes in Marigo for dumpers | May 1 2023 | |||
843d4082f874 | Nicolas Richart | [wip] Changing more internalfields to shared_ptr | Apr 13 2023 | |||
49129e76fff7 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into… | Apr 11 2023 | |||
68a3bb87fbbb | Nicolas Richart | [wip] changing internal fields to std::shared_ptr [ci.skip] | Apr 11 2023 | |||
d723f97de42a | gallyamov | Warning correction and a python example | Apr 4 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
adcfbd6d923f | Nicolas Richart | Removing the material list generator | Mar 7 2023 | |||
5c7ea5a6ccda | Nicolas Richart | [wip] Making the branch compile after a rebase [ci.skip] | Mar 7 2023 | |||
61931e8adefa | Nicolas Richart | Unizialized memory in phase field material | Mar 3 2023 | |||
13e8c2729164 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
c172a5f9a05d | richart/Nicolas Richart | Submit for testing | Feb 25 2023 | |||
b72e9e25088c | richart/Nicolas Richart | Advancing in compilation problems | Feb 25 2023 | |||
b87c359bde50 | richart/Nicolas Richart | extracting constitutive laws handler from solid mechanics | Feb 25 2023 | |||
3da4fa0673a2 | richart/Nicolas Richart | Moving internal fields to generic consitutive laws | Feb 25 2023 | |||
cc0b8dcbb6d0 | richart/saduruss | removed commented code | Feb 6 2023 | |||
4d3a517e245d | saduruss | clean and fix in phase field material | Feb 3 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
608f43139c13 | richart | Make the previous commit compile | Jan 24 2023 | |||
19ccc799ad6e | richart | Made RandomInternalField generic to be usable by other models | Jan 24 2023 | |||
496e0760fd9b | saduruss | test for anisothropic phase field formulation | Jan 12 2023 | |||
14d0cc09de03 | Nicolas Richart | Roll back of eig to eigh | Dec 23 2022 | |||
6ac75f2cd518 | saduruss | addition of constraint on damage in compression | Dec 14 2022 | |||
5bb67d7f3c81 | richart | Sanitizing the code | Nov 22 2022 | |||
c3769466a8e9 | richart | Simplified named tuples | Oct 31 2022 | |||
f831878cba80 | richart | Going back to artifacts appart for valgrind | Oct 13 2022 | |||
0ce191e814c7 | richart | Bug fixes | Oct 12 2022 | |||
c623efe070c6 | richart | bug fix in parser and material viscoelastic maxwell | Oct 12 2022 | |||
d8e0944440f2 | richart | Typo in CI and warning corrections | Oct 7 2022 | |||
28e7733d722a | richart | Using more c++17 | Oct 6 2022 | |||
63f55c853207 | richart | more bugs squashed | Oct 4 2022 | |||
895c7014521e | richart | Bug fix in cauchy stress computation, removing INSTANTIATE_MATERIAL macro | Jul 18 2022 | |||
3db14ff16b82 | richart | More bug fixes and uint to int/auto | May 3 2022 | |||
673737f3273a | richart | bug fixes in material tests | Mar 5 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 | |||
2a295ea8f9f4 | richart | Compiles with older compilers and reactivated missing compilation flags | Feb 16 2022 | |||
7033f6892183 | richart | bug fix while compiling in coverage | Feb 12 2022 | |||
1891c1181fc6 | richart | Bug fix in models | Feb 12 2022 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 2022 | |||
b9e33c8f19a2 | Nicolas Richart | [wip] starting to debug the mess | Jan 23 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 | |||
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 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
6e70ed19dfd3 | richart/Nicolas Richart | [WIP] passing the material laws to eigen | Oct 22 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 | |||
80a7ec7d8c7d | richart | Merge branch 'master' into features/contact | Jun 24 2021 | |||
1c47c504ad49 | anciaux | remove useless coefficient | Jun 15 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 | |||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | |||
45efedd36c79 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
48566fff3ed0 | richart | Merge branch 'master' into features/phasefield | May 14 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 | |||
2f318e8d0e9b | pundir | removed the memory part from the phasefield model | Apr 2 2021 | |||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
5acfa6ca970d | 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 | |||
be0ea515f119 | pundir | added eta parameter to avoid full degradation of elastic energy | Apr 2 2021 | |||
10c849b800ee | frerot | [doc] added energy explaination for plastic materials | Mar 29 2021 | |||
5dbea3e35321 | frerot | [doc] added energy explaination for plastic materials | Mar 29 2021 | |||
a724d3f2390c | richart | Getting rid of the static memory | Mar 10 2021 | |||
33327d9f46e4 | richart | Getting rid of the static memory | Mar 10 2021 | |||
285963f471a9 | pundir | Bug Fixed : internalforces should be zeored and not cleared | Feb 28 2021 | |||
ac4ae375df6f | pundir | Bug Fixed : internalforces should be zeored and not cleared | Feb 28 2021 | |||
7aa518d0af84 | pundir | update material phasefield override functions | Feb 26 2021 | |||
2aeda38c1040 | pundir | update material phasefield override functions | Feb 26 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 | |||
fbdb0f3b5737 | pundir | multi-material functionality for phasefield added | Feb 24 2021 | |||
f7d1596ca451 | pundir | multi-material functionality for phasefield added | Feb 24 2021 | |||
de30031476e1 | richart | Linting the code | Dec 23 2020 | |||
d815a9d5dbba | pundir | von mises plasticity + non local damage material added | Dec 17 2020 | |||
569ce41669ae | richart | Correcting compilation errors due to merge | Dec 11 2020 | |||
e37c144d7c8c | richart | Merge branch 'master' into features/contact | Dec 11 2020 | |||
f4bb5ed0cc6a | pundir | material with plasticity and damage added | Dec 4 2020 | |||
2da8e27c9b0b | pundir | Plasticity with Mazars damage law added | Dec 3 2020 | |||
2dfe73478462 | pundir | added radial return mapping to Drucker-Prager | Nov 22 2020 | |||
3811933bbf73 | pundir | compute yield stress added | Nov 21 2020 | |||
759c6dc12628 | pundir | removed this pointer from lambda functions | Nov 21 2020 | |||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 |
c4science · Help