![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
subroutine, public | hecmw_get_residual_contact (hecMESH, hecMAT, hecLagMAT, r, rlag) |
real(kind=kreal) function, public | hecmw_get_rel_resid_l2_contact (hecMESH, hecMAT, hecLagMAT) |
This function calculates relative L2 residual. More... | |
real(kind=kreal) function, public | hecmw_get_resid_max_contact (hecMESH, hecMAT, hecLagMAT) |
This function calculates maximum residual. More... | |
real(kind=kreal) function, public m_hecmw_mat_resid_contact::hecmw_get_rel_resid_l2_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(hecmwst_matrix_lagrange), intent(in) | hecLagMAT | ||
) |
This function calculates relative L2 residual.
[in] | heclagmat | type hecmwST_matrix_lagrange |
Definition at line 80 of file hecmw_mat_resid_contact.f90.
real(kind=kreal) function, public m_hecmw_mat_resid_contact::hecmw_get_resid_max_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(hecmwst_matrix_lagrange), intent(in) | hecLagMAT | ||
) |
This function calculates maximum residual.
[in] | heclagmat | type hecmwST_matrix_lagrange |
Definition at line 112 of file hecmw_mat_resid_contact.f90.
subroutine, public m_hecmw_mat_resid_contact::hecmw_get_residual_contact | ( | type(hecmwst_local_mesh) | hecMESH, |
type(hecmwst_matrix) | hecMAT, | ||
type(hecmwst_matrix_lagrange), intent(in) | hecLagMAT, | ||
real(kind=kreal), dimension(:), intent(out) | r, | ||
real(kind=kreal), dimension(:), intent(out) | rlag | ||
) |
[in] | heclagmat | type fstrS end subroutine hecmw_get_residual_contact |
Definition at line 21 of file hecmw_mat_resid_contact.f90.