![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine, public | hecmw_contact_comm_init (conComm, hecMESH, ndof, n_contact_dof, contact_dofs) |
| subroutine, public | hecmw_contact_comm_finalize (conComm) |
| subroutine, public | hecmw_contact_comm_reduce_r (conComm, vec, op) |
| subroutine, public | hecmw_contact_comm_bcast_r (conComm, vec) |
| subroutine, public | hecmw_contact_comm_reduce_i (conComm, vec, op) |
| subroutine, public | hecmw_contact_comm_bcast_i (conComm, vec) |
| subroutine, public | hecmw_contact_comm_allreduce_r (conComm, vec, op) |
| subroutine, public | hecmw_contact_comm_allreduce_i (conComm, vec, op) |
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_allreduce_i | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| integer(kind=kint), dimension(:), intent(inout) | vec, | ||
| integer(kind=kint), intent(in) | op | ||
| ) |
Definition at line 223 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_allreduce_r | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| real(kind=kreal), dimension(:), intent(inout) | vec, | ||
| integer(kind=kint), intent(in) | op | ||
| ) |
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_bcast_i | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| integer(kind=kint), dimension(:), intent(inout) | vec | ||
| ) |
Definition at line 203 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_bcast_r | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| real(kind=kreal), dimension(:), intent(inout) | vec | ||
| ) |
Definition at line 182 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_finalize | ( | type (hecmwst_contact_comm), intent(inout) | conComm | ) |
Definition at line 159 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_init | ( | type (hecmwst_contact_comm), intent(inout) | conComm, |
| type (hecmwst_local_mesh), intent(in) | hecMESH, | ||
| integer(kind=kint), intent(in) | ndof, | ||
| integer(kind=kint), intent(in) | n_contact_dof, | ||
| integer(kind=kint), dimension(:), intent(in) | contact_dofs | ||
| ) |
Definition at line 41 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_reduce_i | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| integer(kind=kint), dimension(:), intent(inout) | vec, | ||
| integer(kind=kint), intent(in) | op | ||
| ) |
Definition at line 193 of file hecmw_comm_contact_f.f90.
| subroutine, public m_hecmw_contact_comm::hecmw_contact_comm_reduce_r | ( | type (hecmwst_contact_comm), intent(in) | conComm, |
| real(kind=kreal), dimension(:), intent(inout) | vec, | ||
| integer(kind=kint), intent(in) | op | ||
| ) |
Definition at line 172 of file hecmw_comm_contact_f.f90.