![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_vis_read_control.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "hecmw_vis_mem_util.h"
#include "hecmw_malloc.h"
Go to the source code of this file.
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[128]) |
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) |
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[128] | ||
) |
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.