History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
42a811488c11 | pundir | missing test files added | Dec 11 2020 | |||
3c58de5aaf77 | pundir | Merged conflict | Dec 11 2020 | |||
e37c144d7c8c | richart | Merge branch 'master' into features/contact | Dec 11 2020 | |||
e3342b66c75f | richart | Missed one TYPED_TEST_SUITE | Nov 18 2020 | |||
48b82ddbf64c | richart | More variadic macro solved without hiding them | Nov 18 2020 | |||
4090a168ad5e | richart | Minor improvements to help debugging | Nov 13 2020 | |||
79c61bda7828 | richart | bug fix in parallel test_cohesive | Nov 13 2020 | |||
19086cd4e3db | richart | Full rewrite of cohesive insertion to ensure the order of insertion across… | Nov 13 2020 | |||
0c0644a4376c | richart | Test fix when no implicit solver present | Nov 13 2020 | |||
afd7269e93f5 | richart | clang-tidy | Nov 13 2020 | |||
ae5a25c2bfad | richart | Bug fix in non_local cleanup | Nov 13 2020 | |||
10b19a5ee178 | richart | A bit of cleanup of the code | Nov 13 2020 | |||
987ebdfa2479 | richart | Change in pybind11 compilation | Nov 13 2020 | |||
1ba2ccb21bb6 | richart | Bug fixes and compilation warning cleaning: | Nov 13 2020 | |||
1388de54d3a1 | richart | [ci] Extanding the ci: | Nov 13 2020 | |||
5519bbcd922a | anciaux | raise threshold strain for modeI insertion check | Jun 17 2020 | |||
df896bbba52f | pundir | conflicts with master resolved | Jun 14 2020 | |||
d2aec9116f8f | richart | Modifications for the documentation | May 6 2020 | |||
84d1ca463409 | richart | Adding a check on forces in patch test | Mar 24 2020 | |||
6e52064950ba | pundir | Conflict resolved with master | Feb 29 2020 | |||
f600d5b63508 | richart | Wrongly protected compilation | Dec 20 2019 | |||
36ba3a35a3dc | richart | Make the test work with older version of gtest | Dec 13 2019 | |||
29c9bb06c2ba | richart | do not buildFacets in between constructor and initFull... | Dec 4 2019 | |||
2b0e87f15c58 | richart | Wrong test marked UNSTABLE | Dec 4 2019 | |||
cf90f60abdde | richart | UNSTABLE tests | Nov 29 2019 | |||
b41ec1bdbff4 | richart | Compile with a bit of optimizations to go faster through the tests | Nov 29 2019 | |||
5aafb992abf7 | richart | correcting some tests | Nov 27 2019 | |||
f570859554d8 | richart | Some cleaning and modernization of the code | Nov 27 2019 | |||
7f326650e4d3 | richart | Merge branch 'master' of c4science.ch:/diffusion/AKAPRIV/akantu-private | Nov 11 2019 | |||
585ad12eb2d9 | richart | Adding finite deformation materials to patch tests | Nov 11 2019 | |||
74624526009d | richart | Adding finite deformation test | Nov 11 2019 | |||
ee1dff673661 | anciaux | Merge branch 'master' of ssh://c4science.ch/diffusion/AKAPRIV/akantu-private | Nov 7 2019 | |||
7d5788cb11eb | richart | Make akantu compile again on ubuntu xenial | Oct 28 2019 | |||
63e723568c6c | pundir | conflicts with master resolved | Oct 2 2019 | |||
1f5a64ac85cf | pundir | started working on parallelization of contact detector | Oct 2 2019 | |||
5ad2b577d899 | anciaux | saving the test for large rotations | Sep 27 2019 | |||
8b4cbff3c1ea | anciaux | adding the example on finite rotation in dynamics | Sep 24 2019 | |||
de5aab8dbcc3 | richart | Material selector test correction | Aug 21 2019 | |||
25ce746b01c9 | richart | Correcting some stuff in the dumpers | Aug 14 2019 | |||
5cf490a6c1b7 | richart | arc lint --everything | Jul 19 2019 | |||
7f0284f9fb5f | richart | Fixed compilations of examples | Jul 3 2019 | |||
31a4b0df8179 | pundir | jacobian for new elements added is wrong/update problem | Jun 30 2019 | |||
47c3bed53838 | pundir | conflict with master resolved | Jun 19 2019 | |||
f2a8abd6b849 | richart | Bug fixed again after merge | Jun 16 2019 | |||
870eeccd5cd4 | richart | Bug fix on static patch tests | Jun 16 2019 | |||
1f6e9e513dbb | richart | Bug fix in non linear tests | Jun 16 2019 | |||
4bf5f548d40e | richart | Bug fix in the python patch tests | Jun 16 2019 | |||
d56d4c73db45 | richart | Bug fix in Dumper shared_ptr changes | Jun 16 2019 | |||
7bf5844d231d | richart | Bug fixing in the python interface | Jun 16 2019 | |||
7211363d92dc | richart | Merge branch 'features/pybind11' of c4science:/diffusion/AKAPRIV/akantu-private… | Jun 16 2019 | |||
604abe561a78 | richart | Merge branch 'master' into features/pybind11 | Jun 15 2019 | |||
d8dd5f613d84 | anciaux | remove a warning | Jun 14 2019 | |||
1d9772fd8e9c | richart | Bug fix in the createElementGroups function | Jun 13 2019 | |||
0c6888ff380d | richart | Fixing bugs in parallel: | Jun 12 2019 | |||
c4f2158a9313 | richart | Make it compatible with the new versions of google-test | Jun 12 2019 | |||
902d6d5d0b49 | pundir | conflicts resolved | Jun 10 2019 | |||
ece172541773 | richart | Bug fix in cohesive elements | Jun 5 2019 | |||
00ca1e91f39a | richart | Merge branch 'master' into features/petsc | Jun 5 2019 | |||
e31046f5809d | richart | Minor bug fixes | Jun 5 2019 | |||
02f245d81e99 | richart | Bug fix in the MSH reader version 4 | Jun 2 2019 | |||
4c4091082c2c | pundir | removed dumping code in predictor/corrector of coupler class | May 29 2019 | |||
07f445cafcff | pundir | contact code adapted for explicit dynamics/ lot of things have been changed in… | May 28 2019 | |||
236c0837e14e | pundir | working commit before rewiring/ added working tests | May 24 2019 | |||
7e48d8081c03 | richart | Modified MSH reader for version 4.1 of the files | May 21 2019 | |||
565c009cae64 | pundir | added 2nd derivative for t3, q4 elements | May 17 2019 | |||
8c7c3a6919d8 | pundir | Merge branch 'features/contact' of ssh://c4science.ch/diffusion/AKAPRIV/akantu… | May 16 2019 | |||
25f1467e2e96 | pundir | integrated dof changes to coupler class and started with friction enforcement | May 16 2019 | |||
fea1ae19bc2f | richart | Broked the compilation... (Mohit I how you a beer), removed some warnings | May 15 2019 | |||
7a4f63ed245b | richart | Reactivating anisotropic patch tests | May 14 2019 | |||
c60d10efd8a2 | anciaux | on my way to fix heattransfer tests | May 9 2019 | |||
0781d52fe548 | anciaux | revert the BC namespace | May 9 2019 | |||
a774861fccbe | anciaux | adapt the test for pytest and pybind | May 9 2019 | |||
fda9fcf18aa3 | anciaux | update the patch tests for pybind and pytest | May 9 2019 | |||
3002e784be21 | pundir | started working on coupler class | May 8 2019 | |||
499684f3ef33 | anciaux | remove Dirichlet namespace in test | May 8 2019 | |||
b714ad9efc75 | anciaux | Merge branch 'master' into features/pybind11 | May 8 2019 | |||
fa5ca3a39d7c | anciaux | remove the Dirichlet and Neumann namespaces | May 7 2019 | |||
9e802c334728 | anciaux | cleaning the materials energy computation ghost prototypes | May 3 2019 | |||
2b0ae7185dfd | richart | Adding dof manager tests for petsc | Apr 23 2019 | |||
171761bb304c | anciaux | adding test and dynamic example now working | Apr 12 2019 | |||
355731645768 | richart | PETSc dynamic solver | Apr 5 2019 | |||
400b63f904dc | richart | Removed small tweaks made it more stable by copying the profiles | Mar 27 2019 | |||
f05cce9ba8ca | richart | First correct solution obtained with PETSc | Mar 27 2019 | |||
c0e6a0777c8d | richart | refactoring some assembly code | Mar 13 2019 | |||
0b437330b711 | richart | This seams to work to assemble with multiple dofs and in parallel (needs a bit… | Mar 7 2019 | |||
abb665e8a286 | richart | missing mesh for test dof_manager | Feb 26 2019 | |||
65d6f0a06f07 | richart | Refactoring code between dof_managers | Feb 26 2019 | |||
df011ae4a4f0 | richart | Adding traction test for Mazars | Feb 13 2019 | |||
6d7644e043fc | richart | Create matrices at the earliest moment | Feb 8 2019 | |||
b1a307ef66b1 | richart | Bug fixing some tests + sanitizing them | Feb 8 2019 | |||
8ba22a520261 | D197 | fouad/richart | Correcting examples and tests | Feb 6 2019 | ||
57fecf92275f | pundir | conflict fixed with master | Feb 1 2019 | |||
309d97039fc6 | richart | Moving models common tests in a subfolder | Jan 30 2019 | |||
41eba414c55e | pundir | contact mechanics explicit working/ need to fix dumper in coupling with solid | Jan 24 2019 | |||
c50dec22606d | pundir | vector mathematics for resolution added | Jan 17 2019 | |||
e36b5bd73bac | richart | Working start point | Jan 6 2019 | |||
031679801dd5 | richart | PETSc compiles adding SolverVector | Jan 2 2019 | |||
06c17fcbea47 | richart | Bug fixing some tests + sanitizing them | Dec 30 2018 | |||
560fb762dcd6 | richart | Scoping more enums | Dec 30 2018 | |||
5e1c697c5bdd | richart | Scoping some enums | Dec 28 2018 |
c4science · Help