Diffusion akantu (bugfixes/32-python-interface-import-akantu-fails-with-4-0-0-problem-in-make-install) Graph
Graphbugfixes/32-python…
Graph
bugfixes/32-python…
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
10664658c20c | richart | Bug fix in the eigen-gradu, with cohesive elements | Nov 16 2020 | ||||
99b381709af7 | richart | Debug in order to be able to do some coverage later on | Nov 16 2020 | ||||
ffa5a2efe61c | richart | Trying to solve the problem of artefacts | Nov 16 2020 | ||||
3d77ece78ef4 | richart | keeping artefacts longer | Nov 14 2020 | ||||
9078eff9146c | richart | improving ccache cache hits: | Nov 13 2020 | ||||
f4783b779273 | richart | Bug fix: rebase conflit resolution | Nov 13 2020 | ||||
e3f8cc5a4768 | richart | sharing ccache in between builds | Nov 13 2020 | ||||
76f62cfa3f0a | richart | Missing marco definition for pybind11 | Nov 13 2020 | ||||
93b4beb364a7 | richart | Warning in pybind11 | Nov 13 2020 | ||||
33ef5c2570c3 | richart | Correcting deprecated pybind code | Nov 13 2020 | ||||
4090a168ad5e | richart | Minor improvements to help debugging | Nov 13 2020 | ||||
da19e76c141c | richart | bug fix in mesh distribution | Nov 13 2020 | ||||
234da74828e9 | richart | Bug fix in size computation | Nov 13 2020 | ||||
79c61bda7828 | richart | bug fix in parallel test_cohesive | Nov 13 2020 | ||||
4f92994b7984 | richart | bug fix in the insertion of 3d elements | Nov 13 2020 | ||||
19086cd4e3db | richart | Full rewrite of cohesive insertion to ensure the order of insertion across… | Nov 13 2020 | ||||
0c0644a4376c | richart | Test fix when no implicit solver present | Nov 13 2020 | ||||
352e8963cc1b | richart | Bug fix | Nov 13 2020 | ||||
6499a1de98dd | richart | Accounting for stupid version of compilers | Nov 13 2020 | ||||
e94e01ed97c3 | richart | Remaining semicolon | Nov 13 2020 | ||||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | ||||
c5371a97cb63 | richart | Modified visibility and headers in pybind interface | Nov 13 2020 | ||||
85b7d11bb6db | richart | This closes #1, problem with `-j auto` in versions prior to 1.7 | Nov 13 2020 | ||||
ae5a25c2bfad | richart | Bug fix in non_local cleanup | Nov 13 2020 | ||||
10b19a5ee178 | richart | A bit of cleanup of the code | Nov 13 2020 | ||||
987ebdfa2479 | richart | Change in pybind11 compilation | Nov 13 2020 | ||||
57a358fd660b | richart | Missing openmpi configuration and renaing of docker config folders | Nov 13 2020 | ||||
1ba2ccb21bb6 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | ||||
1388de54d3a1 | richart | [ci] Extanding the ci: | Nov 13 2020 | ||||
4a441565a071 | richart | Adding git information to the code | Nov 13 2020 | ||||
cfdd63f214a7 | richart | Merge branch 'master' of c4science:/diffusion/AKAPRIV/akantu-private into master | Nov 13 2020 | ||||
571eb6210c1a | pundir | changed previous opening to current opening for linear friction cohesive… | Nov 4 2020 | ||||
83834086e119 | pundir | Bug Fixed : wrong numbering of elements for tracking master element corrected | Oct 28 2020 | ||||
33c80c6b352e | richart | Changed the way eigen grad u can be set from the material file | Oct 8 2020 | ||||
328d00db66a9 | anciaux | Merge branch 'master' of gitlab.com:akantu/akantu into HEAD | Oct 8 2020 | ||||
af9a0441ec8d | anciaux | register the eigen gradu as a material parameter | Oct 8 2020 | ||||
16e090c3014d | richart | Merge branch 'ganciaux/akantu-master' into master | Oct 6 2020 | ||||
0cd95f597f12 | pundir | double pass algorithm add average force based on whether master is deformable… | Oct 2 2020 | ||||
65107b3a1112 | pundir | double pass algorithm add average force based on whether master is deformable | Oct 2 2020 | ||||
6026102e6e39 | pundir | double pass algorithm add average force | Oct 2 2020 | ||||
e2604129e9be | anciaux | Fixed a configuration error in cmake seen on centos8, cmake-3.11.4 | Oct 1 2020 | ||||
f1de7fae682e | pundir | added check for friction angle to be 0 | Sep 27 2020 | ||||
51ef77aba83e | pundir | threshold value check for Drucker-Prager added | Sep 27 2020 | ||||
3510f05ec280 | pundir | Bug fixed : previous master elements size being less than nb of nodes added for… | Sep 23 2020 | ||||
fd3e87879dd8 | pundir | Bug Fixed : To check whether a point has interpenetrated | Sep 22 2020 | ||||
86044c877162 | pundir | check for same side in orthogonal prjection removed | Sep 19 2020 | ||||
239ab6295f57 | pundir | nodal area calculation changed/bug in 3D natural projection fixed | Sep 19 2020 | ||||
0768da2ab4f5 | pundir | Bug fixed : contact node list was getting duplicated onElementsAdded | Sep 18 2020 | ||||
764e0a5a23f9 | pundir | Bug Fixed : contact group was created everytime cohesive element is added | Sep 17 2020 | ||||
c8ad747b60d1 | pundir | projection strategy changed to finding minima, onElementsAdded in Cohesive… | Sep 16 2020 | ||||
4126aae7aa6f | pundir | Bug Fixed : cohesive model works in release | Sep 16 2020 | ||||
acbc2bfd0c6b | pundir | fixed updateInternalParameter bug in Drucker-Prager material | Sep 13 2020 | ||||
08c1edfda240 | pundir | Bug fixed in Drucker-Prager for converting voigt to Matrix form | Sep 13 2020 | ||||
4f19f0205891 | pundir | added updateInternalParameters function to Drucker-Prager class | Sep 13 2020 | ||||
31e21da3c2dd | pundir | nodal area calculation reverted to taking norm of force | Sep 13 2020 | ||||
15e64f6ef328 | pundir | Merge branch 'features/contact' of ssh://c3science.ch/diffusion/AKAPRIV/akantu… | Sep 12 2020 | ||||
d4df31b1179c | pundir | contact search moved from predictor to assembleResidual | Sep 12 2020 | ||||
26c693c062e2 | pundir | Drucker-Prager law for plastic material implemented | Sep 12 2020 | ||||
b1b6bc7d4284 | pundir | added function to define new IntegrationScheme | Sep 8 2020 | ||||
bd65c18eb0c5 | pundir | added max iteration criteria to contact detector for natural projection | Sep 2 2020 | ||||
437c229c5185 | pundir | added a max iteration criteria to inverseMap function | Sep 2 2020 | ||||
2d9bbe4afe57 | pundir | tangential traction added for dumping | Sep 1 2020 | ||||
067043ddb89b | pundir | Bug fixed : no of boundary elements were wrongly accounted for | Aug 31 2020 | ||||
9f1b8ec6ec9d | pundir | cleaning a bit | Aug 31 2020 | ||||
1fd52b2cfa29 | pundir | parameter to determine extension of a master element added | Aug 30 2020 | ||||
87fe19b2c01d | pundir | Bug Fixed : detection to check if point is inside or outside a master surface | Aug 29 2020 | ||||
fe9320be0cda | pundir | extra comments added to clarify some algorithms | Aug 26 2020 | ||||
77d22c2b40ef | pundir | gap and nodal area computation corrected | Aug 25 2020 | ||||
2adc9d791ed2 | pundir | boundary element function edited | Aug 25 2020 | ||||
333ff37c486c | pundir | change in nodal area computation/current configuration considered | Aug 25 2020 | ||||
c005d437b22d | pundir | added tolerance criteria for natural projection | Aug 19 2020 | ||||
c1ccb21ef3d3 | pundir | matrix-matrix multiplications in resolutions corrected | Aug 13 2020 | ||||
ee3ed7a495d5 | pundir | added need_to_reassemble as default option | Aug 10 2020 | ||||
f71b310c71b3 | pundir | readded intialization of projection arrays | Aug 10 2020 | ||||
b6940921be63 | pundir | resolutions computation chnages to vector-vector multiplication | Aug 10 2020 | ||||
dc28a63f3fa9 | pundir | enum class for contact state added | Aug 3 2020 | ||||
92d86600bd24 | pundir | quadratic penalty formulation added/ forces implemented | Aug 3 2020 | ||||
eda33bb71303 | pundir | normal and stick modulii implemented for penalty | Jul 29 2020 | ||||
142605f399f4 | pundir | Bug Fix : contact force were added twice due to ghost/not_ghost | Jul 27 2020 | ||||
3f2e0ed41e43 | pundir | Bug Fix : convergence normalized criteria was zero for solution type | Jul 27 2020 | ||||
4215a7d58310 | richart | Bug fix | Jul 21 2020 | ||||
ca74d069169a | richart | Extanding the python interface of FEEngine and cohesive element | Jul 21 2020 | ||||
85ce2123e090 | pundir | corrected slip tangential traction | Jul 5 2020 | ||||
c6dea391f904 | pundir | resizing stick slip array in search function | Jun 30 2020 | ||||
508d6617baf7 | richart | Merge branch 'master' of gitlab.com:akantu/akantu | Jun 25 2020 | ||||
742364c99d4d | richart | Correction for cmake 3.10 | Jun 25 2020 | ||||
8450d7483d8b | anciaux | remove prank and psize from communicator.hh | Jun 23 2020 | ||||
d20eb7635e54 | anciaux | fix rotation wrongly inserted in the natural coordinates for tetrahedron4 | Jun 17 2020 | ||||
5519bbcd922a | anciaux | raise threshold strain for modeI insertion check | Jun 17 2020 | ||||
7dfd7a8922cc | pundir | changes in dumper functions in accordance to master | Jun 14 2020 | ||||
df896bbba52f | pundir | conflicts with master resolved | Jun 14 2020 | ||||
271e73ac5baa | pundir | working on contact coheisve coupler | Jun 12 2020 | ||||
14d51fa1489c | pundir | Bug fixed : multiple cohesive materials in extrinsic insertion | Jun 8 2020 | ||||
2151bd13ad75 | richart | [doc] making the config a bit more generic | May 8 2020 | ||||
8aeeb3ef8673 | richart | [doc] removing unused files | May 8 2020 | ||||
f7ff56aa871c | frerot | [doc] using existing doxygen index for namespace akantu | May 7 2020 | ||||
895ed3f8046c | frerot | [doc] integrating sphinx user manual with cmake-built doc | May 7 2020 | ||||
1b35e545f75a | frerot | Merge branch 'features/sphinx' | May 7 2020 | ||||
79b71a4d9b6d | frerot | [user manual] added feengine chapter with isoparametric elements | May 7 2020 | ||||
e4e28c3d93c1 | richart | Merge branch 'master' of gitlab.com:akantu/akantu | May 6 2020 |
c4science · Help