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

Go to the source code of this file.

Functions

int p2h (int i)
 
int get_data (Surface *sff, struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int elemID, Cell *cell, int tn_component)
 
double get_value_equ (double cont_equ[10], int cross_type, double x, double y, double z)
 
int make_tile (struct hecmwST_local_mesh *mesh, Cell *cell, double fvalue, int CS_type, Cube_polygons *cube_polys, int disamb_flag)
 
int get_config_info (int index)
 

Function Documentation

◆ get_config_info()

int get_config_info ( int  index)

Definition at line 326 of file hecmw_vis_case_table.c.

◆ get_data()

int get_data ( Surface sff,
struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
int  elemID,
Cell cell,
int  tn_component 
)

Definition at line 31 of file hecmw_vis_case_table.c.

◆ get_value_equ()

double get_value_equ ( double  cont_equ[10],
int  cross_type,
double  x,
double  y,
double  z 
)

Definition at line 166 of file hecmw_vis_case_table.c.

◆ make_tile()

int make_tile ( struct hecmwST_local_mesh mesh,
Cell cell,
double  fvalue,
int  CS_type,
Cube_polygons cube_polys,
int  disamb_flag 
)

Definition at line 185 of file hecmw_vis_case_table.c.

◆ p2h()

int p2h ( int  i)

Definition at line 11 of file hecmw_vis_case_table.c.