![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Data Fields | |
| logical | active |
| integer(kind=kint), dimension(3, 3) | n_statechange |
| counter: slave nodes moved from a state category to another More... | |
| integer(kind=kint) | contact2neighbor |
| counter: contact to neighbor state change (within 1-hop) More... | |
| integer(kind=kint) | contact2beyond |
| counter: contact moved beyond neighbor elements More... | |
| integer(kind=kint) | contact2difflpos |
| counter: contact to different local position state change (NODE-SURF only) More... | |
| integer(kind=kint) | free2contact_new |
| counter: free to contact with a new master element (needs sparsity rebuild) 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 183 of file fstr_contact_def.F90.
| logical mcontactdef::fstr_info_contactchange::active |
Definition at line 184 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2beyond |
counter: contact moved beyond neighbor elements
Definition at line 187 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2difflpos |
counter: contact to different local position state change (NODE-SURF only)
Definition at line 188 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2neighbor |
counter: contact to neighbor state change (within 1-hop)
Definition at line 186 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::contactnode_current |
current number of nodes in contact
Definition at line 191 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::contactnode_previous |
previous number of nodes in contact
Definition at line 190 of file fstr_contact_def.F90.
| integer(kind=kint) mcontactdef::fstr_info_contactchange::free2contact_new |
counter: free to contact with a new master element (needs sparsity rebuild)
Definition at line 189 of file fstr_contact_def.F90.
| integer(kind=kint), dimension(3,3) mcontactdef::fstr_info_contactchange::n_statechange |
counter: slave nodes moved from a state category to another
Definition at line 185 of file fstr_contact_def.F90.