![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
I/O and Utility. More...
Data Types | |
interface | hecmw_dist_copy_c2f_set_if_c |
Functions/Subroutines | |
subroutine | hecmw_dist_copy_c2f_isalloc_if (sname, vname, is_allocated, ierr) |
subroutine | hecmw_dist_copy_c2f_set_if (sname, vname, dst, ierr) |
subroutine, public | hecmw_dist_copy_c2f (mesh, ierr) |
I/O and Utility.
subroutine, public hecmw_dist_copy_c2f_f::hecmw_dist_copy_c2f | ( | type(hecmwst_local_mesh) | mesh, |
integer(kind=kint) | ierr | ||
) |
Definition at line 50 of file hecmw_dist_copy_c2f_f.f90.
subroutine hecmw_dist_copy_c2f_f::hecmw_dist_copy_c2f_isalloc_if | ( | character(len=*), target | sname, |
character(len=*), target | vname, | ||
integer(c_int) | is_allocated, | ||
integer(c_int) | ierr | ||
) |
Definition at line 35 of file hecmw_dist_copy_c2f_f.f90.
subroutine hecmw_dist_copy_c2f_f::hecmw_dist_copy_c2f_set_if | ( | character(len=*), target | sname, |
character(len=*), target | vname, | ||
type(*), dimension(..), target | dst, | ||
integer(c_int) | ierr | ||
) |
Definition at line 42 of file hecmw_dist_copy_c2f_f.f90.