History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
ac31e2fcf087 | tghesquie | Completed assembleDampingWeights by locally resizing the nodal field and… | Nov 29 2024 | |||
96050c1e7dfb | tghesquie | Removed assembleEnergiesOnNodes, updated implementation of… | Nov 26 2024 | |||
12c37f74aed3 | tghesquie | Fixed bugs in assembleDampingWeights | Nov 25 2024 | |||
499f4909321a | tghesquie | Implement assembleDampingWeights method in MaterialCohesiveLinearStable | Nov 22 2024 | |||
c1ae7a54b014 | tghesquie | Add computeMassOnQuad method in material_cohesive and CohesiveReduceFunctionSum… | Nov 22 2024 | |||
4dc72c0b9301 | tghesquie | Add mass_on_quad field and computeMassOnQuad method in… | Nov 20 2024 | |||
166d74ca5a8c | tghesquie | Add stored cohesive energy field andoverride computeEnergiesOnNodes method in… | Nov 20 2024 | |||
dd22741e5fce | tghesquie | Add getNodalDataReal method to the binding and update energy computations in… | Nov 20 2024 | |||
d770eecf2a1d | tghesquie | Remove unused mass_on_quad field and related computations in MaterialCohesive… | Nov 18 2024 | |||
663d4a7a4812 | tghesquie | Modified nodal data allocation, using getNodalData() instead of allocating a… | Nov 18 2024 | |||
37b415af82a6 | tghesquie | Added methods for cohesive energy computation on nodes, allocation of required… | Nov 18 2024 | |||
a76e6214af16 | tghesquie | Add computeEnergiesOnNodes method to populate the nodal fields… | Nov 15 2024 | |||
e14c69fc461f | tghesquie | Resize cohesive energy storage for newly added nodes in… | Nov 15 2024 | |||
256899bbe13d | tghesquie | Override initSolver method in SolidMechanicsModelCohesive to allocate nodal… | Nov 15 2024 | |||
88cbcd6789d9 | tghesquie | Add solver interface and energy storage at nodes for damping cohesive elements | Nov 15 2024 | |||
1917cbb06ffa | tghesquie | Refined overshoot weight computation | Nov 13 2024 | |||
159ef6464a39 | tghesquie | Added an overshoot weight computation | Nov 8 2024 | |||
1fbeea7230af | tghesquie | Add mass_on_quad to MaterialCohesiveLinearStable | Nov 8 2024 | |||
efc27eba5c87 | tghesquie | Added preliminary metric to weight an overshoot impact on energy creation | Nov 8 2024 | |||
c8c079fed6a7 | tghesquie | Merged feature/macro_damping into feature/dt_independant_damping and… | Nov 5 2024 | |||
1a66f512fc86 | tghesquie | Fixed initial_unstable_state flag logic | Nov 5 2024 | |||
3589b1965ebf | tghesquie | Add contact overshoot and initial unstable state tracking logic to… | Oct 31 2024 | |||
2d24b61cc090 | tghesquie | Add stable damage parameter and debug tracing to MaterialCohesiveLinearStable | Oct 31 2024 | |||
1e60b5aeb519 | tghesquie | Add softening and contact overshoot + initial unstable state tracking to… | Oct 31 2024 | |||
1d833a2b3662 | tghesquie | Fixed bug preventing damage to reach 1 | Oct 29 2024 | |||
9bcd50390251 | tghesquie | Inlining the function computeTractionOnQuad() | Oct 29 2024 | |||
2e49234273ed | tghesquie | Adding the parameter allow_dissipation_contact to the… | Oct 23 2024 | |||
738f4665c390 | tghesquie | Replacing boolean internal by a real internal | Oct 23 2024 | |||
947e227964e0 | tghesquie | Removing unused variables and adding overshoot logic when delta>delta_max | Oct 22 2024 | |||
6c7d860785ef | tghesquie | Modification of the damping so that it takes a critical damping (defined at the… | Oct 22 2024 | |||
9ed2a755b962 | tghesquie | Commit before changes in the damping computation | Oct 11 2024 | |||
5c965c5e2669 | tghesquie | Commit before change to the computation of the opnening rate | Oct 1 2024 | |||
322539c81c9e | tghesquie | Replaced opening_diff by opening_rate in the damping_traction to test chi… | Sep 25 2024 | |||
42f1c59d0e7c | tghesquie | Modified the damping in the unstable zone such that it is proportional to chi… | Sep 24 2024 | |||
7b8e1c81eb83 | tghesquie | Added indentation for clarity | Sep 20 2024 | |||
556c0426121b | tghesquie | Minor modification, set the default od allow_dissipation_contact to true and a… | Sep 18 2024 | |||
8ff60a9785d5 | tghesquie | Addition of a stabilized version of material_cohesive_linear allowing to… | Sep 17 2024 | |||
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 | |||
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 | |||
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 | |||
fb1f70bc20e0 | Nicolas Richart | Bug fixes cohesive elements | Aug 1 2023 | |||
0b5b06918b93 | Nicolas Richart | Fixing bugs and adding missing python interface | Jul 28 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 | |||
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 | |||
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 | |||
5bb957e9b427 | saduruss | solve conflicts with master | Mar 15 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 | |||
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 | |||
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 | |||
a37413ca05a9 | richart/Nicolas Richart | Advancing more | Feb 25 2023 | |||
8344be23f1d0 | richart/Nicolas Richart | Advancing in the compilation | Feb 25 2023 | |||
31237a41d460 | pundir/Nicolas Richart | constitutive laws added | 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 | |||
72006c9ff770 | richart | Linting the changes | Feb 24 2023 | |||
5df917a8797e | saduruss | solved conflicts | Feb 8 2023 | |||
cc0b8dcbb6d0 | richart/saduruss | removed commented code | Feb 6 2023 | |||
08844ab5a290 | saduruss | Merge branch 'master' into features/38-damage-energy-computation-missing-in… | Feb 6 2023 | |||
518da98ed1c3 | saduruss | Merge branch 'master' into bugfixes/46-bug-in-strain-energy-split-and-missing… | 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 | |||
c8b142d3ac4a | Philip Mueller, KY | Added some optimization to `SolidMechanicsModel::reassignMaterial()`. | 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 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
6ac75f2cd518 | saduruss | addition of constraint on damage in compression | Dec 14 2022 | |||
be373f5d943e | richart | Moving initDOFManager in body of constructor | Dec 7 2022 | |||
561ae72225db | richart | Bug fix in the order of operations when dumping data on file | Dec 5 2022 | |||
5bb67d7f3c81 | richart | Sanitizing the code | Nov 22 2022 | |||
87a312751636 | richart | Compilation problems with clang | Nov 1 2022 | |||
c3769466a8e9 | richart | Simplified named tuples | Oct 31 2022 |
c4science · Help