FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
mcontactdef::fstr_info_contactchange Type Reference
Collaboration diagram for mcontactdef::fstr_info_contactchange:

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...
 

Detailed Description

Definition at line 183 of file fstr_contact_def.F90.

Field Documentation

◆ active

logical mcontactdef::fstr_info_contactchange::active

Definition at line 184 of file fstr_contact_def.F90.

◆ contact2beyond

integer(kind=kint) mcontactdef::fstr_info_contactchange::contact2beyond

counter: contact moved beyond neighbor elements

Definition at line 187 of file fstr_contact_def.F90.

◆ contact2difflpos

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.

◆ contact2neighbor

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.

◆ contactnode_current

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.

◆ contactnode_previous

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.

◆ free2contact_new

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.

◆ n_statechange

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.


The documentation for this type was generated from the following file: