Home
last modified time | relevance | path

Searched refs:cleanUpContacts (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_contact_history_mesh.h98 void cleanUpContacts();
102 void cleanUpContacts(int ifrom, int ito);
H A Dfix_contact_history_mesh.cpp430 void FixContactHistoryMesh::cleanUpContacts() in cleanUpContacts() function in FixContactHistoryMesh
432 cleanUpContacts(0, atom->nlocal); in cleanUpContacts()
437 void FixContactHistoryMesh::cleanUpContacts(int ifrom, int ito) in cleanUpContacts() function in FixContactHistoryMesh
H A Dfix_wall_gran.cpp1016 if(fix_contact) fix_contact->cleanUpContacts(); in post_force_mesh()