 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef HECMW_VIS_READ_CONTROL_H_INCLUDED
7 #define HECMW_VIS_READ_CONTROL_H_INCLUDED
13 #define MAX_LINE_LEN 256
19 int get_int_item(
char *para,
char *buf,
int *start_location);
int get_int_item(char *para, char *buf, int *start_location)
int get_keyword_item(char *buf, char *para)
int is_blank_line(char *buf)
void get_string_item(char *para, char *buf, int *start_location, char para2[128])
double get_double_item(char *para, char *buf, int *start_location)
void HECMW_vis_read_control(FILE *fp, int pesize, int mynode, PSF_link *psf, PVR_link *pvr)
int is_comment_line(char *buf)