FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_part_get_control.c File Reference
#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"
Include dependency graph for hecmw_part_get_control.c:

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_dataHECMW_part_get_control (void)
 
void HECMW_part_free_control (struct hecmw_part_cont_data *cont_data)
 

Function Documentation

◆ HECMW_part_free_control()

void HECMW_part_free_control ( struct hecmw_part_cont_data cont_data)

Definition at line 736 of file hecmw_part_get_control.c.

Here is the caller graph for this function:

◆ HECMW_part_get_control()

struct hecmw_part_cont_data* HECMW_part_get_control ( void  )

Definition at line 713 of file hecmw_part_get_control.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_part_set_ctrl_file_name()

int HECMW_part_set_ctrl_file_name ( char *  fname)

Definition at line 29 of file hecmw_part_get_control.c.

Here is the call graph for this function:

◆ HECMW_part_set_subdomains()

int HECMW_part_set_subdomains ( int  n_domain)

Definition at line 24 of file hecmw_part_get_control.c.