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