FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_result_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_RESULT_COPY_F2C
7 #define INC_HECMW_RESULT_COPY_F2C
8 
9 #include "hecmw_result.h"
10 
11 extern int HECMW_result_copy_f2c_init(struct hecmwST_result_data *result_data,
12  int n_node, int n_elem);
13 extern int HECMW_result_copy_f2c_finalize(void);
14 
15 #endif
hecmwST_result_data
Definition: hecmw_result.h:11
HECMW_result_copy_f2c_init
int HECMW_result_copy_f2c_init(struct hecmwST_result_data *result_data, int n_node, int n_elem)
Definition: hecmw_result_copy_f2c.c:231
hecmw_result.h
HECMW_result_copy_f2c_finalize
int HECMW_result_copy_f2c_finalize(void)
Definition: hecmw_result_copy_f2c.c:239