rAKA/srcfeatures/contact
rAKA/src
features/contact
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
8f1d14ec176b | richart | removing warnings in py_material | Nov 17 2020 | |||
30d41afebedb | richart | Bug fix in the eigen-gradu, with cohesive elements | Nov 16 2020 | |||
92684d20aee0 | richart | Minor improvements to help debugging | Nov 13 2020 | |||
e6cb89c743c8 | richart | bug fix in mesh distribution | Nov 13 2020 | |||
7fe6b3c3c105 | richart | Bug fix in size computation | Nov 13 2020 | |||
cf7c4837cb90 | richart | bug fix in the insertion of 3d elements | Nov 13 2020 | |||
36b61f922c3e | richart | Full rewrite of cohesive insertion to ensure the order of insertion across… | Nov 13 2020 | |||
e67b19e9c27e | richart | Bug fix | Nov 13 2020 | |||
996fba290d56 | richart | Accounting for stupid version of compilers | Nov 13 2020 | |||
e430cc0cba3c | richart | Remaining semicolon | Nov 13 2020 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 | |||
a7cedbf9906c | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
18bc82b3bd6a | richart | A bit of cleanup of the code | Nov 13 2020 | |||
d0b63cea21e3 | richart | Change in pybind11 compilation | Nov 13 2020 | |||
1f6666b97403 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
1ca3bf659e84 | richart | [ci] Extanding the ci: | Nov 13 2020 | |||
5cc4b76ac4b6 | richart | Adding git information to the code | Nov 13 2020 | |||
8f5380fd35d3 | richart | Merge branch 'master' of c4science:/diffusion/AKAPRIV/akantu-private into master | Nov 13 2020 | |||
6f328d59430d | pundir | changed previous opening to current opening for linear friction cohesive… | Nov 4 2020 | |||
5859a1e8025d | pundir | Bug Fixed : wrong numbering of elements for tracking master element corrected | Oct 28 2020 | |||
baacd6b48076 | richart | Changed the way eigen grad u can be set from the material file | Oct 8 2020 | |||
5c8a4684bc7f | anciaux | register the eigen gradu as a material parameter | Oct 8 2020 | |||
a787e18a8738 | pundir | double pass algorithm add average force based on whether master is deformable… | Oct 2 2020 | |||
93fbd8e67647 | pundir | double pass algorithm add average force based on whether master is deformable | Oct 2 2020 | |||
521cc7e1ec75 | pundir | double pass algorithm add average force | Oct 2 2020 | |||
5ce367da14df | pundir | added check for friction angle to be 0 | Sep 27 2020 | |||
ebbaa34b3050 | pundir | threshold value check for Drucker-Prager added | Sep 27 2020 | |||
cc4e1f0e5403 | pundir | Bug fixed : previous master elements size being less than nb of nodes added for… | Sep 23 2020 | |||
1fa10e0cfd44 | pundir | Bug Fixed : To check whether a point has interpenetrated | Sep 22 2020 | |||
b99b3fb0166f | pundir | check for same side in orthogonal prjection removed | Sep 19 2020 | |||
98cf4084d9f2 | pundir | nodal area calculation changed/bug in 3D natural projection fixed | Sep 19 2020 | |||
2cf950de4d67 | pundir | Bug fixed : contact node list was getting duplicated onElementsAdded | Sep 18 2020 | |||
c27503f1e994 | pundir | Bug Fixed : contact group was created everytime cohesive element is added | Sep 17 2020 | |||
7283a65898e2 | pundir | projection strategy changed to finding minima, onElementsAdded in Cohesive… | Sep 16 2020 | |||
47c9a7481eca | pundir | Bug Fixed : cohesive model works in release | Sep 16 2020 | |||
a02e0442c210 | pundir | fixed updateInternalParameter bug in Drucker-Prager material | Sep 13 2020 | |||
da9fafc32960 | pundir | Bug fixed in Drucker-Prager for converting voigt to Matrix form | Sep 13 2020 | |||
dc3be2e2808d | pundir | added updateInternalParameters function to Drucker-Prager class | Sep 13 2020 | |||
83ec5b7e14d9 | pundir | nodal area calculation reverted to taking norm of force | Sep 13 2020 | |||
2fc9064f1368 | pundir | Merge branch 'features/contact' of ssh://c3science.ch/diffusion/AKAPRIV/akantu… | Sep 12 2020 | |||
2e78bc3bc7f9 | pundir | contact search moved from predictor to assembleResidual | Sep 12 2020 | |||
e4fb2c8b780f | pundir | Drucker-Prager law for plastic material implemented | Sep 12 2020 | |||
27286d251f89 | pundir | added function to define new IntegrationScheme | Sep 8 2020 | |||
e9b5a9de2e77 | pundir | added max iteration criteria to contact detector for natural projection | Sep 2 2020 | |||
1400bfd8ee35 | pundir | added a max iteration criteria to inverseMap function | Sep 2 2020 | |||
817d475949d1 | pundir | tangential traction added for dumping | Sep 1 2020 | |||
6341a20f6963 | pundir | Bug fixed : no of boundary elements were wrongly accounted for | Aug 31 2020 | |||
9ab34840d8f6 | pundir | cleaning a bit | Aug 31 2020 | |||
1565fc644003 | pundir | parameter to determine extension of a master element added | Aug 30 2020 | |||
c01fa08c8ee7 | pundir | Bug Fixed : detection to check if point is inside or outside a master surface | Aug 29 2020 | |||
7891c0688133 | pundir | extra comments added to clarify some algorithms | Aug 26 2020 | |||
896d27c5c657 | pundir | gap and nodal area computation corrected | Aug 25 2020 | |||
919aa012b555 | pundir | boundary element function edited | Aug 25 2020 | |||
83bcc950e0e6 | pundir | change in nodal area computation/current configuration considered | Aug 25 2020 | |||
843298058689 | pundir | added tolerance criteria for natural projection | Aug 19 2020 | |||
dd87d9e606f0 | pundir | matrix-matrix multiplications in resolutions corrected | Aug 13 2020 | |||
704d5c36c87b | pundir | added need_to_reassemble as default option | Aug 10 2020 | |||
9bf64cb553d1 | pundir | readded intialization of projection arrays | Aug 10 2020 | |||
8bbebddaf70c | pundir | resolutions computation chnages to vector-vector multiplication | Aug 10 2020 | |||
fbc9ea42cf93 | pundir | enum class for contact state added | Aug 3 2020 | |||
8caed5af6d81 | pundir | quadratic penalty formulation added/ forces implemented | Aug 3 2020 | |||
d5860b7039c3 | pundir | normal and stick modulii implemented for penalty | Jul 29 2020 | |||
3a0a2c4d04e9 | pundir | Bug Fix : contact force were added twice due to ghost/not_ghost | Jul 27 2020 | |||
0295b6224697 | pundir | Bug Fix : convergence normalized criteria was zero for solution type | Jul 27 2020 | |||
f7d749d67510 | richart | Extanding the python interface of FEEngine and cohesive element | Jul 21 2020 | |||
982f9d242db9 | pundir | corrected slip tangential traction | Jul 5 2020 | |||
c0a4d4d2d15a | pundir | resizing stick slip array in search function | Jun 30 2020 | |||
3fb8ce4a66af | anciaux | remove prank and psize from communicator.hh | Jun 23 2020 | |||
c921ebe198ff | pundir | Conflict with master resolved | Jun 19 2020 | |||
905ad172e612 | pundir | change in solid mechanics model file do not know | Jun 19 2020 | |||
cddbbc55582d | pundir | phasefield selector compiles | Jun 19 2020 | |||
04f84f3897ff | anciaux | fix rotation wrongly inserted in the natural coordinates for tetrahedron4 | Jun 17 2020 | |||
846e29973f06 | pundir | changes in dumper functions in accordance to master | Jun 14 2020 | |||
8decd1bbe0c1 | pundir | conflicts with master resolved | Jun 14 2020 | |||
c76ceb9226ef | pundir | working on contact coheisve coupler | Jun 12 2020 | |||
03d3e280c971 | pundir | Bug fixed : multiple cohesive materials in extrinsic insertion | Jun 8 2020 | |||
c07cbcedad5b | pundir | changes to internal field to accept any Material like class | May 29 2020 | |||
95f643fbb529 | richart | Merge branch 'master' of gitlab.com:akantu/akantu | May 6 2020 | |||
f2b54f6e0331 | richart | Modifications for the documentation | May 6 2020 | |||
14387e2a36cc | pundir | contact coupler modified | Apr 16 2020 | |||
376b4515bcc0 | pundir | contact mechanics model : previous state/explicit dynamic default solver | Apr 16 2020 | |||
26d275f65202 | pundir | friction for large sliding is added in penalty resolution | Apr 16 2020 | |||
6725ba687663 | pundir | added before/after solve step to resolution | Apr 16 2020 | |||
3b63ad20c3d5 | pundir | added functionality to take userdefined values in allocNodalField in model | Apr 16 2020 | |||
e19fba010c2b | pundir | contact element class cleaned/ all necessary functions moed to model | Apr 16 2020 | |||
5002068d9efe | pundir | commented duplicate functions already in geometry utils | Apr 16 2020 | |||
5e829ba03d24 | pundir | added minimum function to sparse matrix aij | Mar 31 2020 | |||
a80e6d048c5a | anciaux | Merge branch 'master' of gitlab.com:akantu/akantu | Mar 25 2020 | |||
f12826f744d5 | anciaux | if sequential, should exchange information for the pbc | Mar 25 2020 | |||
9d71cf55d088 | richart | Merge branch 'master' of gitlab.com:akantu/akantu | Mar 24 2020 | |||
e8a7879155ab | richart | small bug fix | Mar 24 2020 | |||
4b1996c1a5f2 | anciaux | removes a wrong clear of elastic constants in anisotropic law | Mar 18 2020 | |||
44a04848e239 | anciaux | allow to initialize the material manually | Mar 18 2020 | |||
1ca2a17aa807 | anciaux | correct uninitialized values from materials | Mar 18 2020 | |||
f2e4a0fa4491 | anciaux | some changes to make PBC work again in sequential: to review | Mar 15 2020 | |||
4da59a0e63c4 | anciaux | correct a memory fault problem with the pbc | Mar 13 2020 | |||
d751a95ffe34 | anciaux | set tag upper bound based in MPI_COMM_WORLD | Mar 9 2020 | |||
30ae51bad185 | anciaux | extend communicator creation in akantu | Mar 6 2020 | |||
29a3edd4dac6 | pundir | Conflict resolved with master | Feb 29 2020 | |||
b796f5cef85e | pundir | example added for contact mechanics | Feb 26 2020 |
c4science · Help