Graphfeatures/heat_transfer_…
Graph
features/heat_transfer_…
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
d8011f888eb0 | richart | Adding dependency with google-test and generating meta tests with GTEST option | Nov 9 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 | ||||
87dcfe696440 | richart | Add '.linters/clang-format-linter/' from commit… | Nov 7 2017 | ||||
cda04693fb4b | richart | Merge branch 'master' into features/dofs-separation-rewrote | Nov 7 2017 | ||||
403f60eeed8a | richart | Integrating parallel cohesive element in master | Nov 7 2017 | ||||
ddd46197b831 | richart | Made Element a trivial type + change for gcc5 | Nov 7 2017 | ||||
2bc78a1688b2 | richart | Adding make_view and c++ standard compatibility layer | Nov 7 2017 | ||||
e74c62be672c | richart | Small bug fix in cmake | Nov 7 2017 | ||||
133a6062c3b5 | richart | Refactoring communicator | Nov 7 2017 | ||||
e1e93d268755 | richart | Still on the path of making g++ 5.4.* happy | Oct 25 2017 | ||||
05c405300d2e | richart | Typo went in last commit | Oct 24 2017 | ||||
b135b6fe9c11 | richart | Avoiding 'internal error' of the compiler gcc-5.4 | Oct 24 2017 | ||||
f4ae8144c05f | richart | Bug fix... | Oct 13 2017 | ||||
3fd12b2d3e64 | richart | Moving parallel cohesive element in the main tree + moving cohesive materials | Oct 13 2017 | ||||
03703fb0c5d5 | richart | Add 'extra_packages/parallel-cohesive-element/' from commit… | Oct 13 2017 | ||||
8b4439dd12e6 | richart | Removing the submodule for parallel cohesive elements in preparation of full… | Oct 13 2017 | ||||
f3ea49a03763 | richart | More changes in the cleaning of structural elements. | Oct 13 2017 | ||||
1c167adfdebb | richart | Re-factorization of the structural element code | Oct 11 2017 | ||||
e25f4e309c2e | richart | Modernization of the code + typo correction | Oct 11 2017 | ||||
8d9e45a9d4e4 | richart | Factorizing the begin/end functions for iterators on Array<T> | Oct 11 2017 | ||||
aa3ceb21cd72 | D154 | richart | Adding iohelper as a subtree + some bug fixes | Oct 2 2017 | |||
cc5ee485aa20 | anciaux | greater_equal replaced with greater | Sep 27 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 | ||||
618c6ccf75bb | richart/frerot | fixed infinite loop in FindMumps | Sep 25 2017 | ||||
24e0e7f9b3d3 | richart | Corrected non-local manager + made cleanup safer | Sep 19 2017 | ||||
28f5cbe13756 | richart | lot of tests fixes | Sep 11 2017 | ||||
5f372e2250a2 | richart | small improvements | Sep 11 2017 | ||||
24097fe07a12 | richart | introspect + better errors | Sep 11 2017 | ||||
8fc0f4808df2 | richart | Changed named argument declaration | Sep 11 2017 | ||||
50cdff9d4388 | richart | rewrote bad termination code | Sep 11 2017 | ||||
846d4bf44130 | richart | Automated creation of matrices in the time step solver | Aug 29 2017 | ||||
16c1bb33eff8 | anciaux | begining of porting heattransfer to noew solver interface | Aug 22 2017 | ||||
2f43ea5ccce4 | anciaux | Rename marix 'C' to 'M' even for first order integration schemes | Aug 22 2017 | ||||
a5b86a234e06 | anciaux | Event handler moved to the model level | Aug 22 2017 | ||||
7cda0890f764 | richart | correction for the new random distributions | Aug 22 2017 | ||||
caa1befacdf2 | richart | modernization | Aug 22 2017 | ||||
b4cb8d8cff7f | richart | Adding a for_each capability to help in filtered loops | Aug 22 2017 | ||||
56200954d100 | richart | Making it possible to get parameters that can be cast to real | Aug 22 2017 | ||||
f2ac6ddf7a81 | richart | Correcting some bug in the cohesive element adaptation | Aug 22 2017 | ||||
33dc72f501a9 | richart | Adding few operators | Aug 22 2017 | ||||
2fc307bdeb90 | richart | Adapting to new gccs for debugging (no-pie) | Aug 22 2017 | ||||
bdeddf03c90d | richart | Change naming counting to enumerate | Aug 16 2017 | ||||
ad2b02c98175 | richart | Bug fix in the assembly of the mass | Aug 14 2017 | ||||
a2a185177344 | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | ||||
90231efc4b73 | richart | Bug fixes + modernization | Aug 13 2017 | ||||
80722bd21ac0 | richart | Bug fix iterators, random engine: | Aug 13 2017 | ||||
65271e213fa5 | richart | bug fixing | Aug 11 2017 | ||||
022300508462 | richart | tidying the code | Aug 11 2017 | ||||
fd0f6180866f | richart | adding arange similar to numpy.arange | Aug 11 2017 | ||||
431053ddb225 | richart | Small improvements ?! | Aug 9 2017 | ||||
7ccd0d966a3c | richart | Bug Fixes | Aug 9 2017 | ||||
9ffaecefb71a | richart | Dynamic update of mesh + priority list for events | Aug 9 2017 | ||||
2109dd7c1417 | richart | Adding reserve to array | Aug 9 2017 | ||||
9d78ebf87276 | richart | Cleaning the mesh insterface + modernization | Aug 9 2017 | ||||
0ef82d70a41e | richart | Mesh iterator helpers for range based fors | Aug 9 2017 | ||||
97b388653270 | richart | Adding zip container and iterator | Jul 21 2017 | ||||
d7d730c41bd2 | richart | Refactoring non-local | Jul 21 2017 | ||||
84561d8fe3f1 | fabarras | wrapper of Vector<Real> for Python | Jul 12 2017 | ||||
84efe4b62809 | richart | Adding MaterialFactory and correcting some test that did not compile anymore | Jul 9 2017 | ||||
dbdd954aa9a8 | richart | Making stl random distribution accessible | Jul 9 2017 | ||||
492b4c7b589e | richart | Make test compile again | Jul 7 2017 | ||||
67e65283226f | richart | Changed initialization of elementtypemaparray | Jul 6 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 | ||||
7c7a57204949 | richart | Adding named_argument capability | Jun 16 2017 | ||||
4e857ad48806 | richart | Cleaned the code like a arm-less monkey | Jun 16 2017 | ||||
296c9af0baae | richart | Misplaced include | Jun 16 2017 | ||||
8ada02a333a9 | richart | Cleaned a bit too much | Jun 16 2017 | ||||
b7b597f32389 | richart | Cleaning a bit + removing warnings on new version of Python.h | Jun 16 2017 | ||||
2e9e362925f6 | richart | Check version of gmsh | Jun 15 2017 | ||||
9ad8ce6e7dfa | richart | Adding ghost types range based iterable | Jun 15 2017 | ||||
1143b38a5af6 | richart | Merge branch 'master' of gitolite-richart:akantu | Jun 14 2017 | ||||
f936985afac7 | richart | grid_synchronizer test repare | Jun 14 2017 | ||||
e5a6225ca95a | richart | Merge remote-tracking branch 'origin/master' into features/dofs-separation… | Jun 14 2017 | ||||
1fa65ad34bcd | richart | Fall back for types, still some weird thing with move operators | Jun 14 2017 | ||||
b39ae574674c | frerot | Merge branch 'master' of lsmssrv1.epfl.ch:akantu | Jun 14 2017 | ||||
e924f5340ff0 | frerot | update igfem package | Jun 14 2017 | ||||
dedb4aab3e66 | richart | Bug fix in the detection of esmumps | Jun 12 2017 | ||||
675bab9f5b36 | richart | Corrected a bunch of tests | Jun 12 2017 | ||||
da6f7fbde48f | richart | Refactoring the mumps dependency code | Jun 12 2017 | ||||
c2b8ef7965d0 | richart | Adaptation to follow the latest versions of FindBLAS.cmake | Jun 12 2017 | ||||
181eaed94492 | richart | Another modifications to compensate for shitty build systems | Jun 12 2017 | ||||
c936ca75860a | D122 | richart | Imporved the dependecy detection for runtime on macosx | Jun 12 2017 | |||
599d7cd82b35 | richart | Adding chrono from c++11 when possible | Jun 12 2017 | ||||
29326497bfe1 | D116 | richart | The assert insert a bug instead of preventing one | Jun 12 2017 | |||
268be26a0734 | D107 | richart | Modified libraries detection since Homebrew compiles fake dynamic libaries and… | Jun 12 2017 | |||
e3f33173eeb2 | D88 | richart | Wrong material parameters in cohesive element documentation | Jun 12 2017 | |||
65643d0036db | D85 | richart | Bug fix: documentation for cohesive materials | Jun 12 2017 | |||
bd7ff21b143c | D105 | richart | Adding the author list to the manual | Jun 12 2017 | |||
00223853e907 | D114 | junge/richart | fixed voigthelper for 2D cases | Jun 12 2017 | |||
b36348f1e516 | D112 | richart | Missing include when compiling python support | Jun 12 2017 | |||
510f34cb4e8a | richart | Removing some useless code | Jun 6 2017 | ||||
7517679efa99 | richart | Minor bug fix in clang-format process | Jun 6 2017 | ||||
f1b6481e3acf | richart | clang-tidy a bit the code | Jun 6 2017 | ||||
5954da20ebc0 | richart | Corrected eigenstrain and reassign tests | Jun 6 2017 | ||||
84514a55110e | richart | Improvement of implicit test | Jun 2 2017 | ||||
c74726f11f29 | richart | Range-based for improvement | Jun 2 2017 | ||||
1a3c44e6f58c | richart | Bug Fix in the pseudo time corrector | Jun 2 2017 |
c4science · Help