History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
60ebd3a09047 | richart | removed useless code | Jan 30 2018 | |||
cafb0c72846b | richart | Changed the way includes are handled for external packages | Jan 16 2018 | |||
9b780f2f40a5 | richart | Improving the treatment of includes and external libraries | Jan 12 2018 | |||
699bd5400318 | • arichart | separated solid mechanics code at compile | Dec 4 2017 | |||
fcbee3a0712f | richart | Moving the constant initialization as constexpr in the headers | Nov 29 2017 | |||
e673c37968c6 | richart | Removed the constness of the Communicator to be able to register event handlers | Nov 15 2017 | |||
403f60eeed8a | richart | Integrating parallel cohesive element in master | Nov 7 2017 | |||
e1e93d268755 | richart | Still on the path of making g++ 5.4.* happy | Oct 25 2017 | |||
1c167adfdebb | richart | Re-factorization of the structural element code | Oct 11 2017 | |||
7d881add2526 | richart | make it compiles with non-local not activated | Sep 27 2017 | |||
28f5cbe13756 | richart | lot of tests fixes | Sep 11 2017 | |||
a2a185177344 | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
fd0f6180866f | richart | adding arange similar to numpy.arange | Aug 11 2017 | |||
7ccd0d966a3c | richart | Bug Fixes | Aug 9 2017 | |||
9ffaecefb71a | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | |||
9d78ebf87276 | richart | Cleaning the mesh insterface + modernization | Aug 9 2017 | |||
97b388653270 | richart | Adding zip container and iterator | 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 | |||
7c7a57204949 | richart | Adding named_argument capability | Jun 16 2017 | |||
e5a6225ca95a | richart | Merge remote-tracking branch 'origin/master' into features/dofs-separation… | Jun 14 2017 | |||
599d7cd82b35 | richart | Adding chrono from c++11 when possible | Jun 12 2017 | |||
bd7ff21b143c | D105 | richart | Adding the author list to the manual | Jun 12 2017 | ||
2d6796a7818a | richart/anciaux | Modified determination of pentahedron integration by cross product of triangle… | Mar 21 2017 | |||
0db649cf6d67 | richart | Adding pre-assembled terms for coupling matrices + detecting changes in… | Jan 18 2017 | |||
8476bc13a6c8 | richart | Correction for cmake 3.0.2 | Dec 14 2016 | |||
06e82afebd3a | richart | starting to modify the tests for the new API, + bug fixes on autos ans adding… | Dec 7 2016 | |||
cafceb59140e | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
e61d58c57927 | richart | Modified determination of pentahedron integration by cross product of triangle… | May 10 2016 | |||
ec5288b8db9f | richart | Changer Parsable in parameter registery + parsable | May 4 2016 | |||
f4cdeb6af0c9 | richart | Changes to make the first model solver test run | Mar 16 2016 | |||
b1e240aae004 | richart | Change of interface of the communicator | Mar 16 2016 | |||
5915f4b370c9 | richart | adding integration schemes for static computations | Feb 19 2016 | |||
8894eaae3ed0 | richart | Connecting more pipes together: compiling simple case | Feb 16 2016 | |||
6cd48b3f4371 | richart | Merge branch 'master' into dofs-separation-rewrote | Feb 2 2016 | |||
336b0925e427 | LSMS Tester/richart | Updating headers + correcting some emails | Jan 18 2016 | |||
f90b54226a1b | richart | Multiple changes for packages: - getting list of files per package - cleaning… | Jan 18 2016 | |||
7dd9648d4655 | LSMS Tester/richart | Updating the headers for the release 2.3 | Jan 15 2016 | |||
9363a90b51cc | frerot | fixed manual not compiling | Jan 4 2016 | |||
82f5d11da20a | anciaux | factor the python wrapper code to reuse for the material or others: C++11… | Nov 13 2015 | |||
6d4e9182b691 | anciaux | modifying the package for python materials | Nov 12 2015 | |||
ed8d6aead3cc | richart | creating proper python packages | Nov 11 2015 | |||
4e5e64db9477 | anciaux | Merge branch 'master' of gitolite:akantu | Nov 11 2015 | |||
73975c226f7a | anciaux | adding the python BC feature | Nov 11 2015 | |||
dfbfe549cf81 | richart | Split the parser to help with size of file at compile time | Nov 11 2015 | |||
4eda3f0153cd | richart | Changed the integrations scheme to get more inteligence on time stepping… | Oct 23 2015 | |||
1e72176f9e34 | richart | Change residual in internal forces + added instantiation for Time step solver | Oct 16 2015 | |||
ff3a62a20cdb | richart | Merge branch 'master' of gitolite-richart:akantu | Oct 16 2015 | |||
86199295e713 | richart | Moving some files in the good package | Oct 16 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 | |||
2d08200f3ffd | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Oct 8 2015 | |||
a0b28f5877ff | Aurelia Cuba Ramos | generic neighborhood class added | Oct 8 2015 | |||
1f6d3d2a449f | richart | Moving some more code for the solver implementations | Oct 7 2015 | |||
733b401f9a72 | Marco Vocialta | Creation of a class to update the global connectivity in parallel, important… | Oct 2 2015 | |||
8fcd629b2e35 | richart | Advancing on the definition of the TimeStepSolver | Sep 17 2015 | |||
eceebe2143b6 | Marco Vocialta | Cleaning the dead code in the dumper | Sep 17 2015 | |||
6d7b9bbecc13 | corrado | fixed bug come out in my last commit | Sep 15 2015 | |||
8e5feed2a2e9 | richart | Adding NoLionearSolver TimeStepSolver, adapting fem for the assembly of masses | Sep 15 2015 | |||
b214f10aa754 | richart | Merge branch 'master' into dofs-separation-rewrote | Aug 21 2015 | |||
f43c94d839a1 | richart | Merge branch 'master' into dofs-separation-rewrote | Aug 18 2015 | |||
128c0520c87c | richart | Begining of implementation of DOFManager as a central object for solver +… | Aug 18 2015 | |||
e1a135b3db95 | Aurelia Cuba Ramos | dead code in FEEngine removed | Aug 12 2015 | |||
3cabae4be736 | Aurelia Cuba Ramos | MaterialRandomInternal removed from Akantu src: Ticket #49 | Aug 12 2015 | |||
4ba0541fcf79 | richart | INTEREST_LIST generated in cmake (ticket #68) | Aug 8 2015 | |||
4bee089d6542 | richart | Modification to make akantu compile with long int (64bit idx) Still has to… | Aug 4 2015 | |||
2b41c6049562 | richart | Fix for files that are only in a branch for now | Aug 4 2015 | |||
88ec5e44af0b | richart | Modifications to be able to compile akantu in float | Aug 4 2015 | |||
4f7c66ec2034 | richart | Modified cmake to declare the element info in the packages | Jul 19 2015 | |||
75f47bf63c6d | richart | Extracted the generation of the material lists to the cmake packages | Jul 18 2015 | |||
b4d2d371d9b0 | richart | Extracted the generation of the material lists to the cmake packages | Jul 18 2015 | |||
f4b9a7d1e96d | richart | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Jul 1 2015 | |||
e0c859f03252 | richart | bug fix in abaqus reader for parallel simulations | Jun 30 2015 | |||
17c8d8918215 | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Jun 19 2015 | |||
66d977849ef8 | Aurelia Cuba Ramos | moving element info to element_class_info | Jun 19 2015 | |||
b6326f44a44f | anciaux | adding the quadrature_point.hh file to the packages | Jun 18 2015 | |||
7c84b8eabfd0 | Aurelia Cuba Ramos | removed element info from aka_common in seperate files, new interpolation… | Jun 18 2015 | |||
850e169d52c0 | richart | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Mar 30 2015 | |||
d130997e6472 | richart | Modification sof the package system for third-party + making functions more… | Mar 30 2015 |
c4science · Help