History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
8b2393966ca6 | richart | Adding energy computations | Mar 6 2021 | |||
e2a9b85e876e | richart | Bug fix of dynamics structural elements | Feb 5 2021 | |||
2494dc4e9df3 | richart | clang-tidy | Nov 13 2020 | |||
a7cedbf9906c | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
1f6666b97403 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
f2b54f6e0331 | richart | Modifications for the documentation | May 6 2020 | |||
e8a7879155ab | richart | small bug fix | Mar 24 2020 | |||
f2e4a0fa4491 | anciaux | some changes to make PBC work again in sequential: to review | Mar 15 2020 | |||
3741ee66d19a | richart | Wrongly protected compilation | Dec 20 2019 | |||
dcdb1495214c | richart | Corrected num iter count | Nov 27 2019 | |||
2d7706576326 | richart | Storing step before solve restoring if solve failed | Nov 27 2019 | |||
67bc28894cfb | richart | Make akantu compile again on ubuntu xenial | Oct 28 2019 | |||
a58bd8d06aea | richart | bug fix in the profil construction | Aug 20 2019 | |||
fe2c711063a8 | richart | arc lint --everything | Jul 19 2019 | |||
64b062ea67f5 | richart | Allowing to call the solver with a different solver callback | Jul 4 2019 | |||
0e4984f5a64d | richart | Merge branch 'master' into features/pybind11 | Jun 15 2019 | |||
f6f78a8e1f57 | richart | Bug fix in cohesive elements | Jun 5 2019 | |||
69c3f4c90ff0 | richart | Merge branch 'master' into features/petsc | Jun 5 2019 | |||
29ce3cc1f3a1 | richart | Adding dof manager tests for petsc | Apr 23 2019 | |||
1e093d42f748 | richart | dynamic_cast -> as_type | Apr 5 2019 | |||
72c0214a7b7a | richart | PETSc dynamic solver | Apr 5 2019 | |||
de3632b9a117 | richart | Removed small tweaks made it more stable by copying the profiles | Mar 27 2019 | |||
0183db140277 | richart | First correct solution obtained with PETSc | Mar 27 2019 | |||
82efd2d855ec | richart | refactoring some assembly code | Mar 13 2019 | |||
2ff5e44cc57d | richart | This seams to work to assemble with multiple dofs and in parallel (needs a bit… | Mar 7 2019 | |||
0caf92148c1b | richart | Refactoring code between dof_managers | Feb 26 2019 | |||
05a352d13d99 | richart | PETSc compiles adding SolverVector | Jan 2 2019 | |||
bb1dc4591df5 | richart | Bug fixing some tests + sanitizing them | Dec 30 2018 | |||
ef8b48beb2fc | richart | Scoping more enums | Dec 30 2018 | |||
926d81321873 | richart | DOFManagerPETSc almost compiling | Dec 28 2018 | |||
08a4aeef80c5 | richart | advancing in the petsc dof manager | Dec 28 2018 | |||
81e90b9978ef | richart | updating the matrix definition | Dec 28 2018 | |||
08b1837389c4 | richart | Scoping some enums | Dec 28 2018 | |||
d41cf25de0e0 | richart | Long overdue cleaning in the model folder | Dec 28 2018 | |||
052424c24651 | richart | making firstType lastType deprecated + bug fix in internalfields | Nov 2 2018 | |||
d32942878135 | richart | Cleaning useless events | Mar 8 2018 | |||
2d7e93b72235 | richart | Rewrote the headers of the files in src | Feb 23 2018 | |||
80101ddd6e28 | richart | Linted everything 'arc --lint --erverything' | Feb 23 2018 | |||
f1db0234fa4b | richart | Changed lot of iterators to auto | Feb 20 2018 | |||
7064d0e0638c | richart | No harsh termination, only exceptions thrown | Feb 20 2018 | |||
dbab3a696525 | richart | Passing compilation with intel compiler | Jan 16 2018 | |||
79286ef9af64 | richart | Modified model initilalization | Dec 14 2017 | |||
20647fbaefa9 | • arichart | Tidying the code with more clang-tidy | Dec 3 2017 | |||
98405b386e09 | richart | clang-tidy auto-fix second pass for using and auto + performance | Nov 8 2017 | |||
3cb848d814e7 | richart | clang-tidy first pass of auto-fixes | Nov 8 2017 | |||
133a6062c3b5 | richart | Refactoring communicator | Nov 7 2017 | |||
0398b78b1d1f | richart | `Merge branch 'features/dofs-separation-rewrote' of lsmssrv1.epfl.ch:akantu… | Sep 27 2017 | |||
7d881add2526 | richart | make it compiles with non-local not activated | Sep 27 2017 | |||
24e0e7f9b3d3 | richart | Corrected non-local manager + made cleanup safer | Sep 19 2017 | |||
28f5cbe13756 | richart | lot of tests fixes | Sep 11 2017 | |||
a2a185177344 | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
431053ddb225 | richart | Small improvements ?! | Aug 9 2017 | |||
9ffaecefb71a | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | |||
d7d730c41bd2 | richart | Refactoring non-local | Jul 21 2017 | |||
84efe4b62809 | richart | Adding MaterialFactory and correcting some test that did not compile anymore | Jul 9 2017 | |||
341103fd512e | richart | Non local refactoring + bug fix in the communications of the weight functions | Jul 6 2017 | |||
f3288de80211 | richart | Changing namespace definition | Jun 19 2017 | |||
e5a6225ca95a | richart | Merge remote-tracking branch 'origin/master' into features/dofs-separation… | Jun 14 2017 | |||
e04fde03207c | richart | Bug fix ~ in non local damage | Feb 14 2017 | |||
cafceb59140e | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
b266e36a8204 | Aurelia Cuba Ramos | conflicts resolved | Feb 1 2016 | |||
13dd560ae534 | Aurelia Cuba Ramos | give unique memory ids to all the elment type maps, needed for FE2 | Jan 31 2016 | |||
a1b3497b1275 | LSMS Tester/richart | Removing warning with -Wall -Werror + reformating the fils went through | Jan 21 2016 | |||
7dd9648d4655 | LSMS Tester/richart | Updating the headers for the release 2.3 | Jan 15 2016 | |||
fd65bfe537f1 | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Dec 16 2015 | |||
a339de614273 | Aurelia Cuba Ramos | testing of non-local damage completed | Dec 16 2015 | |||
686ac09f1c08 | anciaux | removing some more clang warnings | Dec 8 2015 | |||
b4f38a7e8cc1 | anciaux | fixing some more compilation troubles | Dec 8 2015 | |||
8c3e213e5990 | Aurelia Cuba Ramos | giving Nicolas credit for the non-local code | Nov 25 2015 | |||
89a7ea26694d | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Nov 25 2015 | |||
54d319e1c23d | Aurelia Cuba Ramos | examples for non-local in parallel added | Nov 25 2015 | |||
b63ae69cef7c | richart | Bug fix due to change of interface of isInternal in materials | Nov 24 2015 | |||
2f4cb2efd78e | richart | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Nov 24 2015 | |||
495126944c1f | richart | Rewrote flattenInternal using the information from the internal... | Nov 24 2015 | |||
4a1badc6725b | Aurelia Cuba Ramos | made the onElements... functions purely virtual for consistency | Nov 23 2015 | |||
6fa47d40734e | richart | typo in unused correction | Nov 23 2015 | |||
a7bc3c4762c7 | richart | mesh events interface forced, bug fix correction | Nov 23 2015 | |||
c7b83f711c1e | Aurelia Cuba Ramos | make non-local compile again | Nov 23 2015 | |||
1ce2acdb9ebf | Aurelia Cuba Ramos | bug fix in parallel non-local, cleaning of mesh-sphere intersector, added… | Oct 28 2015 | |||
4e871c6da7fe | Aurelia Cuba Ramos | modifications to make non-local compatible with IGFEM | Oct 21 2015 | |||
6f67b4f45472 | Aurelia Cuba Ramos | resolved linking problem when compiling without non-local | Oct 15 2015 | |||
54e599859086 | Aurelia Cuba Ramos | Non-local development completed in parallel, neighborhood for iterative damage… | Oct 15 2015 | |||
a0b28f5877ff | Aurelia Cuba Ramos | generic neighborhood class added | Oct 8 2015 | |||
31bc1f38dee0 | Aurelia Cuba Ramos | Non-local modifications completed | Oct 8 2015 | |||
2489c7e7c17f | Aurelia Cuba Ramos | WeightFunction removed from MaterialNonLocal | Oct 7 2015 | |||
6971d6cdb6f8 | Aurelia Cuba Ramos | bug fix in parser, non-local modifications continued | Oct 6 2015 | |||
f53070fb66ff | Aurelia Cuba Ramos | Operators in quadrature point class corrected, non-local modifications… | Oct 2 2015 | |||
9aef3a008b31 | Aurelia Cuba Ramos | Non-local modifications continued: Computation of weights now independent of… | Oct 1 2015 | |||
c5e8ee524ed2 | Aurelia Cuba Ramos | non-local toolbox development continued, bug fix in quadrature point class, bug… | Sep 28 2015 | |||
f684c1ff93ec | Aurelia Cuba Ramos | development of non-local toolbox started: make non-local averaging generic and… | Sep 26 2015 |
c4science · Help