FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_part_get_control.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_GET_CONTROL
7 #define INC_HECMW_PART_GET_CONTROL
8 
9 #include "hecmw_part_struct.h"
10 
11 extern int HECMW_part_set_ctrl_file_name(char *fname);
12 extern int HECMW_part_set_subdomains(int n_domain);
13 
14 extern struct hecmw_part_cont_data *HECMW_part_get_control(void);
15 
17 
18 #endif /* INC_HECMW_PART_GET_CONTROL */
void HECMW_part_free_control(struct hecmw_part_cont_data *cont_data)
int HECMW_part_set_ctrl_file_name(char *fname)
struct hecmw_part_cont_data * HECMW_part_get_control(void)
int HECMW_part_set_subdomains(int n_domain)