rAKA/srcfeatures/72-czm…
rAKA/src
features/72-czm…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a67b29746942 | tghesquie | Merge remote-tracking branch 'origin/features/72-czm-stability-improvements-in… | Nov 29 | |||
ac31e2fcf087 | tghesquie | Completed assembleDampingWeights by locally resizing the nodal field and… | Nov 29 | |||
96050c1e7dfb | tghesquie | Removed assembleEnergiesOnNodes, updated implementation of… | Nov 26 | |||
12c37f74aed3 | tghesquie | Fixed bugs in assembleDampingWeights | Nov 25 | |||
499f4909321a | tghesquie | Implement assembleDampingWeights method in MaterialCohesiveLinearStable | Nov 22 | |||
c1ae7a54b014 | tghesquie | Add computeMassOnQuad method in material_cohesive and CohesiveReduceFunctionSum… | Nov 22 | |||
4dc72c0b9301 | tghesquie | Add mass_on_quad field and computeMassOnQuad method in… | Nov 20 | |||
166d74ca5a8c | tghesquie | Add stored cohesive energy field andoverride computeEnergiesOnNodes method in… | Nov 20 | |||
dd22741e5fce | tghesquie | Add getNodalDataReal method to the binding and update energy computations in… | Nov 20 | |||
d770eecf2a1d | tghesquie | Remove unused mass_on_quad field and related computations in MaterialCohesive… | Nov 18 | |||
663d4a7a4812 | tghesquie | Modified nodal data allocation, using getNodalData() instead of allocating a… | Nov 18 | |||
37b415af82a6 | tghesquie | Added methods for cohesive energy computation on nodes, allocation of required… | Nov 18 | |||
a76e6214af16 | tghesquie | Add computeEnergiesOnNodes method to populate the nodal fields… | Nov 15 | |||
e14c69fc461f | tghesquie | Resize cohesive energy storage for newly added nodes in… | Nov 15 | |||
256899bbe13d | tghesquie | Override initSolver method in SolidMechanicsModelCohesive to allocate nodal… | Nov 15 | |||
88cbcd6789d9 | tghesquie | Add solver interface and energy storage at nodes for damping cohesive elements | Nov 15 | |||
1917cbb06ffa | tghesquie | Refined overshoot weight computation | Nov 13 | |||
159ef6464a39 | tghesquie | Added an overshoot weight computation | Nov 8 | |||
1fbeea7230af | tghesquie | Add mass_on_quad to MaterialCohesiveLinearStable | Nov 8 | |||
efc27eba5c87 | tghesquie | Added preliminary metric to weight an overshoot impact on energy creation | Nov 8 | |||
c8c079fed6a7 | tghesquie | Merged feature/macro_damping into feature/dt_independant_damping and… | Nov 5 | |||
1a66f512fc86 | tghesquie | Fixed initial_unstable_state flag logic | Nov 5 | |||
3589b1965ebf | tghesquie | Add contact overshoot and initial unstable state tracking logic to… | Oct 31 | |||
2d24b61cc090 | tghesquie | Add stable damage parameter and debug tracing to MaterialCohesiveLinearStable | Oct 31 | |||
1e60b5aeb519 | tghesquie | Add softening and contact overshoot + initial unstable state tracking to… | Oct 31 | |||
1d833a2b3662 | tghesquie | Fixed bug preventing damage to reach 1 | Oct 29 | |||
9bcd50390251 | tghesquie | Inlining the function computeTractionOnQuad() | Oct 29 | |||
2e49234273ed | tghesquie | Adding the parameter allow_dissipation_contact to the… | Oct 23 | |||
738f4665c390 | tghesquie | Replacing boolean internal by a real internal | Oct 23 | |||
d6c83049c641 | richart | Adding references to the compile pools | Oct 22 | |||
947e227964e0 | tghesquie | Removing unused variables and adding overshoot logic when delta>delta_max | Oct 22 | |||
6c7d860785ef | tghesquie | Modification of the damping so that it takes a critical damping (defined at the… | Oct 22 | |||
11d0bd330f3a | richart | Bug fix in fem.contains | Oct 18 | |||
8f6b7f68d76b | richart | Simplifying tuple_dispatch | Oct 18 | |||
9ed2a755b962 | tghesquie | Commit before changes in the damping computation | Oct 11 | |||
5c965c5e2669 | tghesquie | Commit before change to the computation of the opnening rate | Oct 1 | |||
322539c81c9e | tghesquie | Replaced opening_diff by opening_rate in the damping_traction to test chi… | Sep 25 | |||
42f1c59d0e7c | tghesquie | Modified the damping in the unstable zone such that it is proportional to chi… | Sep 24 | |||
7b8e1c81eb83 | tghesquie | Added indentation for clarity | Sep 20 | |||
556c0426121b | tghesquie | Minor modification, set the default od allow_dissipation_contact to true and a… | Sep 18 | |||
8ff60a9785d5 | tghesquie | Addition of a stabilized version of material_cohesive_linear allowing to… | Sep 17 | |||
7e3281535860 | richart | Adding const operator for apple-clang libc sort | Apr 5 | |||
2ed2b5f2e9c1 | richart | Changing size of empty_filter to get an allocation | Mar 22 | |||
9b6bf9319719 | richart | Removing dead code | Mar 5 | |||
5d2ca6c2706c | richart/anciaux | Adding CI on macos | Dec 13 2023 | |||
571699bcd9af | richart | Improving the documentation according to the JOSS review | Dec 12 2023 | |||
9f4afd25dd16 | richart | A not initialized in material_cohesive | Nov 23 2023 | |||
e3dd893dace5 | richart | Bug fix in the assembly of stiffness matrix for cohesive elements | Nov 23 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 | |||
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 |
c4science · Help