|  | FrontISTR
    5.7.1
    Large-scale structural analysis program with finit element method | 
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <errno.h>#include "hecmw_util.h"#include "hecmw_io.h"#include "hecmw_partlex.h"#include "hecmw_part_define.h"#include "hecmw_part_struct.h"#include "hecmw_part_get_control.h"Go to the source code of this file.
| Functions | |
| int | HECMW_part_set_subdomains (int n_domain) | 
| int | HECMW_part_set_ctrl_file_name (char *fname) | 
| struct hecmw_part_cont_data * | HECMW_part_get_control (void) | 
| void | HECMW_part_free_control (struct hecmw_part_cont_data *cont_data) | 
| void HECMW_part_free_control | ( | struct hecmw_part_cont_data * | cont_data | ) | 
Definition at line 736 of file hecmw_part_get_control.c.
| struct hecmw_part_cont_data* HECMW_part_get_control | ( | void | ) | 
Definition at line 713 of file hecmw_part_get_control.c.
| int HECMW_part_set_ctrl_file_name | ( | char * | fname | ) | 
| int HECMW_part_set_subdomains | ( | int | n_domain | ) | 
Definition at line 24 of file hecmw_part_get_control.c.