rAKA/srcfeatures/define_public_…
rAKA/src
features/define_public_…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
af35006dbf96 | richart | Creating submodule for debug and cleaning debug code | May 3 2022 | |||
4964c71bb961 | richart | Running clang-format for code quality checks | Apr 28 2022 | |||
09de0b6e0b49 | richart | Merge branch 'master' into 'features/structural_mechanics_lumped_mass' | Apr 28 2022 | |||
4f7245f27871 | richart | Merge branch 'master' into bugfixes/Unexpected-behaviour-in-energy-computation… | Apr 28 2022 | |||
7ffe79ae43a2 | richart | Merge branch 'master' into 'features/structural_mechanics_lumped_mass' | Apr 28 2022 | |||
8185a160038c | richart | Merge branch 'bugfixes/detect_mixed_distributed_initialization' into 'master' | Apr 28 2022 | |||
56be2315a654 | phimuell/richart | Apply 2 suggestion(s) to 2 file(s) | Apr 28 2022 | |||
96dbd1c1c33c | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 28 2022 | |||
f6df60ddf7b7 | richart | Giving access to alpha and beta in NewmarkBeta | Apr 27 2022 | |||
c5fb4eb8f6a9 | richart | Merge branch 'master' into bugfixes/create_matrices_if_needed_by_user | Apr 27 2022 | |||
792f29f6d28d | richart | Making K optional in Newmark-beta for explicit with consistent mass computations | Apr 27 2022 | |||
b5b10351b368 | Philip Mueller, HS | Run the clang formater. | Apr 27 2022 | |||
eaec5d10f288 | Philip Mueller, HS | Removed an accessor that is no longer needed. | Apr 27 2022 | |||
b64239f821f0 | Philip Mueller, HS | Fixed a bug. | Apr 27 2022 | |||
570532b271ab | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
3db0cf5502c7 | Philip Mueller, HS | Applied more of Nicolas' suggestions. | Apr 27 2022 | |||
78946eebbd37 | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
678ec54b220c | Philip Mueller, HS | Addessed several of Nicolas' comments on GitLab. | Apr 27 2022 | |||
ab8a70eff592 | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
cc6ad0f52582 | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
a015367b0b7c | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
8c8f962ac1c3 | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
73f4016ec514 | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 27 2022 | |||
25284b38a907 | tomohitpundir | bug in energy compuatation fixed | Apr 10 2022 | |||
5a614112b0c1 | tomohitpundir | dissipated energy computation added | Apr 6 2022 | |||
9890e5b3d6c9 | Philip Mueller, HS | Added an alias function for the lumped mass to the structural model. | Mar 31 2022 | |||
9649c6fd2684 | Philip Mueller, HS | Removed some old functions of mine, that prevented the compilation. | Mar 31 2022 | |||
b6dbd90d648e | Philip Mueller, HS | Merge branch 'bugfixes/65-Making-the-integrators-available-in-Python' into… | Mar 30 2022 | |||
de452cb795f1 | Philip Mueller, HS | This commit fixes a bug in the `assembleResidual()` function of the… | Mar 30 2022 | |||
45847f50eb7d | Philip Mueller, HS | Updated the implementation of the kinetic energy computation in the solid… | Mar 30 2022 | |||
b7c85dd2bf05 | Philip Mueller, HS | Updated the implementation of the `StructuralMechanicsModel::getKineticEnergy… | Mar 30 2022 | |||
596a07bedb2d | Philip Mueller | The structural part now also have the solvers of the continuum. | Mar 25 2022 | |||
72e56f3888d3 | Philip Mueller | Fixed a bug in the lumped mass implementation of the structural part. | Mar 25 2022 | |||
4a883eb2a210 | phimuell | Fixed a typo. | Mar 24 2022 | |||
0c52d49647c8 | phimuell | Removed a misleading comment. | Mar 24 2022 | |||
1531328d5dcb | Philip Mueller | Fixed a bug in the `assembleResidual()` function of the structural mechanics… | Mar 23 2022 | |||
29b90b0f220d | Philip Mueller, HS | Updates the `assembleResidual()` functions of the `StructuralMechanicsModel`. | Mar 22 2022 | |||
7be0c4621be1 | Philip Mueller, HS | Updated the behaviour of the `getPotentialEnergy()` and `getKineticEnergy()`… | Mar 22 2022 | |||
f01a71ed88a5 | Philip Mueller, HS | Updated the `DOFManager`, regarding the new event `MeshIsDistributedEvent`. | Mar 20 2022 | |||
aaed29043102 | Philip Mueller, HS | Added a new mesh event for the case when the `Mesh` is set to be distributed. | Mar 20 2022 | |||
7c8e3eb1d349 | richart | Making IntegratorScheme available in python | Mar 18 2022 | |||
809d12911433 | richart | Missing matrix type | Mar 18 2022 | |||
b592be01af06 | richart | Create the M and K matrices if the assembly function is called directly by the… | Mar 18 2022 | |||
0dbef4831570 | Philip Mueller, HS | Added a check to the `initFullImpl()` function of the `Model` to check the… | Mar 15 2022 | |||
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 |
c4science · Help