rAKA/srcfeatures/structural_mec…
rAKA/src
features/structural_mec…
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
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 | |||
96dbd1c1c33c | richart/phimuell | Apply 1 suggestion(s) to 1 file(s) | Apr 28 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 | |||
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 | |||
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 | |||
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 | |||
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 | |||
06016ce80fae | Nicolas Richart | Adding PeriodicSlaves and removing method that returns a unordered_multimap | 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 | |||
adf760250693 | richart | Merge branch 'features/28-getelementinradius-const-element-element-in-feengine… | 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 | |||
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