- Queries
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
Jan 18 2021
Jan 18 2021
pundir committed rAKAf3fc1db1067c: added radial return mapping to Drucker-Prager (authored by pundir).
added radial return mapping to Drucker-Prager
Plasticity with Mazars damage law added
removed this pointer from lambda functions
pundir committed rAKA6f328d59430d: changed previous opening to current opening for linear friction cohesive… (authored by pundir).
changed previous opening to current opening for linear friction cohesive…
pundir committed rAKA5859a1e8025d: Bug Fixed : wrong numbering of elements for tracking master element corrected (authored by pundir).
Bug Fixed : wrong numbering of elements for tracking master element corrected
pundir committed rAKA93fbd8e67647: double pass algorithm add average force based on whether master is deformable (authored by pundir).
double pass algorithm add average force based on whether master is deformable
pundir committed rAKAa787e18a8738: double pass algorithm add average force based on whether master is deformable… (authored by pundir).
double pass algorithm add average force based on whether master is deformable…
added check for friction angle to be 0
double pass algorithm add average force
pundir committed rAKAcc4e1f0e5403: Bug fixed : previous master elements size being less than nb of nodes added for… (authored by pundir).
Bug fixed : previous master elements size being less than nb of nodes added for…
pundir committed rAKA1fa10e0cfd44: Bug Fixed : To check whether a point has interpenetrated (authored by pundir).
Bug Fixed : To check whether a point has interpenetrated
pundir committed rAKAebbaa34b3050: threshold value check for Drucker-Prager added (authored by pundir).
threshold value check for Drucker-Prager added
pundir committed rAKAc27503f1e994: Bug Fixed : contact group was created everytime cohesive element is added (authored by pundir).
Bug Fixed : contact group was created everytime cohesive element is added
pundir committed rAKA98cf4084d9f2: nodal area calculation changed/bug in 3D natural projection fixed (authored by pundir).
nodal area calculation changed/bug in 3D natural projection fixed
pundir committed rAKA7283a65898e2: projection strategy changed to finding minima, onElementsAdded in Cohesive… (authored by pundir).
projection strategy changed to finding minima, onElementsAdded in Cohesive…
pundir committed rAKA2cf950de4d67: Bug fixed : contact node list was getting duplicated onElementsAdded (authored by pundir).
Bug fixed : contact node list was getting duplicated onElementsAdded
pundir committed rAKAb99b3fb0166f: check for same side in orthogonal prjection removed (authored by pundir).
check for same side in orthogonal prjection removed
pundir committed rAKA47c9a7481eca: Bug Fixed : cohesive model works in release (authored by pundir).
Bug Fixed : cohesive model works in release
pundir committed rAKAda9fafc32960: Bug fixed in Drucker-Prager for converting voigt to Matrix form (authored by pundir).
Bug fixed in Drucker-Prager for converting voigt to Matrix form
pundir committed rAKAa02e0442c210: fixed updateInternalParameter bug in Drucker-Prager material (authored by pundir).
fixed updateInternalParameter bug in Drucker-Prager material
pundir committed rAKA2e78bc3bc7f9: contact search moved from predictor to assembleResidual (authored by pundir).
contact search moved from predictor to assembleResidual
pundir committed rAKAdc3be2e2808d: added updateInternalParameters function to Drucker-Prager class (authored by pundir).
added updateInternalParameters function to Drucker-Prager class
pundir committed rAKAe4fb2c8b780f: Drucker-Prager law for plastic material implemented (authored by pundir).
Drucker-Prager law for plastic material implemented
pundir committed rAKA2fc9064f1368: Merge branch 'features/contact' of ssh://c3science.ch/diffusion/AKAPRIV/akantu… (authored by pundir).
Merge branch 'features/contact' of ssh://c3science.ch/diffusion/AKAPRIV/akantu…
pundir committed rAKA83ec5b7e14d9: nodal area calculation reverted to taking norm of force (authored by pundir).
nodal area calculation reverted to taking norm of force
pundir committed rAKA1400bfd8ee35: added a max iteration criteria to inverseMap function (authored by pundir).
added a max iteration criteria to inverseMap function
pundir committed rAKA27286d251f89: added function to define new IntegrationScheme (authored by pundir).
added function to define new IntegrationScheme
pundir committed rAKAe9b5a9de2e77: added max iteration criteria to contact detector for natural projection (authored by pundir).
added max iteration criteria to contact detector for natural projection
cleaning a bit
tangential traction added for dumping
pundir committed rAKAc01fa08c8ee7: Bug Fixed : detection to check if point is inside or outside a master surface (authored by pundir).
Bug Fixed : detection to check if point is inside or outside a master surface
pundir committed rAKA1565fc644003: parameter to determine extension of a master element added (authored by pundir).
parameter to determine extension of a master element added
gap and nodal area computation corrected
pundir committed rAKA6341a20f6963: Bug fixed : no of boundary elements were wrongly accounted for (authored by pundir).
Bug fixed : no of boundary elements were wrongly accounted for
pundir committed rAKA7891c0688133: extra comments added to clarify some algorithms (authored by pundir).
extra comments added to clarify some algorithms
boundary element function edited
pundir committed rAKA83bcc950e0e6: change in nodal area computation/current configuration considered (authored by pundir).
change in nodal area computation/current configuration considered
pundir committed rAKA843298058689: added tolerance criteria for natural projection (authored by pundir).
added tolerance criteria for natural projection
added need_to_reassemble as default option
pundir committed rAKAdd87d9e606f0: matrix-matrix multiplications in resolutions corrected (authored by pundir).
matrix-matrix multiplications in resolutions corrected
pundir committed rAKA8bbebddaf70c: resolutions computation chnages to vector-vector multiplication (authored by pundir).
resolutions computation chnages to vector-vector multiplication
readded intialization of projection arrays
enum class for contact state added
pundir committed rAKA3a0a2c4d04e9: Bug Fix : contact force were added twice due to ghost/not_ghost (authored by pundir).
Bug Fix : contact force were added twice due to ghost/not_ghost
pundir committed rAKA8caed5af6d81: quadratic penalty formulation added/ forces implemented (authored by pundir).
quadratic penalty formulation added/ forces implemented
pundir committed rAKAd5860b7039c3: normal and stick modulii implemented for penalty (authored by pundir).
normal and stick modulii implemented for penalty
corrected slip tangential traction
pundir committed rAKA0295b6224697: Bug Fix : convergence normalized criteria was zero for solution type (authored by pundir).
Bug Fix : convergence normalized criteria was zero for solution type
conflicts with master resolved
pundir committed rAKAc0a4d4d2d15a: resizing stick slip array in search function (authored by pundir).
resizing stick slip array in search function
working on contact coheisve coupler
pundir committed rAKA846e29973f06: changes in dumper functions in accordance to master (authored by pundir).
changes in dumper functions in accordance to master
pundir committed rAKA376b4515bcc0: contact mechanics model : previous state/explicit dynamic default solver (authored by pundir).
contact mechanics model : previous state/explicit dynamic default solver
contact coupler modified
pundir committed rAKA3b63ad20c3d5: added functionality to take userdefined values in allocNodalField in model (authored by pundir).
added functionality to take userdefined values in allocNodalField in model
Conflict resolved with master
pundir committed rAKA6725ba687663: added before/after solve step to resolution (authored by pundir).
added before/after solve step to resolution
pundir committed rAKA26d275f65202: friction for large sliding is added in penalty resolution (authored by pundir).
friction for large sliding is added in penalty resolution
pundir committed rAKAe19fba010c2b: contact element class cleaned/ all necessary functions moed to model (authored by pundir).
contact element class cleaned/ all necessary functions moed to model
pundir committed rAKA5002068d9efe: commented duplicate functions already in geometry utils (authored by pundir).
commented duplicate functions already in geometry utils
pundir committed rAKA7ffa9903b063: modifications to compile with RelWithDeBugInfo cmake option (authored by pundir).
modifications to compile with RelWithDeBugInfo cmake option
example added for contact mechanics
pundir committed rAKA5e829ba03d24: added minimum function to sparse matrix aij (authored by pundir).
added minimum function to sparse matrix aij
commenting unused variables
few modifications to clean the code
pundir committed rAKAb85fea528936: python interface modified to be compatible with contact model (authored by pundir).
python interface modified to be compatible with contact model
pundir committed rAKA03ae00a232f9: added geometry utils to ease friciton calculation (authored by pundir).
added geometry utils to ease friciton calculation
pundir committed rAKA4da66826d2f3: Bug fixed : 2nd shape derivatives for quad 4 added (authored by pundir).
Bug fixed : 2nd shape derivatives for quad 4 added
pundir committed rAKA4544f6335bf8: started working on parallelization of contact detector (authored by pundir).
started working on parallelization of contact detector
pundir committed rAKA26c494b20ff5: class contact element modified/ stiffness matrix re computation (authored by pundir).
class contact element modified/ stiffness matrix re computation
conflicts with master resolved
pundir committed rAKA121e1e09d063: changed contact detector to get correct master element index (authored by pundir).
changed contact detector to get correct master element index
pundir committed rAKA19db5ed4eb65: bug fixed : compute jacobian in gauss integrator (authored by pundir).
bug fixed : compute jacobian in gauss integrator
pundir committed rAKAfef8c4e93c5e: Bug fixed : in radius calculation for segement element (authored by pundir).
Bug fixed : in radius calculation for segement element
pundir committed rAKAfdd932f6c20d: jacobian for new elements added is wrong/update problem (authored by pundir).
jacobian for new elements added is wrong/update problem
pundir committed rAKA0e33289cdc09: Bug fixed : to consider boundary elements in initMeshFacets (authored by pundir).
Bug fixed : to consider boundary elements in initMeshFacets
pundir committed rAKA41cabfe949f2: python interface for contact/coupler/material selector (authored by pundir).
python interface for contact/coupler/material selector
conflict with master resolved
pundir committed rAKAd5024bd23cb4: coupling between solid cohesive and contact mechanics started (authored by pundir).
coupling between solid cohesive and contact mechanics started
pundir committed rAKAa0e19c5e89c6: changed fillNodestoElement in mesh/ use meshfacets for coupling (authored by pundir).
changed fillNodestoElement in mesh/ use meshfacets for coupling
conflicts resolved
chenged in resolution.cc for nodegroup
pundir committed rAKA300b2c16422b: chmaged contact detector and element class for friciton traction (authored by pundir).
chmaged contact detector and element class for friciton traction
pundir committed rAKA0e13941f2520: contact code adapted for explicit dynamics/ lot of things have been changed in… (authored by pundir).
contact code adapted for explicit dynamics/ lot of things have been changed in…
pundir committed rAKA7e31629b528f: previous projection needs to be fixed in contact element class for friction to… (authored by pundir).
previous projection needs to be fixed in contact element class for friction to…
pundir committed rAKA790ab87654c9: removed dumping code in predictor/corrector of coupler class (authored by pundir).
removed dumping code in predictor/corrector of coupler class
pundir committed rAKA0a50da81ebd7: working commit before rewiring/ added working tests (authored by pundir).
working commit before rewiring/ added working tests
fixed stress/grad_u dumping in coupler
pundir committed rAKA728e36056a06: Merge branch 'features/contact' of ssh://c4science.ch/diffusion/AKAPRIV/akantu… (authored by pundir).
Merge branch 'features/contact' of ssh://c4science.ch/diffusion/AKAPRIV/akantu…
pundir committed rAKA4a6d702fb811: friction implementation added/ working on tests (authored by pundir).
friction implementation added/ working on tests
pundir committed rAKA4c842767c1d8: cleaning the resolution code in contact mechanics model/definitely need a data… (authored by pundir).
cleaning the resolution code in contact mechanics model/definitely need a data…
pundir committed rAKAdb3413528086: assembly of friction stiffness/ might need a proper structure for einsum (authored by pundir).
assembly of friction stiffness/ might need a proper structure for einsum
added 2nd derivative for t3, q4 elements
pundir committed rAKA062625799cae: resolved conflict in contact mechanics model (authored by pundir).
resolved conflict in contact mechanics model
pundir committed rAKAb6f028eebd0a: integrated dof changes to coupler class and started with friction enforcement (authored by pundir).
integrated dof changes to coupler class and started with friction enforcement
static implicit working
started working on coupler class
pundir committed rAKA52124f120a86: Merge branch 'master' into features/contact (authored by pundir).
Merge branch 'master' into features/contact
implicit contact formulation added
c4science · Help