rAKA/srcbugfixes/example-czm…
rAKA/src
bugfixes/example-czm…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
a1120eb7be62 | Philip Mueller, HS | Updated the `SolverVector` Interface. | Mar 15 2022 | |||
3fbdb1c1064d | richart | Removing debug code | Mar 14 2022 | |||
b8bf04d15d77 | richart | `constepr pi` does not compile on clang | Mar 9 2022 | |||
28e453375af1 | richart | Missing override | Mar 9 2022 | |||
547c4e3b1cbd | richart | Aligning the code with akantu coding conventions | Mar 8 2022 | |||
673737f3273a | richart | bug fixes in material tests | Mar 5 2022 | |||
d6cbb7a4852c | Philip Mueller | Compiler are sop picky. | Feb 25 2022 | |||
20ecde97aa7a | Philip Mueller | Fixed an error in the `isFinite()` implementation of `SolverVector`. | Feb 25 2022 | |||
cbfa2ee4faba | Philip Mueller | Updated the Akantu Array. | Feb 25 2022 | |||
030b587794b7 | Philip Mueller | Updated the computation of the Bernulli beams. | Feb 25 2022 | |||
962960572b97 | Philip Mueller | The `SparseMatrix` class now supports a function for testing if its entries are… | Feb 25 2022 | |||
dca49f1688f5 | Philip Mueller, HS/Philip Mueller | It is now possible to force the creation of the lumped mass. | Feb 25 2022 | |||
e18e82be6b0e | Philip Mueller, HS/Philip Mueller | Implemented a shady way of computing the lumped mass matrix. | Feb 25 2022 | |||
aa96d746ff76 | Philip Mueller, HS/Philip Mueller | Fixed some issues for the array iterator. | Feb 25 2022 | |||
01fbff493bec | Philip Mueller, HS/Philip Mueller | Updated the description of the function. | Feb 25 2022 | |||
fa030cf05453 | Philip Mueller, HS/Philip Mueller | Updaed the structural mechanics model. | Feb 25 2022 | |||
0957a3263c34 | richart | constexpr failing on old gcc | Feb 16 2022 | |||
52958650f155 | richart | make it compile with clang | Feb 16 2022 | |||
a71667e20cbd | richart | It should compile in CI with some warning remaining | Feb 16 2022 | |||
28813c1fcd4b | richart | structural mechanics on older compilers | Feb 16 2022 | |||
1e86473f05eb | richart | Correcting cohesive elements for older compilers | Feb 16 2022 | |||
2a295ea8f9f4 | richart | Compiles with older compilers and reactivated missing compilation flags | Feb 16 2022 | |||
7e45be1075bf | richart | Make it compile with gcc 5.4.0 | Feb 15 2022 | |||
7033f6892183 | richart | bug fix while compiling in coverage | Feb 12 2022 | |||
cbba90159bc5 | richart | Bug fix in eigen plugin | Feb 12 2022 | |||
1891c1181fc6 | richart | Bug fix in models | Feb 12 2022 | |||
677ca31609cb | richart | Implemented inflate which does the opposite of flatten | Feb 10 2022 | |||
4d99cf952ec7 | richart | Typo WARN -> WARNING | Feb 10 2022 | |||
45ad4bb227b1 | richart | Missing return statement | Feb 10 2022 | |||
bf02562f93cf | richart | Adding warnings on operator= | Feb 10 2022 | |||
a52962367d43 | richart | Adding operator= to ElementTypeMapArray | Feb 10 2022 | |||
8a1376f66a9f | richart | adding missing functions to the python interface | Feb 10 2022 | |||
4807036100eb | richart | Material name not set properly when using registerNewMaterial | Feb 10 2022 | |||
e4268c1bc417 | richart | Bug fixes | Feb 1 2022 | |||
7783bd83ea55 | Nicolas Richart | [wip] fixing more bugs Vector<>(size, 0) fails | Jan 28 2022 | |||
a4980c2e8c1d | Nicolas Richart | [wip] more bug fixing and uint to auto | Jan 27 2022 | |||
cb6de5f8a3bc | Nicolas Richart | [wip] bug fix and changing UInt to Idx and Int | Jan 26 2022 | |||
021cd6728eb3 | Nicolas Richart | [wip] progressing in the debug | Jan 25 2022 | |||
b9e33c8f19a2 | Nicolas Richart | [wip] starting to debug the mess | Jan 23 2022 | |||
36b5c7690fc7 | Nicolas Richart | Merge branch 'master' into features/eigen | Jan 22 2022 | |||
a08c45ee509b | Nicolas Richart | [wip] tests are compiling | Jan 22 2022 | |||
9522a0eddb68 | Nicolas Richart | [wip] reached a compiling state for the library | Jan 21 2022 | |||
06016ce80fae | Nicolas Richart | Adding PeriodicSlaves and removing method that returns a unordered_multimap | Jan 20 2022 | |||
fbd8b0dfaf2d | Nicolas Richart | [wip] more UInt changed and material changes to named_tuples | Jan 20 2022 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 2021 | |||
1c72ce33b004 | tdroch | Merge branch 'features/terms-to-add-in-python' into 'master' | Nov 23 2021 | |||
90b20d4c42ee | Nicolas Richart | Remove pure virtual where not needed | Nov 9 2021 | |||
9fe7ea111967 | richart | Adding missing consts | Nov 5 2021 | |||
174a2e1ab3ac | richart | Adding a layer InterceptSolverCallback to simplify the interception | Nov 5 2021 | |||
3ad087540b2b | richart | Moved dofs ids information to TermsToAssemble | Nov 5 2021 | |||
8e76908f420b | Nicolas Richart | [wip] slowly correcting the merge and rebase errors | Oct 31 2021 | |||
01141098e462 | Nicolas Richart | Merge remote-tracking branch 'origin/master' into features/eigen | Oct 29 2021 | |||
dd07c2a05544 | Nicolas Richart | [wip] changing back `const (ElementType|ElementKind|GhostType) &` to \1 after… | Oct 29 2021 | |||
47efb065a843 | richart/Nicolas Richart | [wip] More UInt to auto, Int or Idx and Eigen stuffs | Oct 29 2021 | |||
308a7eb3b266 | richart/Nicolas Richart | [WIP] UInt to auto, Idx or Int | Oct 26 2021 | |||
87a57094fc80 | richart/Nicolas Richart | [WIP] constexpr to help using static size matrices | Oct 26 2021 | |||
b8449199836e | richart/Nicolas Richart | [WIP] tuples and sfinea to the rescue | Oct 26 2021 | |||
431b57d46b5f | richart/Nicolas Richart | [WIP] some UInt to Idx and another small step in the Eigen rabbit hole | Oct 26 2021 | |||
6433ed40e8e0 | richart/Nicolas Richart | [WIP] UInt to Int and auto everything | Oct 26 2021 | |||
6e70ed19dfd3 | richart/Nicolas Richart | [WIP] passing the material laws to eigen | Oct 22 2021 | |||
4eb8e845bd4b | richart/Nicolas Richart | adding static make_view | Oct 22 2021 | |||
3cce03794477 | richart/Nicolas Richart | [WIP] making iterator work with eigen types and started to make akantu eigen… | Oct 22 2021 | |||
adf760250693 | richart | Merge branch 'features/28-getelementinradius-const-element-element-in-feengine… | Oct 22 2021 | |||
7b1fdbf487b0 | richart/Nicolas Richart | More work for eigen transition | Oct 22 2021 | |||
44aa27ae672e | Nicolas Richart | Adding missing parts in the interface and debugging | Oct 22 2021 | |||
1cf5685c9724 | richart | Adding TermsToAdd and SolverCallbacks to python interface | Oct 20 2021 | |||
6c4aec2225d4 | anciaux | bug fix for the dumper field: now possible again to dump a mesh | Oct 6 2021 | |||
cf25e59e090b | richart | Debuged getElementInradius and added a test | Oct 1 2021 | |||
d213b95f146f | Nicolas Richart | Linting the cc files too | Sep 17 2021 | |||
be9997e57239 | richart | Some more errors introduced/revealed by the linter | Sep 16 2021 | |||
93ae1ca0ac57 | richart | Header error discovered by formatting | Sep 16 2021 | |||
e5cfe0ce664a | Nicolas Richart | clang-format everything | Sep 15 2021 | |||
146f7a0e9b4c | richart/Nicolas Richart | initial change for eigen | Sep 14 2021 | |||
25743e8c285f | richart | clang-tidy --fix: to auto fix errors | Aug 27 2021 | |||
a23d4b76944e | richart | Preparing version 4.0.0 | Aug 17 2021 | |||
020d57e328cd | richart | Merge branch 'bugfixes/boundary_changes_in_solver' into 'master' | Aug 3 2021 | |||
67d8f5cfd95f | richart | Code quality corrections | Jul 28 2021 | |||
721e10971f05 | richart | Adding exception when not converged | Jul 28 2021 | |||
c8d9385f5ff2 | richart | Correction based on @ganciaux review | Jul 28 2021 | |||
6262bb9b0011 | richart | Resetting the J matrix if the boundary changed | Jul 28 2021 | |||
251af691556a | richart | Merge branch 'master' into features/contact | Jul 20 2021 | |||
67a78b03ef1c | tdroch | Merge branch 'features/22-problem-in-the-documentation-for-the-viscoelastic… | Jul 7 2021 | |||
92bb4e260b29 | anciaux | Merge branch 'features/material-selector-python' into 'master' | Jun 30 2021 | |||
7d0cc3b36cbd | richart | Bug fix following factorization | Jun 26 2021 | |||
7841f146511f | richart | Bug fix refixed | Jun 25 2021 | |||
88e4bdd1fc1d | richart | Missing symbols with clang | Jun 25 2021 | |||
40104a165ba1 | richart | Corrected clang compilation error and linted some part of the contact code | Jun 24 2021 | |||
2985136e8a09 | richart | Correction based on remarks on MR !9 | Jun 24 2021 | |||
13da75edd185 | richart | Bug fix from the previous refactoring | Jun 24 2021 | |||
80a7ec7d8c7d | richart | Merge branch 'master' into features/contact | Jun 24 2021 | |||
b75e7eac6591 | richart | refactoring the code of the coupler solid contact | Jun 23 2021 | |||
e6faf34e0cc7 | richart | Bug fix in the dumper for enums | Jun 23 2021 | |||
d4516410c368 | Mohit Pundir | changes the dof manage for coupler solid cohesive contact | Jun 19 2021 | |||
84f1afcae8b4 | richart | Few fixes in the doc | Jun 17 2021 | |||
74430aec0412 | anciaux | indentation | Jun 15 2021 | |||
1c47c504ad49 | anciaux | remove useless coefficient | Jun 15 2021 | |||
9c13feedb970 | richart | Casting enums in UInt in dumpers | Jun 10 2021 | |||
157e744011a6 | richart | Compilation fixes following application of suggestions | Jun 9 2021 | |||
b963975cba79 | richart/tomohitpundir | Apply 34 suggestion(s) to 15 file(s) | Jun 8 2021 | |||
bacf19476747 | richart | Merge branch 'master' into features/contact | Jun 8 2021 |
c4science · Help