History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b4d40dc53dd6 | Nicolas Richart | initializing default solver in the constructor body | Dec 1 2021 | |||
174a2e1ab3ac | richart | Adding a layer InterceptSolverCallback to simplify the interception | Nov 5 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 | |||
67d8f5cfd95f | richart | Code quality corrections | Jul 28 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 | |||
b75e7eac6591 | richart | refactoring the code of the coupler solid contact | Jun 23 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 | |||
205db61909bc | pundir | tests/examples and python modules for contact code added | Jun 6 2021 | |||
e1527e69fc3c | pundir | removing memory part for contact mechanics and coupler classes | Apr 7 2021 | |||
533c97bf0364 | richart | correcting pybind11 interface for contact mechanics model | Dec 12 2020 | |||
88f0eb347fa5 | richart | Bug fix in the constructor of structural_mechanics_model | Dec 12 2020 | |||
ad3e8254e4aa | richart | Corrected compilation errors when structural elements are activated | Dec 11 2020 | |||
569ce41669ae | richart | Correcting compilation errors due to merge | Dec 11 2020 | |||
83834086e119 | pundir | Bug Fixed : wrong numbering of elements for tracking master element corrected | Oct 28 2020 | |||
0cd95f597f12 | pundir | double pass algorithm add average force based on whether master is deformable… | Oct 2 2020 | |||
65107b3a1112 | pundir | double pass algorithm add average force based on whether master is deformable | Oct 2 2020 | |||
6026102e6e39 | pundir | double pass algorithm add average force | Oct 2 2020 | |||
3510f05ec280 | pundir | Bug fixed : previous master elements size being less than nb of nodes added for… | Sep 23 2020 | |||
fd3e87879dd8 | pundir | Bug Fixed : To check whether a point has interpenetrated | Sep 22 2020 | |||
86044c877162 | pundir | check for same side in orthogonal prjection removed | Sep 19 2020 | |||
239ab6295f57 | pundir | nodal area calculation changed/bug in 3D natural projection fixed | Sep 19 2020 | |||
0768da2ab4f5 | pundir | Bug fixed : contact node list was getting duplicated onElementsAdded | Sep 18 2020 | |||
764e0a5a23f9 | pundir | Bug Fixed : contact group was created everytime cohesive element is added | Sep 17 2020 | |||
c8ad747b60d1 | pundir | projection strategy changed to finding minima, onElementsAdded in Cohesive… | Sep 16 2020 | |||
31e21da3c2dd | pundir | nodal area calculation reverted to taking norm of force | Sep 13 2020 | |||
d4df31b1179c | pundir | contact search moved from predictor to assembleResidual | Sep 12 2020 | |||
bd65c18eb0c5 | pundir | added max iteration criteria to contact detector for natural projection | Sep 2 2020 | |||
2d9bbe4afe57 | pundir | tangential traction added for dumping | Sep 1 2020 | |||
067043ddb89b | pundir | Bug fixed : no of boundary elements were wrongly accounted for | Aug 31 2020 | |||
9f1b8ec6ec9d | pundir | cleaning a bit | Aug 31 2020 | |||
1fd52b2cfa29 | pundir | parameter to determine extension of a master element added | Aug 30 2020 | |||
87fe19b2c01d | pundir | Bug Fixed : detection to check if point is inside or outside a master surface | Aug 29 2020 | |||
fe9320be0cda | pundir | extra comments added to clarify some algorithms | Aug 26 2020 | |||
77d22c2b40ef | pundir | gap and nodal area computation corrected | Aug 25 2020 | |||
2adc9d791ed2 | pundir | boundary element function edited | Aug 25 2020 | |||
333ff37c486c | pundir | change in nodal area computation/current configuration considered | Aug 25 2020 | |||
c005d437b22d | pundir | added tolerance criteria for natural projection | Aug 19 2020 | |||
c1ccb21ef3d3 | pundir | matrix-matrix multiplications in resolutions corrected | Aug 13 2020 | |||
f71b310c71b3 | pundir | readded intialization of projection arrays | Aug 10 2020 | |||
b6940921be63 | pundir | resolutions computation chnages to vector-vector multiplication | Aug 10 2020 | |||
92d86600bd24 | pundir | quadratic penalty formulation added/ forces implemented | Aug 3 2020 | |||
eda33bb71303 | pundir | normal and stick modulii implemented for penalty | Jul 29 2020 | |||
142605f399f4 | pundir | Bug Fix : contact force were added twice due to ghost/not_ghost | Jul 27 2020 | |||
85ce2123e090 | pundir | corrected slip tangential traction | Jul 5 2020 | |||
c6dea391f904 | pundir | resizing stick slip array in search function | Jun 30 2020 | |||
7dfd7a8922cc | pundir | changes in dumper functions in accordance to master | Jun 14 2020 | |||
271e73ac5baa | pundir | working on contact coheisve coupler | Jun 12 2020 | |||
2f1d4e56803d | pundir | contact mechanics model : previous state/explicit dynamic default solver | Apr 16 2020 | |||
7c21c3c4242e | pundir | friction for large sliding is added in penalty resolution | Apr 16 2020 | |||
6739098dcff8 | pundir | added before/after solve step to resolution | Apr 16 2020 | |||
8579573e9824 | pundir | contact element class cleaned/ all necessary functions moed to model | Apr 16 2020 | |||
fb7ece037585 | pundir | commented duplicate functions already in geometry utils | Apr 16 2020 | |||
47fd26fc5c36 | pundir | example added for contact mechanics | Feb 26 2020 | |||
bcf26686a629 | pundir | modifications to compile with RelWithDeBugInfo cmake option | Feb 20 2020 | |||
fccde3b914f9 | pundir | few modifications to clean the code | Feb 17 2020 | |||
7b3c1b585f6f | pundir | class contact element modified/ stiffness matrix re computation | Oct 6 2019 | |||
2f449dcda0b1 | pundir | added geometry utils to ease friciton calculation | Oct 2 2019 | |||
1f5a64ac85cf | pundir | started working on parallelization of contact detector | Oct 2 2019 | |||
5d002b67cef3 | pundir | changed contact detector to get correct master element index | Jul 17 2019 | |||
31a4b0df8179 | pundir | jacobian for new elements added is wrong/update problem | Jun 30 2019 | |||
a26f45f84b55 | pundir | python interface for contact/coupler/material selector | Jun 20 2019 | |||
5eb7cda6aae0 | pundir | changed fillNodestoElement in mesh/ use meshfacets for coupling | Jun 19 2019 | |||
fcf291876e0b | pundir | coupling between solid cohesive and contact mechanics started | Jun 14 2019 | |||
2bf95c3451ff | pundir | chenged in resolution.cc for nodegroup | Jun 11 2019 | |||
3c352c4157a0 | pundir | chmaged contact detector and element class for friciton traction | Jun 1 2019 | |||
6e41dec3f294 | pundir | previous projection needs to be fixed in contact element class for friction to… | May 31 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 | |||
37f4fb5016b8 | pundir | fixed stress/grad_u dumping in coupler | May 22 2019 | |||
76248ba30d4b | pundir | friction implementation added/ working on tests | May 20 2019 | |||
80c076550438 | pundir | cleaning the resolution code in contact mechanics model/definitely need a data… | May 20 2019 | |||
c4c42c021e29 | pundir | assembly of friction stiffness/ might need a proper structure for einsum | May 18 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 | |||
d2a26eff0fa2 | richart | Merge branch 'features/contact' of c4science:/diffusion/AKAPRIV/akantu-private… | May 15 2019 | |||
fea1ae19bc2f | richart | Broked the compilation... (Mohit I how you a beer), removed some warnings | May 15 2019 | |||
2365e703e433 | pundir | resolved conflict in contact mechanics model | May 14 2019 | |||
9364926c5d3a | richart | Changed the interfaces of models to accept an external dof_manager | May 14 2019 | |||
3002e784be21 | pundir | started working on coupler class | May 8 2019 | |||
47e37a62f931 | pundir | static implicit working | Apr 17 2019 | |||
83f540a49ce3 | pundir | implicit contact formulation added | Feb 8 2019 | |||
f99638333296 | pundir | changes in resolution class | Feb 4 2019 | |||
8b94894ba0b1 | pundir | dumper fixed, added area multiplication in contact force | Feb 1 2019 | |||
41eba414c55e | pundir | contact mechanics explicit working/ need to fix dumper in coupling with solid | Jan 24 2019 | |||
a51bcf06c2f7 | pundir | dumper added/ projection modification in progress | Jan 21 2019 | |||
c50dec22606d | pundir | vector mathematics for resolution added | Jan 17 2019 | |||
3012be18233d | pundir | contact resolution started | Dec 20 2018 | |||
5c9160069db0 | pundir | tests for contact detection added/2d working | Dec 19 2018 | |||
dc19a6ea1a9e | pundir | contact detector capable of orthogonal projection/ needs test | Dec 18 2018 | |||
775e632c2e04 | pundir | contact detector class modified to take current positions | Dec 5 2018 | |||
c323689b8e80 | pundir | changed detetcion to node based | Oct 23 2018 |
c4science · Help