History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d64336973823 | richart | Minor changes in Marigo for dumpers | May 1 2023 | |||
210052b6de93 | richart | Bug fix in applyBC | May 1 2023 | |||
58cda29883ee | richart | Const correctness messed up in the Array | Apr 26 2023 | |||
782eefab8ea8 | richart | Releasing version 5.0.0 | Mar 31 2023 | |||
2808662af970 | richart | Working on the code quality | Jan 28 2023 | |||
2ccf190bdba8 | richart | Merge remote-tracking branch 'origin/master' into features/eigen | Jan 25 2023 | |||
a01c59ee807f | richart | Mess-up in the generalized trapezoidal coefficients | Jan 17 2023 | |||
801237941204 | Nicolas Richart | Merge branch 'master' into features/eigen | Dec 23 2022 | |||
be373f5d943e | richart | Moving initDOFManager in body of constructor | Dec 7 2022 | |||
5bb67d7f3c81 | richart | Sanitizing the code | Nov 22 2022 | |||
395abbd6ce0f | richart | Merge branch 'master' into features/eigen | Oct 5 2022 | |||
63f55c853207 | richart | more bugs squashed | Oct 4 2022 | |||
b49c989ba5c3 | richart | Refactor contact code (still need some work) | Sep 29 2022 | |||
b4c0dfe20c45 | richart | Merge branch 'master' into features/eigen | Jul 9 2022 | |||
b54daa8924d0 | richart | Updates node groups associated to element groups when nodes are doubled to… | Jul 8 2022 | |||
23afa0f74cab | richart | Correcting a warning at compilation | Jun 29 2022 | |||
9d1341e08698 | tdroch | Merge branch 'bugfixes/create_matrices_if_needed_by_user' into 'master' | May 10 2022 | |||
8185a160038c | richart | Merge branch 'bugfixes/detect_mixed_distributed_initialization' into 'master' | Apr 28 2022 | |||
96dbd1c1c33c | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 28 2022 | |||
f6df60ddf7b7 | richart | Giving access to alpha and beta in NewmarkBeta | Apr 27 2022 | |||
c5fb4eb8f6a9 | richart | Merge branch 'master' into bugfixes/create_matrices_if_needed_by_user | Apr 27 2022 | |||
792f29f6d28d | richart | Making K optional in Newmark-beta for explicit with consistent mass computations | Apr 27 2022 | |||
3db0cf5502c7 | Philip Mueller, HS | Applied more of Nicolas' suggestions. | Apr 27 2022 | |||
678ec54b220c | Philip Mueller, HS | Addessed several of Nicolas' comments on GitLab. | Apr 27 2022 | |||
f01a71ed88a5 | Philip Mueller, HS | Updated the `DOFManager`, regarding the new event `MeshIsDistributedEvent`. | Mar 20 2022 | |||
7c8e3eb1d349 | richart | Making IntegratorScheme available in python | Mar 18 2022 | |||
2a295ea8f9f4 | richart | Compiles with older compilers and reactivated missing compilation flags | Feb 16 2022 | |||
1891c1181fc6 | richart | Bug fix in models | Feb 12 2022 | |||
e4268c1bc417 | richart | Bug fixes | Feb 1 2022 | |||
7783bd83ea55 | Nicolas Richart | [wip] fixing more bugs Vector<>(size, 0) fails | Jan 28 2022 | |||
a4980c2e8c1d | Nicolas Richart | [wip] more bug fixing and uint to auto | Jan 27 2022 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 2022 | |||
b9e33c8f19a2 | Nicolas Richart | [wip] starting to debug the mess | Jan 23 2022 | |||
36b5c7690fc7 | Nicolas Richart | Merge branch 'master' into features/eigen | Jan 22 2022 | |||
a08c45ee509b | Nicolas Richart | [wip] tests are compiling | Jan 22 2022 | |||
9522a0eddb68 | Nicolas Richart | [wip] reached a compiling state for the library | Jan 21 2022 | |||
fbd8b0dfaf2d | Nicolas Richart | [wip] more UInt changed and material changes to named_tuples | Jan 20 2022 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 2021 | |||
174a2e1ab3ac | richart | Adding a layer InterceptSolverCallback to simplify the interception | Nov 5 2021 | |||
3ad087540b2b | richart | Moved dofs ids information to TermsToAssemble | Nov 5 2021 | |||
8e76908f420b | Nicolas Richart | [wip] slowly correcting the merge and rebase errors | Oct 31 2021 | |||
01141098e462 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Oct 29 2021 | |||
dd07c2a05544 | Nicolas Richart | [wip] changing back `const (ElementType|ElementKind|GhostType) &` to \1 after… | Oct 29 2021 | |||
47efb065a843 | richart/Nicolas Richart | [wip] More UInt to auto, Int or Idx and Eigen stuffs | Oct 29 2021 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
3cce03794477 | richart/Nicolas Richart | [WIP] making iterator work with eigen types and started to make akantu eigen… | Oct 22 2021 | |||
7b1fdbf487b0 | richart/Nicolas Richart | More work for eigen transition | Oct 22 2021 | |||
44aa27ae672e | Nicolas Richart | Adding missing parts in the interface and debugging | Oct 22 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
146f7a0e9b4c | richart/Nicolas Richart | initial change for eigen | Sep 14 2021 | |||
25743e8c285f | richart | clang-tidy --fix: to auto fix errors | Aug 27 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
020d57e328cd | richart | Merge branch 'bugfixes/boundary_changes_in_solver' into 'master' | Aug 3 2021 | |||
6262bb9b0011 | richart | Resetting the J matrix if the boundary changed | Jul 28 2021 | |||
80a7ec7d8c7d | richart | Merge branch 'master' into features/contact | Jun 24 2021 | |||
b75e7eac6591 | richart | refactoring the code of the coupler solid contact | Jun 23 2021 | |||
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 | |||
7b8c44876f35 | richart | Reordering methods | May 14 2021 | |||
a1f8c50c9afc | richart | Reordering methods | May 14 2021 | |||
b310023952d2 | pundir | Merge branch 'master' of gitlab.com:akantu/akantu into features/contact | Apr 7 2021 | |||
00d14211d024 | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
5acfa6ca970d | pundir | Merge branch 'master' into features/phasefield | Apr 2 2021 | |||
9d9fd80295fa | pundir | cleaning the code and adding descriptions to the classes | Apr 2 2021 | |||
1ce2f1aeb5ef | pundir | cleaning the code and adding descriptions to the classes | Apr 2 2021 | |||
bc650421eb69 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
9cb01e0c3a12 | richart | Merge branch 'master' into features/material_internals_memory | Mar 13 2021 | |||
a724d3f2390c | richart | Getting rid of the static memory | Mar 10 2021 | |||
33327d9f46e4 | richart | Getting rid of the static memory | Mar 10 2021 | |||
ed955d571096 | richart | Adding energy computations | Mar 6 2021 | |||
8b2393966ca6 | richart | Adding energy computations | Mar 6 2021 | |||
ff5e68dcafd8 | pundir | Merge remote-tracking branch 'upstream/master' into features/phasefield | Feb 26 2021 | |||
a4e2455c217e | pundir | Merge remote-tracking branch 'upstream/master' into features/phasefield | Feb 26 2021 | |||
fbdb0f3b5737 | pundir | multi-material functionality for phasefield added | Feb 24 2021 | |||
f7d1596ca451 | pundir | multi-material functionality for phasefield added | Feb 24 2021 | |||
07f0ddac6c74 | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
e2a9b85e876e | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
9cc3a34ac7ea | richart | Bug fix following the merge and modifications to work with all models | Dec 23 2020 | |||
569ce41669ae | richart | Correcting compilation errors due to merge | Dec 11 2020 | |||
e37c144d7c8c | richart | Merge branch 'master' into features/contact | Dec 11 2020 | |||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 | |||
ae5a25c2bfad | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
a7cedbf9906c | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
1ba2ccb21bb6 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
1f6666b97403 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
d4df31b1179c | pundir | contact search moved from predictor to assembleResidual | Sep 12 2020 | |||
b1b6bc7d4284 | pundir | added function to define new IntegrationScheme | Sep 8 2020 | |||
c1ccb21ef3d3 | pundir | matrix-matrix multiplications in resolutions corrected | Aug 13 2020 | |||
3f2e0ed41e43 | pundir | Bug Fix : convergence normalized criteria was zero for solution type | Jul 27 2020 | |||
ebae9abcee87 | pundir | Conflict with master resolved | Jun 19 2020 | |||
c921ebe198ff | pundir | Conflict with master resolved | Jun 19 2020 | |||
df896bbba52f | pundir | conflicts with master resolved | Jun 14 2020 | |||
271e73ac5baa | pundir | working on contact coheisve coupler | Jun 12 2020 | |||
d2aec9116f8f | richart | Modifications for the documentation | May 6 2020 | |||
f2b54f6e0331 | richart | Modifications for the documentation | May 6 2020 | |||
2f1d4e56803d | pundir | contact mechanics model : previous state/explicit dynamic default solver | Apr 16 2020 | |||
acfed465d647 | richart | small bug fix | Mar 24 2020 | |||
e8a7879155ab | richart | small bug fix | Mar 24 2020 | |||
727f18940ec2 | anciaux | some changes to make PBC work again in sequential: to review | Mar 15 2020 |
c4science · Help