FrontISTR  5.7.0
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 
15 
17 
18 #endif /* INC_HECMW_PART_GET_CONTROL */
hecmw_part_cont_data
Definition: hecmw_part_struct.h:23
HECMW_part_set_subdomains
int HECMW_part_set_subdomains(int n_domain)
Definition: hecmw_part_get_control.c:24
HECMW_part_set_ctrl_file_name
int HECMW_part_set_ctrl_file_name(char *fname)
Definition: hecmw_part_get_control.c:29
hecmw_part_struct.h
hecmw_part_cont_data::n_domain
int n_domain
Definition: hecmw_part_struct.h:24
HECMW_part_free_control
void HECMW_part_free_control(struct hecmw_part_cont_data *cont_data)
Definition: hecmw_part_get_control.c:736
HECMW_part_get_control
struct hecmw_part_cont_data * HECMW_part_get_control()
Definition: hecmw_part_get_control.c:713
cont_data
Definition: hecmw_vis_resampling.h:94