FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
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 
24  int n_domain;
25 
26  int depth;
27 
28  int type;
29 
30  int method;
31 
32  int n_rcb_div;
33 
34  int *rcb_axis;
35 
37 
38  char ucd_file_name[HECMW_FILENAME_LEN + 1]; /* ucd file name */
39 
41 
42  int *my_domain;
43 
44  int contact;
45 
47 
49 };
50 
51 #endif /* INC_HECMW_PART_STRUCT */
#define HECMW_FILENAME_LEN
Definition: hecmw_config.h:72
char part_file_name[HECMW_FILENAME_LEN+1]
char ucd_file_name[HECMW_FILENAME_LEN+1]