History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
23afa0f74cab | richart | Correcting a warning at compilation | Jun 29 2022 | |||
2c20edca9355 | richart | Bug fix in the installation instructions and in the option protections | Jun 10 2022 | |||
9d1341e08698 | tdroch | Merge branch 'bugfixes/create_matrices_if_needed_by_user' into 'master' | May 10 2022 | |||
d849be145a03 | Lucas Frérot | Merge branch 'bugfixes/multiple_small_bug_in_contact_mechanics' into 'master' | May 4 2022 | |||
d95695ca47b4 | richart | Setting properly the model type in contact coupler | May 3 2022 | |||
16c7f3f5d1ca | richart | Bu fix in the material selector | 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 | |||
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 | |||
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 | |||
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 | |||
3fbdb1c1064d | richart | Removing debug code | Mar 14 2022 | |||
b8bf04d15d77 | richart | `constepr pi` does not compile on clang | Mar 9 2022 | |||
547c4e3b1cbd | richart | Aligning the code with akantu coding conventions | Mar 8 2022 | |||
030b587794b7 | Philip Mueller | Updated the computation of the Bernulli beams. | 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 | |||
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 | |||
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 | |||
4d4db01864a7 | richart | This makes the CI build the python wheel - on master it pushes the wheel to the… | Dec 23 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 | |||
44aa27ae672e | Nicolas Richart | Adding missing parts in the interface and debugging | Oct 22 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 | |||
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 | |||
92bb4e260b29 | anciaux | Merge branch 'features/material-selector-python' into 'master' | Jun 30 2021 | |||
7d0cc3b36cbd | richart | Bug fix following factorization | Jun 26 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 | |||
d4516410c368 | Mohit Pundir | changes the dof manage for coupler solid cohesive contact | Jun 19 2021 | |||
74430aec0412 | anciaux | indentation | Jun 15 2021 | |||
1c47c504ad49 | anciaux | remove useless coefficient | Jun 15 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 | |||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | |||
5d6969fe38af | richart/gallyamov | Bug fix in cohesive element inseration while PBC are active | May 28 2021 | |||
2d69ce3355d2 | richart | Improved material-selector | May 26 2021 | |||
45efedd36c79 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
48566fff3ed0 | richart | Merge branch 'master' into features/phasefield | May 14 2021 | |||
2d34133da988 | richart | Correcting documentation | May 14 2021 | |||
fdaa2dacbd0c | richart | Correcting documentation | May 14 2021 | |||
a52b94276329 | richart | Linting the code and applying clang-tidy corrections | May 14 2021 | |||
583b06990849 | richart | Linting the code and applying clang-tidy corrections | May 14 2021 | |||
cc28db023977 | richart | Removing useless parameter that comes from a copy/paste... | May 14 2021 | |||
ed63cd404c2f | richart | Removing useless parameter that comes from a copy/paste... | May 14 2021 | |||
7b8c44876f35 | richart | Reordering methods | May 14 2021 | |||
a1f8c50c9afc | richart | Reordering methods | May 14 2021 | |||
38002f187447 | richart | Merge branch 'features/doc_energies' into 'master' | Apr 29 2021 |
c4science · Help