rAKA/srcfeatures/solver-rewrite
rAKA/src
features/solver-rewrite
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
d3abbc7e0cd1 | richart | Avoiding 'internal error' of the compiler gcc-5.4 | Oct 24 2017 | |||
e8c9d91a268f | richart | Bug fix... | Oct 13 2017 | |||
c39cd450dd7f | richart | Moving parallel cohesive element in the main tree + moving cohesive materials | Oct 13 2017 | |||
ab22453f6e4d | richart | More changes in the cleaning of structural elements. | Oct 13 2017 | |||
093ec27b2599 | richart | Re-factorization of the structural element code | Oct 11 2017 | |||
b359363442bc | richart | Modernization of the code + typo correction | Oct 11 2017 | |||
0d7f020b78e3 | richart | Factorizing the begin/end functions for iterators on Array<T> | Oct 11 2017 | |||
7ea41b355b00 | D154 | richart | Adding iohelper as a subtree + some bug fixes | Oct 2 2017 | ||
af7afe4fce60 | richart | `Merge branch 'features/dofs-separation-rewrote' of lsmssrv1.epfl.ch:akantu… | Sep 27 2017 | |||
35303100644a | richart | make it compiles with non-local not activated | Sep 27 2017 | |||
134d5d4d79fd | richart | Corrected non-local manager + made cleanup safer | Sep 19 2017 | |||
ff31429a3839 | richart | lot of tests fixes | Sep 11 2017 | |||
21a264dc517d | richart | small improvements | Sep 11 2017 | |||
dfadd45f17d1 | richart | introspect + better errors | Sep 11 2017 | |||
194d29e20f40 | richart | Changed named argument declaration | Sep 11 2017 | |||
d58b7e84753c | richart | rewrote bad termination code | Sep 11 2017 | |||
b88b3e07a8e2 | richart | Automated creation of matrices in the time step solver | Aug 29 2017 | |||
0c75e6edc4ff | anciaux | begining of porting heattransfer to noew solver interface | Aug 22 2017 | |||
24acdbabaabb | anciaux | Rename marix 'C' to 'M' even for first order integration schemes | Aug 22 2017 | |||
5ed1cacc9b3b | anciaux | Event handler moved to the model level | Aug 22 2017 | |||
25649b6ec2d5 | richart | modernization | Aug 22 2017 | |||
cb9054c480c0 | richart | Adding a for_each capability to help in filtered loops | Aug 22 2017 | |||
7c09ff8af7dd | richart | Making it possible to get parameters that can be cast to real | Aug 22 2017 | |||
05b0c1c673fa | richart | Correcting some bug in the cohesive element adaptation | Aug 22 2017 | |||
80cb4b3c4f38 | richart | Adding few operators | Aug 22 2017 | |||
74db989ea508 | richart | Change naming counting to enumerate | Aug 16 2017 | |||
c3fadec94a51 | richart | Bug fix in the assembly of the mass | Aug 14 2017 | |||
8e6f37ad117f | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
552b57ecd4b2 | richart | Bug fixes + modernization | Aug 13 2017 | |||
5a24c530589e | richart | Bug fix iterators, random engine: | Aug 13 2017 | |||
a34d8a46789c | richart | bug fixing | Aug 11 2017 | |||
589bdce5d945 | richart | tidying the code | Aug 11 2017 | |||
e43efd29f387 | richart | adding arange similar to numpy.arange | Aug 11 2017 | |||
5e0adaed150e | richart | Small improvements ?! | Aug 9 2017 | |||
d5ad37a502b4 | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | |||
7aa5e2971b57 | richart | Adding reserve to array | Aug 9 2017 | |||
dbfbd5966e76 | richart | Cleaning the mesh insterface + modernization | Aug 9 2017 | |||
2a45f5cbfc1a | richart | Mesh iterator helpers for range based fors | Aug 9 2017 | |||
3e6c4b30672d | richart | Adding zip container and iterator | Jul 21 2017 | |||
464aaf411316 | richart | Refactoring non-local | Jul 21 2017 | |||
521c0f78e061 | richart | Adding MaterialFactory and correcting some test that did not compile anymore | Jul 9 2017 | |||
e0281a15232e | richart | Making stl random distribution accessible | Jul 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 | |||
89c33fb3e76f | richart | Adding named_argument capability | Jun 16 2017 | |||
12e88a835e85 | richart | Cleaned the code like a arm-less monkey | Jun 16 2017 | |||
1add1661bfe2 | richart | Misplaced include | Jun 16 2017 | |||
0a83a9141bc4 | richart | Cleaned a bit too much | Jun 16 2017 | |||
8836b961651f | richart | Cleaning a bit + removing warnings on new version of Python.h | Jun 16 2017 | |||
101def147ef1 | richart | Adding ghost types range based iterable | Jun 15 2017 | |||
f56c67ca1053 | richart | Merge remote-tracking branch 'origin/master' into features/dofs-separation… | Jun 14 2017 | |||
98c7107cfdf2 | richart | Fall back for types, still some weird thing with move operators | Jun 14 2017 | |||
023a0f909251 | richart | Corrected a bunch of tests | Jun 12 2017 | |||
ee3e4390daa5 | richart | Adding chrono from c++11 when possible | Jun 12 2017 | |||
db56831ce6ec | D116 | richart | The assert insert a bug instead of preventing one | Jun 12 2017 | ||
7a087c07b246 | D114 | junge/richart | fixed voigthelper for 2D cases | Jun 12 2017 | ||
c3559eba186b | D112 | richart | Missing include when compiling python support | Jun 12 2017 | ||
e0161e530eef | richart | Removing some useless code | Jun 6 2017 | |||
16a09345bce9 | richart | clang-tidy a bit the code | Jun 6 2017 | |||
a82571659061 | richart | Range-based for improvement | Jun 2 2017 | |||
1bb9825ea67b | richart | Bug Fix in the pseudo time corrector | Jun 2 2017 | |||
572bd0864ad1 | richart | switched to unique_ptr | Jun 2 2017 | |||
57cdda9e5a14 | richart | Forced c++14 as a standard | Jun 2 2017 | |||
4766cefb8342 | richart | Taking care of massless (unconnected) nodes | Jun 1 2017 | |||
82e850eb7693 | richart | Some code modernization | Jun 1 2017 | |||
4c5d5a6c3892 | richart | Changed names of force and residual for dumpers | Jun 1 2017 | |||
bbedfc477f8c | richart | Registering the communications | Jun 1 2017 | |||
e680eb0b674d | richart | Adding clang-tidy to clean the code | Jun 1 2017 | |||
bca067751bfe | richart | typo in a comment | May 31 2017 | |||
6757424f9283 | richart | C++11-ificattion | May 31 2017 | |||
ae9b185ca3c3 | richart | Bug fix when not in parallel | May 31 2017 | |||
68a8a867b18e | richart | constructing the physical_names groups directly in the reader | May 31 2017 | |||
c3e0a2a2f58a | richart | range-based for construct on element types | May 31 2017 | |||
f920bd93a04c | richart | Could not find The Bug, not sure it is in my code or in my head | May 30 2017 | |||
8c7943aefb55 | frerot | fixed linear isotropic hardening VM stress and test | May 22 2017 | |||
421d57ea0664 | frerot | fixed implicit dynamics 2d test (temporary ?) | May 22 2017 | |||
d3d93c57f198 | richart | Still tracking a bug | May 19 2017 | |||
a9e707fc2c66 | richart | Adding more test in the path to fund the parallel solver bug | May 19 2017 | |||
ad05b6f602ee | richart | Made it easier to change nb iter | May 11 2017 | |||
81d35e91db16 | richart | Adding missing synchronization in y = A * x | May 11 2017 | |||
c743f7dc8de6 | richart | Correcting data distribution test | May 11 2017 | |||
0fff10aaefd6 | richart | Another round of debugging | May 11 2017 | |||
3fd93b95ecbf | richart | Adding initializer_list | May 11 2017 | |||
12a929cba3f1 | richart | bug fix in factorization of pbc code | May 5 2017 | |||
91d5a803b69c | richart | Test model solver explicit works in parallel | Apr 1 2017 | |||
ee38ea5b4ddd | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
0e5bd3908f59 | richart | Adaptation to the new interface | Mar 28 2017 | |||
d78d6a3b45ec | richart | Make it compile again with structural model activated | Mar 28 2017 | |||
a5a08d9d1170 | richart | Changes to make the new integration capability work: passes unit tests | Mar 21 2017 | |||
cce2b090e5ea | richart | Found the exact values for triangle with 6 integration points | Mar 21 2017 | |||
6172ebb7714a | richart | Changes to provide a functor that decides the integrations order for a given… | Mar 21 2017 | |||
b5bca9ffb12e | richart | Merge branch 'master' of gitolite-richart:akantu | Mar 21 2017 | |||
12a3ec3b60f5 | anciaux | Merge branch 'master' of gitolite:akantu | Mar 21 2017 | |||
f8ef9cbcc9b9 | richart/anciaux | Modified determination of pentahedron integration by cross product of triangle… | Mar 21 2017 | |||
3c4052e8b524 | richart/anciaux | Making possible to compute integrals at different orders than the one… | Mar 21 2017 | |||
c6e4f4c41fe7 | corrado | tiny modifications in material_cohesive_linear_uncoupled.cc | Mar 20 2017 | |||
520dc6c8ac2a | corrado | modifications to the implementation of the cohesive_linear_uncoupled law | Mar 17 2017 | |||
154cfc009ac9 | anciaux | add the corrdinates of quad points to the python material | Mar 3 2017 | |||
5f5ea0336516 | richart | ooops corection | Feb 14 2017 |
c4science · Help