![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_repart.h"
Go to the source code of this file.
Functions | |
int | HECMW_dlb_is_blank_line (char *buf) |
int | HECMW_dlb_is_comment_line (char *buf) |
void | HECMW_dlb_get_string_item (char *para, char *buf, int *start_location, char para2[128]) |
int | HECMW_dlb_get_int_item (char *para, char *buf, int *start_location) |
double | HECMW_dlb_get_double_item (char *para, char *buf, int *start_location) |
int | HECMW_dlb_get_keyword_item (char *buf, char *para) |
int | HECMW_dlb_get_keyword_repart (char *buf, Control_para *ctl_para) |
void | hecmw_dlb_read_control (char *contfile, Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], int pesize) |
void | hecmw_dlb_set_default_control (Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], int pesize) |
double HECMW_dlb_get_double_item | ( | char * | para, |
char * | buf, | ||
int * | start_location | ||
) |
Definition at line 87 of file hecmw_dlb_read_control.c.
int HECMW_dlb_get_int_item | ( | char * | para, |
char * | buf, | ||
int * | start_location | ||
) |
Definition at line 59 of file hecmw_dlb_read_control.c.
int HECMW_dlb_get_keyword_item | ( | char * | buf, |
char * | para | ||
) |
Definition at line 114 of file hecmw_dlb_read_control.c.
int HECMW_dlb_get_keyword_repart | ( | char * | buf, |
Control_para * | ctl_para | ||
) |
Definition at line 135 of file hecmw_dlb_read_control.c.
void HECMW_dlb_get_string_item | ( | char * | para, |
char * | buf, | ||
int * | start_location, | ||
char | para2[128] | ||
) |
Definition at line 35 of file hecmw_dlb_read_control.c.
int HECMW_dlb_is_blank_line | ( | char * | buf | ) |
Definition at line 8 of file hecmw_dlb_read_control.c.
int HECMW_dlb_is_comment_line | ( | char * | buf | ) |
Definition at line 24 of file hecmw_dlb_read_control.c.
void hecmw_dlb_read_control | ( | char * | contfile, |
Control_para * | ctl_para, | ||
int | stat_para[NUM_CONTROL_PARAS], | ||
int | pesize | ||
) |
Definition at line 214 of file hecmw_dlb_read_control.c.
void hecmw_dlb_set_default_control | ( | Control_para * | ctl_para, |
int | stat_para[NUM_CONTROL_PARAS], | ||
int | pesize | ||
) |
Definition at line 432 of file hecmw_dlb_read_control.c.