FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
11extern int HECMW_part_set_ctrl_file_name(char *fname);
12extern int HECMW_part_set_subdomains(int n_domain);
13
15
17
18#endif /* INC_HECMW_PART_GET_CONTROL */
void HECMW_part_free_control(struct hecmw_part_cont_data *cont_data)
struct hecmw_part_cont_data * HECMW_part_get_control()
int HECMW_part_set_ctrl_file_name(char *fname)
int HECMW_part_set_subdomains(int n_domain)