![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | fstr_get_residual_contact (hecMESH, hecMAT, fstrMAT, r, rlag) |
real(kind=kreal) function, public | fstr_get_rel_resid_l2_contact (hecMESH, hecMAT, fstrMAT) |
This function calculates relative L2 residual. More... | |
real(kind=kreal) function, public | fstr_get_resid_max_contact (hecMESH, hecMAT, fstrMAT) |
This function calculates maximum residual. More... | |
real(kind=kreal) function, public m_fstr_mat_resid_contact::fstr_get_rel_resid_l2_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstrst_matrix_contact_lagrange), intent(in) | fstrMAT | ||
) |
This function calculates relative L2 residual.
[in] | fstrmat | type fstrST_matrix_contact_lagrange |
Definition at line 76 of file fstr_mat_resid_contact.f90.
real(kind=kreal) function, public m_fstr_mat_resid_contact::fstr_get_resid_max_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstrst_matrix_contact_lagrange), intent(in) | fstrMAT | ||
) |
This function calculates maximum residual.
[in] | fstrmat | type fstrST_matrix_contact_lagrange |
Definition at line 108 of file fstr_mat_resid_contact.f90.
subroutine, public m_fstr_mat_resid_contact::fstr_get_residual_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(fstrst_matrix_contact_lagrange), intent(in) | fstrMAT, | ||
real(kind=kreal), dimension(:), intent(out) | r, | ||
real(kind=kreal), dimension(:), intent(out) | rlag | ||
) |
[in] | fstrmat | type fstrS end subroutine fstr_get_residual_contact |
Definition at line 17 of file fstr_mat_resid_contact.f90.