![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
This module provides functions to solve sparse system of \linear equitions in the case of contact analysis using standard \Lagrange multiplier algorithm. More...
Functions/Subroutines | |
subroutine, public | solve_lineq_contact_init (hecmesh, hecmat, fstrmat, is_sym) |
This subroutine. | |
subroutine, public | solve_lineq_contact (hecmesh, hecmat, fstrmat, istat, rf, conmat) |
This subroutine. | |
This module provides functions to solve sparse system of \linear equitions in the case of contact analysis using standard \Lagrange multiplier algorithm.
subroutine, public m_solve_lineq_contact::solve_lineq_contact | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix) | hecmat, | ||
type (fstrst_matrix_contact_lagrange) | fstrmat, | ||
integer(kind=kint), intent(out) | istat, | ||
real(kind=kreal), optional | rf, | ||
type (hecmwst_matrix), optional | conmat | ||
) |
This subroutine.
hecmesh | hecmw mesh |
hecmat | type hecmwST_matrix |
fstrmat | type fstrST_matrix_contact_lagrange) |
Definition at line 46 of file solve_LINEQ_contact.f90.
subroutine, public m_solve_lineq_contact::solve_lineq_contact_init | ( | type (hecmwst_local_mesh) | hecmesh, |
type (hecmwst_matrix) | hecmat, | ||
type (fstrst_matrix_contact_lagrange) | fstrmat, | ||
logical | is_sym | ||
) |
This subroutine.
hecmesh | hecmw mesh |
hecmat | type hecmwST_matrix |
fstrmat | type fstrST_matrix_contact_lagrange) |
Definition at line 27 of file solve_LINEQ_contact.f90.