 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
23 character(len=HECMW_NAME_LEN),
intent(in) :: boundary_id
25 integer(kind=kint) :: ierr
42 integer(kind=kint) :: ierr, i, j
44 write(unit=*,fmt=
"(a)")
"*** Value of coupling area"
46 write(unit=*,fmt=
"(a,i)")
"number of item: ", couple_value%n
49 write(unit=*,fmt=
"(a)")
"item type: NODE GROUP"
51 write(unit=*,fmt=
"(a)")
"item type: ELEMENT GROUP"
53 write(unit=*,fmt=
"(a)")
"item type: SURFACE GROUP"
55 write(unit=*,fmt=
"(a)")
"item type: UNKNOWN"
58 write(unit=*,fmt=
"(a,i)")
"number of DOF: ", couple_value%n_dof
60 write(unit=*,fmt=
"(a)")
"ID & value:"
61 do i= 1, couple_value%n
63 write(unit=*,fmt=
"(2i)",advance=
"NO") couple_value%item(2*i-1), couple_value%item(2*i)
65 write(unit=*,fmt=
"(i)",advance=
"NO") couple_value%item(i)
68 do j= 1, couple_value%n_dof
69 write(unit=*,fmt=
"(e15.7)",advance=
"NO") couple_value%value(couple_value%n_dof*(i-1)+j)
71 write(unit=*,fmt=
"(/)",advance=
"NO")
integer(kind=kint), parameter, public hecmw_couple_node_group
subroutine hecmw_abort(comm)
subroutine, public hecmw_couple_copy_c2f(couple_value, ierr)
subroutine, public hecmw_couple_print_couple_value(couple_value)
integer(kind=kint), parameter, public hecmw_couple_surface_group
void hecmw_couple_startup_final_if(int *err)
void hecmw_couple_startup_init_if(char *boundary_id, int *err, int len)
subroutine, public hecmw_couple_startup(boundary_id, couple_value)
integer(kind=kint) function hecmw_comm_get_comm()
integer(kind=kint), parameter, public hecmw_couple_element_group