FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_dist_copy_f2c.h
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  *****************************************************************************/
5 
6 #ifndef HECMW_DIST_COPY_F2C_INCLUDED
7 #define HECMW_DIST_COPY_F2C_INCLUDED
8 
9 extern int HECMW_dist_copy_f2c_init(struct hecmwST_local_mesh *local_mesh);
10 
11 extern int HECMW_dist_copy_f2c_finalize(void);
12 
13 #endif
hecmwST_local_mesh
Definition: hecmw_struct.h:139
HECMW_dist_copy_f2c_init
int HECMW_dist_copy_f2c_init(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_dist_copy_f2c.c:2007
HECMW_dist_copy_f2c_finalize
int HECMW_dist_copy_f2c_finalize(void)
Definition: hecmw_dist_copy_f2c.c:2033