rAKA/src/model/solid_mechanics/solid_mechanics_model_cohesive/materialsfeatures/czm_damage
rAKA/src/model/solid_mechanics/solid_mechanics_model_cohesive/materials
features/czm_damage
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
7d0ababd9224 | Benoit LE | Small fix in MaterialBulkDamaage | Nov 8 | |||
a5abc3be1a32 | Benoit LE | Some modifications to be sure that non local cohesive and bulk material will be… | Nov 8 | |||
c2aef0e2d336 | Benoit LE | Some modifications such that non local cohesive material does not create its… | Nov 7 | |||
b25c558f3037 | Benoit LE | Added parameter to switch between non-local integral and clip regularization +… | Nov 6 | |||
fa56c9e0aa9e | Benoit LE | Modifed CLIPNeighborhood : now it derives from NonLocalNeighborhoodBase +… | Nov 6 | |||
2bf465935db6 | Benoit LE | Some minor fixes | Nov 5 | |||
5063e4e9371b | Benoit LE | Started to add non local bulk and cohesive materials | Nov 1 | |||
d0a3cd98f66d | Benoit LE | A first version of CLIPNeighborhood<DistanceFunction>::computeWeights() and… | Oct 29 | |||
31f97cd4a2f1 | Benoit LE | Fixed some variables names + a first version of updatePairList for clip… | Oct 28 | |||
62f4ca16c55f | Benoit LE | Some fixes in previous commit | Oct 28 | |||
13cc328a2b05 | Benoit LE | Started to add classes necessary to implement clip non local material | Oct 25 | |||
fc6d3721f29d | Benoit LE | Minor fixes | Oct 11 | |||
7e9cb06328b6 | Benoit LE | Started to write writeDamage and readDamage from… | Oct 7 | |||
542d3ac7a3eb | Benoit LE | Started to add computeBulkDamage to SolidMechanicsModelCLIP, added readDamage… | Sep 26 | |||
6b19aeefa849 | Benoit LE | Started to introduce SolidMechanicsModelCohesiveDamage class | Sep 24 | |||
4ec7a90f5427 | Benoit LE | Fixed computeDamage() | Sep 19 | |||
51696b4b96d8 | Benoit LE | Some fixes in computeDamage + implemented critical stress and opening… | Sep 17 | |||
522e1dc07e44 | Benoit LE | Started to implement computeDamage() | Sep 16 | |||
d937cb556ef6 | Benoit LE | Started to add MaterialBulkDamage class | Sep 12 | |||
c24b88ae3df7 | Benoit LE | Fixed integration point bug in MaterialCohesiveDamageExtrinsic<dim>… | Feb 8 | |||
534fb94c2e32 | Benoit LE | Some fixes in MaterialCohesiveDamageExtrinsic<dim>::computeTraction | Feb 8 | |||
f763b6c4f744 | Benoit LE | For some reason is_new_crack can bot be boolean (CohesiveInternalField does not… | Feb 8 | |||
09b030648911 | Benoit LE | Fixed some bugs in MaterialCohesiveDamageExtrinsic | Feb 6 | |||
de83dd6fd334 | Benoit LE | Cleaned MaterialCohesiveDamageIntrinsic<dim>::computeTraction | Feb 6 | |||
3ac90e3ee402 | Benoit LE | Some mior fixes in MaterialCohesiveDamageExtrinsic | Jan 31 | |||
37ee949a7207 | Benoit LE | Added a SolidMechanicsModelCohesive::computeLagrangeMultiplier function (and… | Jan 31 | |||
f2a5fffd6c3c | Benoit LE | Completed MaterialCohesiveDamageExtrinsic<dim>::computeTraction to take into… | Jan 30 | |||
d3ea474b6224 | Benoit LE | More or less completed MaterialCohesiveDamageExtrinsic<dim>::checkInsertion | Jan 30 | |||
1ae73fea4c48 | Benoit LE | More or less completed MaterialCohesiveDamageExtrinsic<dim>::computeLambda… | Jan 29 | |||
0baca9bee0a8 | Benoit LE | Started to add MaterialCohesiveDamageExtrinsic<dim>::computeLambda function | Jan 29 | |||
5fb3e3ffb5f3 | Benoit LE | Completed a first version of the MaterialCohesiveDamageExtrinsic<dim>… | Jan 29 | |||
3fae48d6b0bf | Benoit LE | Removed some comments | Jan 26 | |||
48351a7e2566 | Benoit LE | Started to implement computeTraction for MaterialCohesiveDamageExtrinsic +… | Jan 25 | |||
12f6d67be940 | Benoit LE | Started to split MaterialCohesiveDamage into MaterialCohesiveDamageIntrinsic… | Jan 25 | |||
3bc418dcba93 | Benoit LE | Minor fixed in MaterialCohesiveDamage<dim>::computeTractionOnQuad and… | Jan 24 | |||
1a9c184c9a6d | Benoit LE | Started to add checkInsertion function to MaterialCohesiveDamage() | Jan 24 | |||
a142af8fab24 | Benoit LE | Fixed expression of augmented compliance | Jan 19 | |||
2ca1a8b1a850 | Benoit LE | Added proper expression of traction and tangent depending on d in… | Jan 18 | |||
b367a0cdff9a | Benoit LE | Put back cohesive stiffness parameter | Dec 14 2023 | |||
be5b64339756 | Benoit LE | Fixed bug with lambda size when updating lambda mesh + commented some debug… | Dec 12 2023 | |||
0d443079c37b | Benoit LE | Added some debug outputs in MaterialCohesiveDamage<dim>::computeLambdaOnQuad | Dec 6 2023 | |||
2f7f7959acf2 | Benoit LE | Modified output for debug in computeLambdaOnQuad | Dec 4 2023 | |||
ca94aba2b6cd | Benoit LE | Some output for debug in computeLambdaOnQuad | Dec 1 2023 | |||
4d606709e81c | Benoit LE | Some temporary comments in material_cohesive_damage_inline_impl.hh | Dec 1 2023 | |||
27518cc53bd6 | richart | Bug fixing | Nov 21 2023 | |||
85964f274604 | richart | Merge branch 'features/czm_damage' of gitlab.com:akantu/akantu into… | Nov 21 2023 | |||
97cea8961e6b | richart | Debugging multi-mesh dof_manager in cohesive and making lambda mesh optional | Nov 21 2023 | |||
18eefcd5c12a | Benoit LE | Fixed assembling of lambda-lambda terms using a TermToAssemble | Nov 6 2023 | |||
2d55d2c2402c | richart | Defining a mesh per dof in the dof manager | Nov 6 2023 | |||
73bcadcc4b86 | Benoit LE | Fixed some bugs when assembling ll and ul terms | Oct 30 2023 | |||
4b7e99487177 | Benoit LE | Tried to assemble lambda-lambda terms with a TermToAssemble, still get a… | Oct 27 2023 | |||
90436b549f7b | Benoit LE | Fixed some bugs when assembling u-lambda terms | Oct 24 2023 | |||
9903385ef727 | Benoit LE | Some minor fixes when assembling stiffness matrix, including size of elementary… | Oct 24 2023 | |||
2c31fed782a9 | richart | A not initialized in material_cohesive | Oct 23 2023 | |||
1d49b1588918 | richart | Bug fix in the assembly of stiffness matrix for cohesive elements | Oct 23 2023 | |||
ee10447df271 | richart | Still to early for utf-8 support on ubuntu's compiler | Oct 20 2023 | |||
3258dea26fb9 | richart | Computing interpolation of lambda | Oct 20 2023 | |||
e867d47452f1 | richart | Bug fix in the connectivity sizes | Oct 20 2023 | |||
4f4ea0c0742e | Benoit LE | Assembled u-lambda terms | Oct 18 2023 | |||
fe90a2e787d8 | Benoit LE | Some updates in my_first_test + Removed some comments | Oct 17 2023 | |||
0e00cdd2ae17 | Benoit LE | Started to use new developpement of last N.R. commit to properly assemble… | Oct 16 2023 | |||
0788bb992820 | Benoit LE | Started to properply assemble lambda terms | Oct 13 2023 | |||
080fbf142d8d | Benoit LE | A first version of czm_damage | Oct 5 2023 | |||
6f61523505d3 | Benoit LE | Merge branch 'master' into working | Sep 29 2023 | |||
759aa93d81fa | Benoit LE | Started cleaning CaterialCohesiveDamage class | Sep 26 2023 | |||
8043763b6cba | Benoit LE | Started to add MaterialCohesiveDamage class | Sep 26 2023 | |||
d96fd9e6de8f | richart | Bug fix in the constructor order | 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 | |||
fb1f70bc20e0 | Nicolas Richart | Bug fixes cohesive elements | Aug 1 2023 | |||
a91fc673e8e7 | Nicolas Richart | [wip] Solved compilation issues | Jul 21 2023 | |||
cd4ab7137869 | Nicolas Richart | Fixing buges and reverting on registerInternal | Jul 20 2023 | |||
49129e76fff7 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into… | Apr 11 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
adcfbd6d923f | Nicolas Richart | Removing the material list generator | Mar 7 2023 | |||
b72e9e25088c | richart/Nicolas Richart | Advancing in compilation problems | Feb 25 2023 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
87a312751636 | richart | Compilation problems with clang | Nov 1 2022 | |||
c3769466a8e9 | richart | Simplified named tuples | Oct 31 2022 | |||
24b44a6c9180 | richart | Adding possibility to write a cohesive material in python | Oct 14 2022 | |||
28e7733d722a | richart | Using more c++17 | Oct 6 2022 | |||
be03cb269697 | richart | Remove dead code | Sep 30 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 | |||
3b7063187e3d | richart | Bug fix in the cohesive insertion | Jul 9 2022 | |||
3db14ff16b82 | richart | More bug fixes and uint to int/auto | May 3 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 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 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 | |||
3cce03794477 | richart/Nicolas Richart | [WIP] making iterator work with eigen types and started to make akantu 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 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 |
c4science · Help