FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_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 INC_HECMW_COUPLE_COPY_F2C
7 #define INC_HECMW_COUPLE_COPY_F2C
8 
9 #include "hecmw_couple_startup.h"
10 
11 extern int HECMW_couple_copy_f2c_init(struct hecmw_couple_value *_couple_value);
12 
13 extern int HECMW_couple_copy_f2c_finalize(void);
14 
15 #endif /* INC_HECMW_COUPLE_COPY_F2C */
hecmw_couple_startup.h
HECMW_couple_copy_f2c_init
int HECMW_couple_copy_f2c_init(struct hecmw_couple_value *_couple_value)
Definition: hecmw_couple_copy_f2c.c:114
hecmw_couple_value
Definition: hecmw_couple_startup.h:9
HECMW_couple_copy_f2c_finalize
int HECMW_couple_copy_f2c_finalize(void)
Definition: hecmw_couple_copy_f2c.c:120