FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_result_copy_c2f.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_RESULT_COPY_C2F_INCLUDED
7 #define HECMW_RESULT_COPY_C2F_INCLUDED
8 
9 #include "hecmw_result.h"
10 
11 extern int HECMW_result_copy_c2f_init(struct hecmwST_result_data *result_data,
12  int n_node, int n_elem);
13 extern int HECMW_result_copy_c2f_finalize(void);
14 
15 #endif
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_result.h
HECMW_result_copy_c2f_init
int HECMW_result_copy_c2f_init(struct hecmwST_result_data *result_data, int n_node, int n_elem)
Definition: hecmw_result_copy_c2f.c:212
HECMW_result_copy_c2f_finalize
int HECMW_result_copy_c2f_finalize(void)
Definition: hecmw_result_copy_c2f.c:220