FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
fstr_matrix_con_contact::noderelated Type Reference

Structure for defining stiffness matrix structure. More...

Collaboration diagram for fstr_matrix_con_contact::noderelated:

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
 

Detailed Description

Structure for defining stiffness matrix structure.

Definition at line 18 of file fstr_mat_con_contact.f90.

Field Documentation

◆ id_lagrange

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.

◆ id_node

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.

◆ num_lagrange

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.

◆ num_node

integer(kind=kint) fstr_matrix_con_contact::noderelated::num_node = 0

Definition at line 19 of file fstr_mat_con_contact.f90.


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