FrontISTR  5.7.0
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
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_result.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
HECMW_ucd_print
int HECMW_ucd_print(const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname)
Definition: hecmw_ucd_print.c:658
hecmw_struct.h
HECMW_ucd_legacy_print
int HECMW_ucd_legacy_print(const struct hecmwST_local_mesh *mesh, const struct hecmwST_result_data *result, const char *ofname)
Definition: hecmw_ucd_print.c:665