![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Structure for defining stiffness matrix structure. More...
Data Fields | |
integer(kind=kint) | num_node = 0 |
integer(kind=kint) | num_lagrange = 0 |
total number of related nodes and Lagrange multipliers | |
integer(kind=kint), dimension(:), pointer | id_node => null() |
list of related nodes | |
integer(kind=kint), dimension(:), pointer | id_lagrange => null() |
list of related Lagrange multipliers | |
Structure for defining stiffness matrix structure.
Definition at line 18 of file fstr_mat_con_contact.f90.
integer(kind=kint), dimension(:), pointer fstr_matrix_con_contact::noderelated::id_lagrange => null() |
list of related Lagrange multipliers
Definition at line 21 of file fstr_mat_con_contact.f90.
integer(kind=kint), dimension(:), pointer fstr_matrix_con_contact::noderelated::id_node => null() |
list of related nodes
Definition at line 20 of file fstr_mat_con_contact.f90.
integer(kind=kint) fstr_matrix_con_contact::noderelated::num_lagrange = 0 |
total number of related nodes and Lagrange multipliers
Definition at line 19 of file fstr_mat_con_contact.f90.
integer(kind=kint) fstr_matrix_con_contact::noderelated::num_node = 0 |
Definition at line 19 of file fstr_mat_con_contact.f90.