FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_read_control.h File Reference
#include <stdio.h>
#include "hecmw_vis_SF_geom.h"
#include "hecmw_vis_ray_trace.h"
Include dependency graph for hecmw_vis_read_control.h:
This graph shows which files directly or indirectly include this file:

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[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)
 

Macro Definition Documentation

◆ MAX_LINE_LEN

#define MAX_LINE_LEN   256

Definition at line 13 of file hecmw_vis_read_control.h.

Function Documentation

◆ get_double_item()

double get_double_item ( char *  para,
char *  buf,
int *  start_location 
)

Definition at line 91 of file hecmw_vis_read_control.c.

◆ get_int_item()

int get_int_item ( char *  para,
char *  buf,
int *  start_location 
)

Definition at line 63 of file hecmw_vis_read_control.c.

◆ get_keyword_item()

int get_keyword_item ( char *  buf,
char *  para 
)

Definition at line 118 of file hecmw_vis_read_control.c.

◆ get_string_item()

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.

◆ HECMW_vis_read_control()

void HECMW_vis_read_control ( FILE *  fp,
int  pesize,
int  mynode,
PSF_link psf,
PVR_link pvr 
)

Definition at line 461 of file hecmw_vis_read_control.c.

Here is the caller graph for this function:

◆ is_blank_line()

int is_blank_line ( char *  buf)

Definition at line 14 of file hecmw_vis_read_control.c.

◆ is_comment_line()

int is_comment_line ( char *  buf)

Definition at line 30 of file hecmw_vis_read_control.c.