FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_case_table.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_CASE_TABLE_H_INCLUDED
7 #define HECMW_VIS_CASE_TABLE_H_INCLUDED
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_result.h"
11 #include "hecmw_vis_SF_geom.h"
12 
13 int p2h(int i);
14 int get_data(Surface *sff, struct hecmwST_local_mesh *mesh,
15  struct hecmwST_result_data *data, int elemID, Cell *cell,
16  int tn_component);
17 double get_value_equ(double cont_equ[10], int cross_type, double x, double y,
18  double z);
19 int make_tile(struct hecmwST_local_mesh *mesh, Cell *cell, double fvalue,
20  int CS_type, Cube_polygons *cube_polys, int disamb_flag);
21 int get_config_info(int index);
22 
23 #endif /* HECMW_VIS_CASE_TABLE_H_INCLUDED */
hecmwST_result_data
Definition: hecmw_result.h:11
p2h
int p2h(int i)
Definition: hecmw_vis_case_table.c:11
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: hecmw_vis_case_table.c:185
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: hecmw_vis_case_table.c:31
hecmw_result.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
get_config_info
int get_config_info(int index)
Definition: hecmw_vis_case_table.c:326
hecmw_struct.h
_cell_struct
Definition: hecmw_vis_SF_geom.h:252
_surface_module_struct
Definition: hecmw_vis_SF_geom.h:133
data
CNFData data
Definition: neu_reporter.cpp:18
_cube_polygons_struct
Definition: hecmw_vis_SF_geom.h:239
get_value_equ
double get_value_equ(double cont_equ[10], int cross_type, double x, double y, double z)
Definition: hecmw_vis_case_table.c:166
hecmw_vis_SF_geom.h