FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_ucd_print.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_UCD_PRINT
7 #define INC_HECMW_UCD_PRINT
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_result.h"
11 
12 extern int HECMW_ucd_print(const struct hecmwST_local_mesh *mesh,
13  const struct hecmwST_result_data *result,
14  const char *ofname);
15 extern int HECMW_ucd_legacy_print(const struct hecmwST_local_mesh *mesh,
16  const struct hecmwST_result_data *result,
17  const char *ofname);
18 
19 #endif
int HECMW_ucd_legacy_print(const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname)
int HECMW_ucd_print(const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname)