History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
1f05699abf8b | Benoit LE | Completed implementation of interpolation of bulk damage on computation mesh… | Nov 19 | |||
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 | |||
b92257909cfe | Benoit LE | Added declaration of non local variable in SolidMechanicsModelCLIP | Nov 4 | |||
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 | |||
a52a0cc94399 | Benoit LE | Added some comments, cleaned the code, moved precomputation of shape function… | Oct 17 | |||
8e4c76eed6d7 | Benoit LE | Fixed a bug in previous commit | Oct 17 | |||
c012a9cd82e4 | Benoit LE | Started to implement SolidMechanicsModelCLIP… | Oct 17 | |||
e9184560e114 | Benoit LE | Started to implement precomputation of clip shape functions on computation mesh… | Oct 16 | |||
56bc05af8001 | Benoit LE | Fixed bug when initializing czm_damage and bulk_damage arrays | Oct 14 | |||
9e33786818f5 | Benoit LE | Minor fix when printing number of nodes | Oct 14 | |||
fc6d3721f29d | Benoit LE | Minor fixes | Oct 11 | |||
804cf43d3ddd | Benoit LE | Fixed array size in previous commit | Oct 11 | |||
7b52987c769a | Benoit LE | Tried to make creation of clip_to_mesh array more robust + added some comments | Oct 11 | |||
a3d416601fb4 | Benoit LE | Fixed export keywords in SolidMechanicsModelCLIP::createNodalFieldReal + small… | Oct 10 | |||
347746bfba12 | Benoit LE | Completed a version of SolidMechanicsModelCLIP::initializeCZMDamage that runs… | Oct 9 | |||
41eb061fef80 | Benoit LE | Fixed a bug in SolidMechanicsModelCohesiveDamage::updateLambdaMesh() | Oct 9 | |||
6d44bfc1d2ea | Benoit LE | A first implementation of SolidMechanicsModelCLIP::initializeCZMDamage (to be… | Oct 8 | |||
f0fd644cfe6b | Benoit LE | Started to add initializeCZMDamage function | Oct 8 | |||
189282e01ba9 | Benoit LE | Fixed use of readDamage and writeDamage in computeBulkDamage function | Oct 8 | |||
7e9cb06328b6 | Benoit LE | Started to write writeDamage and readDamage from… | Oct 7 | |||
5eb13ec79b99 | Benoit LE | Some updates in SolidMechanicsModelCLIP : CLIP mesh is now a pointer + moved… | Oct 4 | |||
9fd7373b1812 | Benoit LE | A first try to create a clip_to_mesh table | Oct 3 | |||
13b5c2c92852 | Benoit LE | Added exports of czm and bulk damage on clip mesh | Oct 3 | |||
5aa6c327e94c | Benoit LE | Started modifications for exports | Oct 2 | |||
84d8d6df712f | Benoit LE | Fixed loop to consider only regular elements | Sep 27 | |||
9d5b270c9710 | Benoit LE | Fixed quadrature_points_coordinates array in previous commit. | Sep 27 | |||
1cd6d8f1755c | Benoit LE | Fixed CLIP mesh element orientation + started to implement writing of bulk… | Sep 27 | |||
542d3ac7a3eb | Benoit LE | Started to add computeBulkDamage to SolidMechanicsModelCLIP, added readDamage… | Sep 26 | |||
fec42ca4306b | Benoit LE | Minor fix in SolidMechanicsModelCLIP | Sep 25 | |||
e2073f4f1795 | Benoit LE | Started to add SolidMechanicsModelCLIP class | Sep 24 | |||
b877722388c3 | Benoit LE | Some cleaning + updated test cases | Sep 24 | |||
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 | |||
92eeec848ecd | Benoit LE | Removed uncessary file | Sep 13 | |||
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 | |||
92a5d938ed7b | Benoit LE | Some updates in cohesive_damage_extrinsic test case | Feb 2 | |||
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 | |||
6fead560f703 | Benoit LE | Modified order of cohesive elements (one integration point) | Jan 24 | |||
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 | |||
26e5e7638060 | Benoit LE | Fixed a comment | Jan 16 | |||
b367a0cdff9a | Benoit LE | Put back cohesive stiffness parameter | Dec 14 2023 | |||
9bda4173c7df | Benoit LE | Modification when creating lambda : one lambda for each node of each czm element | Dec 13 2023 | |||
be5b64339756 | Benoit LE | Fixed bug with lambda size when updating lambda mesh + commented some debug… | Dec 12 2023 | |||
1821debe1e64 | richart | Bug fix in the creation of lambda elements | Dec 11 2023 | |||
0d443079c37b | Benoit LE | Added some debug outputs in MaterialCohesiveDamage<dim>::computeLambdaOnQuad | Dec 6 2023 | |||
b4ad8b48d488 | Benoit LE | Fixed integration order of lambda elements | Dec 4 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 | |||
7a10c8e70718 | Benoit LE | Not sure it is necessary, but added previous_lambda and lambda_increment | Dec 1 2023 | |||
bdbd3bd2ab6f | Benoit LE | Fixed lambda initialization + SolidMechanicsModelCohesive… | Nov 29 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 | |||
61e9776f161d | Benoit LE | Minor fixes in SolidMechanicsModelCohesive | Nov 8 2023 | |||
18eefcd5c12a | Benoit LE | Fixed assembling of lambda-lambda terms using a TermToAssemble | Nov 6 2023 | |||
c7bb6336049d | Benoit LE | Fixed declaration of lambda | 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 | |||
b2b2d77c1ab6 | richart | Merge branch 'features/czm_damage' of gitlab.com:akantu/akantu into… | Oct 23 2023 | |||
2c31fed782a9 | richart | A not initialized in material_cohesive | Oct 23 2023 | |||
3035c02e9bd5 | Benoit LE | Moved creation of lambda dofs + changed type of dofs (generic and not nodal) | 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 |
c4science · Help