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