FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_transfer_data_c.f90
Go to the documentation of this file.
1!-------------------------------------------------------------------------------
2! Copyright (c) 2019 FrontISTR Commons
3! This software is released under the MIT License, see LICENSE.txt
4!-------------------------------------------------------------------------------
6
7subroutine hecmw_transfer_data_f2c (hecMESHnew, adapRES)
8
9 use hecmw_util
10 use hecmw_io
12 use hecmw_result
13 type (hecmwST_local_mesh) :: hecMESHnew
14 type (hecmwST_result_data):: adapRES
15
16 call hecmw_dlb_f2c_init
17 call hecmw_dist_copy_f2c(hecmeshnew, ierr)
18 call hecmw_dlb_f2c_finalize
19 call test_mesh
20 call hecmw_dist_result_copy_f2c(adapres)
21end subroutine hecmw_transfer_data_f2c
22
subroutine hecmw_transfer_data_f2c(hecmeshnew, adapres)
Dynamic Load Balancing.
subroutine hecmw_dist_result_copy_f2c(adapres)
Dynamic Load Balancing.
I/O and Utility memo) Intel 9 compiler generates codes to wast stack memory when an array of string i...
subroutine, public hecmw_dist_copy_f2c(mesh, ierr)
I/O and Utility.
Definition: hecmw_io.f90:7
I/O and Utility.
I/O and Utility.
Definition: hecmw_util_f.F90:7