History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
5343c882c44c | richart | Correcting some tests | Nov 14 2017 | |||
995a6a7196c4 | richart/lozano | Adding missing functions in dummy communicator | Nov 10 2017 | |||
57fad7af08c3 | richart | clang-tidy auto-fix second pass for using and auto + performance | Nov 8 2017 | |||
75f4c432a631 | richart | clang-tidy first pass of auto-fixes | Nov 8 2017 | |||
8d4272f6e195 | richart | Integrating parallel cohesive element in master | Nov 7 2017 | |||
1b868f6a377f | richart | Made Element a trivial type + change for gcc5 | Nov 7 2017 | |||
af070548afda | richart | Refactoring communicator | Nov 7 2017 | |||
c39cd450dd7f | richart | Moving parallel cohesive element in the main tree + moving cohesive materials | Oct 13 2017 | |||
134d5d4d79fd | richart | Corrected non-local manager + made cleanup safer | Sep 19 2017 | |||
8e6f37ad117f | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
552b57ecd4b2 | richart | Bug fixes + modernization | Aug 13 2017 | |||
e43efd29f387 | richart | adding arange similar to numpy.arange | Aug 11 2017 | |||
d5ad37a502b4 | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | |||
dbfbd5966e76 | richart | Cleaning the mesh insterface + modernization | Aug 9 2017 | |||
f41369e5e977 | richart | Changed initialization of elementtypemaparray | Jul 6 2017 | |||
2f83f1409862 | richart | Non local refactoring + bug fix in the communications of the weight functions | Jul 6 2017 | |||
144f355a961d | richart | Changing namespace definition | Jun 19 2017 | |||
57cdda9e5a14 | richart | Forced c++14 as a standard | Jun 2 2017 | |||
bbedfc477f8c | richart | Registering the communications | Jun 1 2017 | |||
d3d93c57f198 | richart | Still tracking a bug | May 19 2017 | |||
c743f7dc8de6 | richart | Correcting data distribution test | May 11 2017 | |||
0fff10aaefd6 | richart | Another round of debugging | May 11 2017 | |||
91d5a803b69c | richart | Test model solver explicit works in parallel | Apr 1 2017 | |||
ee38ea5b4ddd | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
7092be232321 | richart | Passing communicators to const StaticCommunicator | Jan 24 2017 | |||
8baee4560d76 | richart | Adding pre-assembled terms for coupling matrices + detecting changes in… | Jan 18 2017 | |||
cb5350837c2e | • arichart | Build profile per types on demand and access to equations numbers needed to… | Dec 14 2016 | |||
e86527c33012 | richart | starting to modify the tests for the new API, + bug fixes on autos ans adding… | Dec 7 2016 | |||
6c3aef109118 | richart | Merge branch 'master' into features/dofs-separation-rewrote | Dec 2 2016 | |||
f75e9969df32 | richart | Rewrote synchronizer interface (need testing) | Dec 2 2016 | |||
bd850012b549 | fabarras | modifs related to the new test of parallel cohesive element insertion | Aug 6 2016 | |||
e817679d7df6 | richart | Merge branch 'master' into dofs-separation-rewrote | Apr 25 2016 | |||
fcf61d36c7c4 | richart | Corrected the handling of MPI tags | Apr 20 2016 | |||
54d48968a1b6 | richart | Added tests and made them work for a model in static linear, dynmic implicit | Apr 13 2016 | |||
202c6ec62b8b | richart | Correction due to ediff n in some files... | Mar 17 2016 | |||
171d1862ded1 | richart | Merge branch 'master' of gitolite-richart:akantu into dofs-separation-rewrote | Mar 17 2016 | |||
b1e240aae004 | richart | Change of interface of the communicator | Mar 16 2016 | |||
8f855bf3fefe | corrado | solved memory leaks in static_communicator_mpi and… | Mar 2 2016 | |||
aade5ff089a9 | corrado | modified the test to check the coordinates of the facets barycentre in… | Feb 23 2016 | |||
6cd48b3f4371 | richart | Merge branch 'master' into dofs-separation-rewrote | Feb 2 2016 | |||
3c4776df5aa0 | richart | Merge branch 'release' | Feb 2 2016 | |||
d2ccad3bd2e5 | richart | minor bugfix in mpi termination | Feb 2 2016 | |||
b266e36a8204 | Aurelia Cuba Ramos | conflicts resolved | Feb 1 2016 | |||
3be907b09878 | Aurelia Cuba Ramos | modifications to use dummy_communicator for RVEs in FE2 simulations | Feb 1 2016 | |||
13dd560ae534 | Aurelia Cuba Ramos | give unique memory ids to all the elment type maps, needed for FE2 | Jan 31 2016 | |||
8b77901c9c9f | richart | updating headers | Jan 22 2016 | |||
c66c6897a714 | richart | Removing warnings in -pedantic | Jan 22 2016 | |||
123b4134e86b | richart | reformatting+ removing warnings in -pedantic only some -Wvla left | Jan 21 2016 | |||
a1b3497b1275 | LSMS Tester/richart | Removing warning with -Wall -Werror + reformating the fils went through | Jan 21 2016 | |||
569aca0ad4eb | richart | Bug fixes: memory leaks and finalization | Jan 19 2016 | |||
7dd9648d4655 | LSMS Tester/richart | Updating the headers for the release 2.3 | Jan 15 2016 | |||
a1ff9a28c2f8 | richart | Correction of MPI_Init to be able to use mpi4py | Jan 13 2016 | |||
c937ce36b65b | richart | Revert "fixed mpi problem with akantu" | Jan 13 2016 | |||
91ed8461338d | richart | Revert "distinction between clear() used before re-initialize() and finalize()… | Jan 13 2016 | |||
31baa449f8f1 | fabarras | distinction between clear() used before re-initialize() and finalize() methods | Jan 7 2016 | |||
1d7e2d3c30c0 | anciaux | fixed mpi problem with akantu | Jan 7 2016 | |||
5df5f93568d9 | fabarras | Freeing pointer to static member and setting their value to NULL in order to… | Jan 6 2016 | |||
6fffeec69af2 | richart | Modifications for boost | Dec 11 2015 | |||
44bf128800e2 | richart | OpenMPI seems to not define the max tag | Dec 10 2015 | |||
4ddead2f89f4 | richart | conflit not correctly corrected | Dec 10 2015 | |||
2be8a88b8197 | richart | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Dec 10 2015 | |||
3970dec2a337 | richart | extending to full support of the MPI reduce operations | Dec 10 2015 | |||
f9c5e0db88e7 | Valentine | pour pouvoir puller puis pusher | Dec 8 2015 | |||
34055c2b6f26 | Valentine | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Dec 8 2015 | |||
98ea3fa4eff0 | Valentine | comments for synchronizer for doxygens doc (ticket 109) | Dec 8 2015 | |||
b4f38a7e8cc1 | anciaux | fixing some more compilation troubles | Dec 8 2015 | |||
2fbe060c93b9 | anciaux | merging | Dec 8 2015 | |||
273337d4079f | anciaux | compilation with clang ok | Dec 8 2015 | |||
df002cebf0b8 | richart | Adding a limitation in the tags from messages | Dec 7 2015 | |||
5462986a7ed5 | richart | Bug fixes + little improvements | Nov 19 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 | |||
2d08200f3ffd | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Oct 8 2015 | |||
b05e145d997e | Aurelia Cuba Ramos | modifications to make non-local averaging work in parallel: unique tag | 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 | |||
f6a3b9d67f7f | Marco Vocialta | Change of events in the mesh sphere intersector and new function to substitute… | Oct 1 2015 | |||
d84828ca54c5 | Marco Vocialta | Adding an id to the mesh intersectors and adding onElementsChanged to… | Sep 28 2015 | |||
4bee089d6542 | richart | Modification to make akantu compile with long int (64bit idx) Still has to… | Aug 4 2015 | |||
82705d8f23c3 | Aurelia Cuba Ramos | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Jun 18 2015 | |||
79c0eea6f9de | Aurelia Cuba Ramos | set IDs | Jun 18 2015 | |||
49ea74fd0a70 | corrado | bugs fixed in the management of mumps errors and warnings | May 4 2015 | |||
d669b69fcf21 | richart | minor correction to avoid potential future bug | Mar 16 2015 | |||
d50034961564 | richart | Bug fix in grid synchronizer, send posted never received | Mar 9 2015 | |||
5de79ae701d5 | richart | bug fix in non local | Feb 27 2015 | |||
72afa32339fa | Aurelia Cuba Ramos | bug fix in material non local | Feb 26 2015 | |||
89581d947977 | Marco Vocialta | Fixes in order to make cohesive elements compatible with the new assignMaterial… | Feb 26 2015 | |||
bf218b3a7743 | richart | change from element_index_by_material to material_index +… | Feb 25 2015 | |||
65095fda9af0 | Aurelia Cuba Ramos | modifications in akantu to use PETSc | Dec 9 2014 | |||
345fed2d5661 | Aurelia Cuba Ramos | accessors added in dof synchronizer, modfied petsc matrix to be notified when… | Nov 4 2014 | |||
9c5bff6d3293 | richart | compilation bug fixes | Nov 3 2014 | |||
848f0fd8c83b | richart | Initial import of the new git version of akantu | Oct 19 2014 |
c4science · Help