![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
logical | active |
integer(kind=kint) | contact2free |
counter: contact to free state change | |
integer(kind=kint) | contact2neighbor |
counter: contact to neighbor state change | |
integer(kind=kint) | contact2difflpos |
counter: contact to different local position state change | |
integer(kind=kint) | free2contact |
counter: free to contact state change | |
integer(kind=kint) | contactnode_previous |
previous number of nodes in contact | |
integer(kind=kint) | contactnode_current |
current number of nodes in contact | |
Definition at line 56 of file fstr_contact_def.F90.
logical mcontactdef::fstr_info_contactchange::active |
Definition at line 57 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2difflpos |
counter: contact to different local position state change
Definition at line 60 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2free |
counter: contact to free state change
Definition at line 58 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2neighbor |
counter: contact to neighbor state change
Definition at line 59 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::contactnode_current |
current number of nodes in contact
Definition at line 63 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::contactnode_previous |
previous number of nodes in contact
Definition at line 62 of file fstr_contact_def.F90.
integer(kind=kint) mcontactdef::fstr_info_contactchange::free2contact |
counter: free to contact state change
Definition at line 61 of file fstr_contact_def.F90.