FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_dist_copy_c2f_f Module Reference

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)
 

Detailed Description

I/O and Utility.

Function/Subroutine Documentation

◆ hecmw_dist_copy_c2f()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_dist_copy_c2f_isalloc_if()

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.

◆ hecmw_dist_copy_c2f_set_if()

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.