FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
11extern int HECMW_result_copy_f2c_init(struct hecmwST_result_data *result_data,
12 int n_node, int n_elem);
13extern int HECMW_result_copy_f2c_finalize(void);
14
15#endif
int HECMW_result_copy_f2c_init(struct hecmwST_result_data *result_data, int n_node, int n_elem)
int HECMW_result_copy_f2c_finalize(void)