![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides linear equation solver interface of MUMPS for contact problems using Lagrange multiplier. More...
Functions/Subroutines | |
subroutine, public | solve_lineq_mumps_contact_init (hecMESH, hecMAT, hecLagMAT, is_sym) |
subroutine, public | solve_lineq_mumps_contact (hecMESH, hecMAT, hecLagMAT, istat, conMAT) |
This module provides linear equation solver interface of MUMPS for contact problems using Lagrange multiplier.
subroutine, public m_solve_lineq_mumps_contact::solve_lineq_mumps_contact | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
type (hecmwst_matrix ), intent(inout) | hecMAT, | ||
type (hecmwst_matrix_lagrange), intent(inout) | hecLagMAT, | ||
integer(kind=kint), intent(out) | istat, | ||
type (hecmwst_matrix), intent(in) | conMAT | ||
) |
[in,out] | heclagmat | type hecmwST_matrix_lagrange |
Definition at line 68 of file solve_LINEQ_MUMPS_contact.f90.
subroutine, public m_solve_lineq_mumps_contact::solve_lineq_mumps_contact_init | ( | type (hecmwst_local_mesh), intent(in) | hecMESH, |
type (hecmwst_matrix ), intent(inout) | hecMAT, | ||
type (hecmwst_matrix_lagrange), intent(in) | hecLagMAT, | ||
logical, intent(in) | is_sym | ||
) |
[in] | heclagmat | type hecmwST_matrix_lagrange |
Definition at line 27 of file solve_LINEQ_MUMPS_contact.f90.