FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_read_control.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_VIS_READ_CONTROL_H_INCLUDED
7 #define HECMW_VIS_READ_CONTROL_H_INCLUDED
8 
9 #include <stdio.h>
10 #include "hecmw_vis_SF_geom.h"
11 #include "hecmw_vis_ray_trace.h"
12 
13 #define MAX_LINE_LEN 256
14 
15 int is_blank_line(char *buf);
16 int is_comment_line(char *buf);
17 void get_string_item(char *para, char *buf, int *start_location,
18  char para2[128]);
19 int get_int_item(char *para, char *buf, int *start_location);
20 double get_double_item(char *para, char *buf, int *start_location);
21 int get_keyword_item(char *buf, char *para);
22 void HECMW_vis_read_control(FILE *fp, int pesize, int mynode, PSF_link *psf,
23  PVR_link *pvr);
24 
25 #endif /* HECMW_VIS_READ_CONTROL_H_INCLUDED */
get_int_item
int get_int_item(char *para, char *buf, int *start_location)
Definition: hecmw_vis_read_control.c:63
hecmw_vis_ray_trace.h
get_keyword_item
int get_keyword_item(char *buf, char *para)
Definition: hecmw_vis_read_control.c:118
is_blank_line
int is_blank_line(char *buf)
Definition: hecmw_vis_read_control.c:14
pvr
PVR_link * pvr
Definition: hecmw_visualizer.c:17
psf
PSF_link * psf
Definition: hecmw_visualizer.c:16
get_string_item
void get_string_item(char *para, char *buf, int *start_location, char para2[128])
Definition: hecmw_vis_read_control.c:40
get_double_item
double get_double_item(char *para, char *buf, int *start_location)
Definition: hecmw_vis_read_control.c:91
HECMW_vis_read_control
void HECMW_vis_read_control(FILE *fp, int pesize, int mynode, PSF_link *psf, PVR_link *pvr)
Definition: hecmw_vis_read_control.c:461
is_comment_line
int is_comment_line(char *buf)
Definition: hecmw_vis_read_control.c:30
hecmw_vis_SF_geom.h