![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
This module provides interface of iteratie linear equation solver for contact problems using Lagrange multiplier. More...
Functions/Subroutines | |
subroutine, public | solve_lineq_iter_contact_init (hecMESH, hecMAT, fstrMAT, is_sym) |
subroutine, public | solve_lineq_iter_contact (hecMESH, hecMAT, fstrMAT, istat, conMAT) |
This module provides interface of iteratie linear equation solver for contact problems using Lagrange multiplier.
subroutine, public m_solve_lineq_iter_contact::solve_lineq_iter_contact | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
type (hecmwst_matrix ), intent(inout) | hecMAT, | ||
type (fstrst_matrix_contact_lagrange), intent(inout) | fstrMAT, | ||
integer(kind=kint), intent(out) | istat, | ||
type (hecmwst_matrix), intent(in), optional | conMAT | ||
) |
[in,out] | fstrmat | type fstrST_matrix_contact_lagrange |
Definition at line 46 of file solve_LINEQ_iter_contact.f90.
subroutine, public m_solve_lineq_iter_contact::solve_lineq_iter_contact_init | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
type (hecmwst_matrix ), intent(inout) | hecMAT, | ||
type (fstrst_matrix_contact_lagrange), intent(in) | fstrMAT, | ||
logical, intent(in) | is_sym | ||
) |
[in] | fstrmat | type fstrST_matrix_contact_lagrange |
Definition at line 23 of file solve_LINEQ_iter_contact.f90.