![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Macros | |
| #define | MAX_LINE_LEN 256 |
Functions | |
| int | is_blank_line (char *buf) |
| int | is_comment_line (char *buf) |
| void | get_string_item (char *para, char *buf, int *start_location, char *para2) |
| int | get_int_item (char *para, char *buf, int *start_location) |
| double | get_double_item (char *para, char *buf, int *start_location) |
| int | get_keyword_item (char *buf, char *para) |
| void | HECMW_vis_read_control (FILE *fp, int pesize, int mynode, PSF_link *psf, PVR_link *pvr) |
| #define MAX_LINE_LEN 256 |
Definition at line 13 of file hecmw_vis_read_control.h.
| double get_double_item | ( | char * | para, |
| char * | buf, | ||
| int * | start_location | ||
| ) |
Definition at line 91 of file hecmw_vis_read_control.c.
| int get_int_item | ( | char * | para, |
| char * | buf, | ||
| int * | start_location | ||
| ) |
Definition at line 63 of file hecmw_vis_read_control.c.
| int get_keyword_item | ( | char * | buf, |
| char * | para | ||
| ) |
Definition at line 118 of file hecmw_vis_read_control.c.
| void get_string_item | ( | char * | para, |
| char * | buf, | ||
| int * | start_location, | ||
| char * | para2 | ||
| ) |
Definition at line 40 of file hecmw_vis_read_control.c.
Definition at line 461 of file hecmw_vis_read_control.c.
| int is_blank_line | ( | char * | buf | ) |
Definition at line 14 of file hecmw_vis_read_control.c.
| int is_comment_line | ( | char * | buf | ) |
Definition at line 30 of file hecmw_vis_read_control.c.