FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_part_struct.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_PART_STRUCT
7#define INC_HECMW_PART_STRUCT
8
9#include "hecmw_part_define.h"
10
12 long long int n_edge;
13
15};
16
19
21};
22
25
26 int depth;
27
28 int type;
29
30 int method;
31
33
35
37
38 char ucd_file_name[HECMW_FILENAME_LEN + 1]; /* ucd file name */
39
41
43
45};
46
47#endif /* INC_HECMW_PART_STRUCT */
#define HECMW_FILENAME_LEN
Definition: hecmw_config.h:72
char ucd_file_name[HECMW_FILENAME_LEN+1]