Diffusion akantu (features/22-problem-in-the-documentation-for-the-viscoelastic-constitutive-laws) Graph
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
f0e158294f0f | richart | Typo in a node type | Mar 11 2018 | |||
3a75fa285a83 | richart | Unitialized memory bug | Mar 10 2018 | |||
a3cd85da9cd9 | richart | Adding operator distance in vector iterator | Mar 8 2018 | |||
cf641f3e110a | richart | adding iterator in Vector | Mar 6 2018 | |||
51796baa5306 | richart | Correcting some bugs in determination of node global ids | Mar 5 2018 | |||
f07b5c55ab2d | anciaux | cleaning the test/examples for heat transfer | Mar 2 2018 | |||
2a44c9045437 | richart | Correcting test in parallel for solid mechanics model | Feb 26 2018 | |||
847ef2e1583c | richart | Rewrote headers of tests | Feb 24 2018 | |||
2d7e93b72235 | richart | Rewrote the headers of the files in src | Feb 23 2018 | |||
80101ddd6e28 | richart | Linted everything 'arc --lint --erverything' | Feb 23 2018 | |||
29968496541f | richart | correcting minor python stuff | Feb 23 2018 | |||
7064d0e0638c | richart | No harsh termination, only exceptions thrown | Feb 20 2018 | |||
642251769e00 | richart | Merge branch 'features/dofs-separation-rewrote' of c4science… | Feb 20 2018 | |||
2462423f9d19 | richart | correcting parallel cohesive element, still not working state | Feb 20 2018 | |||
cd565fe490da | frerot | made block argument constant | Feb 19 2018 | |||
4eda17d13739 | richart | Corrections for the python interface | Feb 5 2018 | |||
dcc5e7bbbfe8 | richart | sanity checks in make_view | Feb 2 2018 | |||
022b6ea9aedf | anciaux | python interface compiling: need to check compatibility with scripts | Feb 1 2018 | |||
4d83e6b07478 | anciaux | include the python interface modifications: compiles again | Feb 1 2018 | |||
47f5c259932b | richart | Merge branch 'features/dofs-separation-rewrote' of c4science… | Jan 31 2018 | |||
720f6bbe52b9 | richart | Bug fix in heat transfer | Jan 31 2018 | |||
d2eb26203eae | frerot | making embedded compile + remove pollution of K symbol with CGAL | Jan 31 2018 | |||
866bdf7258f0 | richart | some bug fix in heat transfer model | Jan 31 2018 | |||
e0c8291e366e | richart | Adding Range to be able to zip iterators | Jan 29 2018 | |||
f3307a9f5722 | richart | testing const correctness on array | Jan 26 2018 | |||
7119a77a37b4 | richart | Bug fix to avoid to modify const arrays with no compilation errors | Jan 25 2018 | |||
3065eaddd53b | richart | Removing come 0s in the version | Jan 25 2018 | |||
dbab3a696525 | richart | Passing compilation with intel compiler | Jan 16 2018 | |||
03de87ebe97e | richart | Adapting the heat transfer model to make it compile | Jan 12 2018 | |||
a89df6d30a92 | richart | Preparing gtest cohesive element tests | Jan 10 2018 | |||
ce3fb8cc6773 | richart | Test fe engine precompute working | Dec 28 2017 | |||
e5198aa853c4 | richart | Merge branch 'features/dofs-separation-rewrote' of c4science… | Dec 22 2017 | |||
469aa17f263e | richart | Added tests for precomputation of finite element engine | Dec 22 2017 | |||
7bd4b48b1a38 | richart | Some minor changes to help to compile | Dec 21 2017 | |||
6ea77414b2e9 | frerot | fixed all compile errors on ShapeStructural | Dec 19 2017 | |||
6af81b9fd766 | richart | Adaptation to be able to compile with gcc 5 | Dec 18 2017 | |||
86e65b53f22d | richart | Changed the way cohesive element are initialized | Dec 18 2017 | |||
79286ef9af64 | richart | Modified model initilalization | Dec 14 2017 | |||
eef4dfda8584 | richart | Implemented a block operator to correct the structural elements | Dec 8 2017 | |||
1aa85b4c82da | richart | Structural fe engine almost initializes | Dec 7 2017 | |||
dfcd29729195 | richart | Bug fix in Voigthelper and anisotropic material | Dec 6 2017 | |||
17d4867d2c1a | frerot | making structural model compile | Dec 5 2017 | |||
c2c063fa2de0 | • arichart | Changed initFull to better detect named_argument | Dec 4 2017 | |||
9654d066d7ea | • arichart | Improved zip iterators | Dec 3 2017 | |||
a166e113211b | • arichart | Merge branch 'features/dofs-separation-rewrote' of c4science.ch… | Dec 3 2017 | |||
064eca3bbe3c | • arichart | Tidying the code, going to performance checkers | Dec 3 2017 | |||
94f4c38204cd | richart | Correcting a bug in the zip iterators, r-value returned by iterators where lost | Dec 3 2017 | |||
20647fbaefa9 | • arichart | Tidying the code with more clang-tidy | Dec 3 2017 | |||
fcbee3a0712f | richart | Moving the constant initialization as constexpr in the headers | Nov 29 2017 | |||
3a82f7d51ba5 | richart | Corrected named_arguments for elementTypes(pack...) | Nov 28 2017 | |||
e673c37968c6 | richart | Removed the constness of the Communicator to be able to register event handlers | Nov 15 2017 | |||
634aa4bff027 | richart | Bug fix: wring eigen vectors where computed | Nov 14 2017 | |||
2e7b4dde3d73 | richart | Changed FEEngine tests to google-test | Nov 14 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 | |||
2bc78a1688b2 | richart | Adding make_view and c++ standard compatibility layer | 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 | |||
f3ea49a03763 | richart | More changes in the cleaning of structural elements. | Oct 13 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 | |||
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 | |||
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 | |||
a5b86a234e06 | anciaux | Event handler moved to the model level | Aug 22 2017 | |||
33dc72f501a9 | richart | Adding few operators | Aug 22 2017 | |||
bdeddf03c90d | richart | Change naming counting to enumerate | Aug 16 2017 | |||
a2a185177344 | richart | Changes getSize to size for compatibility with STL containers | Aug 13 2017 | |||
80722bd21ac0 | richart | Bug fix iterators, random engine: | Aug 13 2017 | |||
022300508462 | richart | tidying the code | Aug 11 2017 | |||
fd0f6180866f | richart | adding arange similar to numpy.arange | Aug 11 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 | |||
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 | |||
dbdd954aa9a8 | richart | Making stl random distribution accessible | Jul 9 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 | |||
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 | |||
675bab9f5b36 | richart | Corrected a bunch of tests | 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 | ||
00223853e907 | D114 | junge/richart | fixed voigthelper for 2D cases | Jun 12 2017 | ||
f1b6481e3acf | richart | clang-tidy a bit the code | Jun 6 2017 | |||
298222cbaef9 | richart | Forced c++14 as a standard | Jun 2 2017 | |||
ac6c3960f3b2 | richart | Adding clang-tidy to clean the code | Jun 1 2017 | |||
cee9f8c9b21f | richart | C++11-ificattion | May 31 2017 | |||
ca61d1994699 | richart | Another round of debugging | May 11 2017 | |||
97981337ee56 | richart | Adding initializer_list | May 11 2017 | |||
a62caba660ec | richart | Bug fix in element_synchronizer rewrite | Apr 1 2017 | |||
cf8ef404e343 | richart | Changes to make the new integration capability work: passes unit tests | Mar 21 2017 | |||
a307a4df674d | richart/anciaux | Making possible to compute integrals at different orders than the one… | Mar 21 2017 | |||
06e82afebd3a | richart | starting to modify the tests for the new API, + bug fixes on autos ans adding… | Dec 7 2016 |
c4science · Help