rAKA/srcfeatures/czm_damage
rAKA/src
features/czm_damage
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
e3dd893dace5 | richart | Bug fix in the assembly of stiffness matrix for cohesive elements | Nov 23 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 | |||
3eb32e473af7 | Benoit LE | Fixed a bug in size of array_localy_assembeled in… | 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 | |||
d727ebfc2b1a | richart | Merge branch 'features/czm_damage' of gitlab.com:akantu/akantu into… | Oct 13 2023 | |||
0788bb992820 | Benoit LE | Started to properply assemble lambda terms | Oct 13 2023 | |||
561e007f48fa | Nicolas Richart | Bug fixes in the lambda ocnnectivity | Oct 12 2023 | |||
56f91cf2b120 | Nicolas Richart | [wip] Corrected the lambda connectivity for compilation need some tests | Oct 11 2023 | |||
754d30c8d5ee | Nicolas Richart | Making assemble functions take a optional connectivity | Oct 11 2023 | |||
2069a0dfd475 | Nicolas Richart | [wip] Adding a lambda connectivity | Oct 11 2023 | |||
1ce7b0820c07 | Benoit LE | Merge branch 'master' into czm_damage | Oct 5 2023 | |||
080fbf142d8d | Benoit LE | A first version of czm_damage | Oct 5 2023 | |||
6f61523505d3 | Benoit LE | Merge branch 'master' into working | Sep 29 2023 | |||
f45a61a0abfe | richart | More dumper aliases | Sep 28 2023 | |||
96c4bcb7ed57 | richart | Merge branch 'features/changes-to-address-joss-review' of gitlab.com… | Sep 28 2023 | |||
8524c2299432 | richart | Adding aliasses names for dumpers | Sep 28 2023 | |||
34e4ba79a439 | saduruss | fix conflict | Sep 28 2023 | |||
58cff193772f | saduruss | phase-field c++ example | Sep 28 2023 | |||
bef9a046a233 | richart | Correcting nammings and compilation error | Sep 28 2023 | |||
d6dc8dd6c426 | richart | Merge remote-tracking branch 'origin/master' into features/changes-to-address… | Sep 27 2023 | |||
759aa93d81fa | Benoit LE | Started cleaning CaterialCohesiveDamage class | Sep 26 2023 | |||
8043763b6cba | Benoit LE | Started to add MaterialCohesiveDamage class | Sep 26 2023 | |||
73d9497cc7ba | richart | Missing changes in damage non local | Sep 14 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 | |||
312a347ad723 | richart | Renaming compilation profile | Sep 14 2023 | |||
67530890544a | richart | Missing python interfaces [still a bug with internals in python] | Sep 13 2023 | |||
c8e866554c97 | richart | Bug fix in the coupler interface | Sep 12 2023 | |||
254edd750e3a | richart | Merge branch 'master' into features/make_multiple_materials_independant_solid_m… | Sep 12 2023 | |||
f26c9b7daf8b | richart/Nicolas Richart | Correcting problems with math_jax3 plus minor fixes | Sep 8 2023 | |||
4d8f88a27aa2 | Nicolas Richart | More bug introduced during Eigenification | Sep 6 2023 | |||
4abeadecb292 | Nicolas Richart | Transpose wrongly placed | Sep 4 2023 | |||
d8a7c9ab4052 | Nicolas Richart | Exanding coupler interface | Sep 4 2023 | |||
42a18f9a5554 | Nicolas Richart | bug fix in group append | 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 | |||
4ad6a31e0a1a | Nicolas Richart | Moving heat transfer to diffusion model | Jul 25 2023 | |||
a91fc673e8e7 | Nicolas Richart | [wip] Solved compilation issues | Jul 21 2023 | |||
3ef774152252 | Nicolas Richart | Adding missing python interface and linting | Jul 20 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 | |||
d2b5cf6cfa3b | richart | No lint instead of inline | May 5 2023 | |||
4c27bac0c52b | richart | Bug fix in dummy shynchronizer interface | May 4 2023 | |||
9815bf3c7ce6 | richart | Wrong dimension used | May 4 2023 | |||
ea41a8601b8b | saduruss | code formatting | May 4 2023 | |||
cadd5fc53f8b | saduruss | add phase-field isotropic option | May 3 2023 | |||
f7d19198247b | richart | Bug fix in Mesh::sendEvent | May 2 2023 | |||
d64336973823 | richart | Minor changes in Marigo for dumpers | May 1 2023 | |||
210052b6de93 | richart | Bug fix in applyBC | May 1 2023 | |||
b87903dbd5da | richart | Small rework on randomparameters | May 1 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
3d0478aea235 | richart | Cleaning debug messages | Apr 21 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 | |||
1eba87747331 | saduruss | fixes for code quality | Mar 20 2023 | |||
ccb07ef1e422 | saduruss | fixes for compatibility with Eigen | Mar 16 2023 | |||
5bb957e9b427 | saduruss | solve conflicts with master | Mar 15 2023 | |||
73c5b59569fb | saduruss | fix in damage energy density | Mar 13 2023 | |||
e46872a2555d | saduruss | delete dead code, move unwanted getters to private, put element filter in src | Mar 13 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 | |||
5a6abff5d24e | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
f700d699eaa8 | Nicolas Richart | Cleaning the cmake to remove blas/lapack etc | Mar 1 2023 | |||
13e8c2729164 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Mar 1 2023 | |||
7f6701630ec6 | anciaux | Merge branch 'features/47-disable-of-certain-elements' into 'master' | Feb 28 2023 | |||
c26682e55e69 | Nicolas Richart | Removing some code that should be useless | Feb 28 2023 | |||
4885348a2272 | richart/Nicolas Richart | solving ambiguity | Feb 25 2023 | |||
c172a5f9a05d | richart/Nicolas Richart | Submit for testing | Feb 25 2023 | |||
b72e9e25088c | richart/Nicolas Richart | Advancing in compilation problems | Feb 25 2023 | |||
8cdb3c79e7e3 | pundir/Nicolas Richart | moved spatial dimension to the base class | Feb 25 2023 | |||
767c467331c8 | richart/Nicolas Richart | fixing compilations issues | Feb 25 2023 | |||
cea4f240e60d | richart/Nicolas Richart | Adding base interfaces | Feb 25 2023 | |||
4287921e5d9b | richart/Nicolas Richart | Making internal fields more generic | Feb 25 2023 | |||
79c57454cc30 | pundir/Nicolas Richart | few more modifications | Feb 25 2023 | |||
3719412e4978 | pundir/Nicolas Richart | changes to the internal field | Feb 25 2023 |
c4science · Help