![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Data Structures | |
| struct | surfacep_info |
| struct | head_surface_info |
| struct | in_surface |
| struct | voxel_info |
| struct | voxel_data |
| struct | extent_data |
| struct | cube_pointer_struct |
| struct | cube_head_struct |
| struct | pvr_data |
| struct | cont_data |
Macros | |
| #define | MASTER_PE 0 |
| #define | PI 3.1415926 |
| #define | HEX_N_NODE 8 |
| #define | HEX_N_FACE 6 |
| #define | HEX_NODE_INDEX 255 /* 2^8 */ |
| #define | HEX_FACE_INDEX 63 /* 2^6 */ |
| #define | MAX_LINE_LEN 256 |
Typedefs | |
| typedef struct surfacep_info | Surfacep_info |
| typedef struct head_surface_info | Head_surfacep_info |
| typedef struct in_surface | In_surface |
| typedef struct voxel_info | Voxel_info |
| typedef struct voxel_data | Voxel_data |
| typedef struct extent_data | Extent_data |
| typedef struct cube_pointer_struct | Cube_point |
| typedef struct cube_head_struct | Cube_head |
| typedef struct pvr_data | PVR_data |
| typedef struct cont_data | Cont_data |
| #define HEX_FACE_INDEX 63 /* 2^6 */ |
Definition at line 24 of file hecmw_vis_resampling.h.
| #define HEX_N_FACE 6 |
Definition at line 22 of file hecmw_vis_resampling.h.
| #define HEX_N_NODE 8 |
Definition at line 21 of file hecmw_vis_resampling.h.
| #define HEX_NODE_INDEX 255 /* 2^8 */ |
Definition at line 23 of file hecmw_vis_resampling.h.
| #define MASTER_PE 0 |
Definition at line 18 of file hecmw_vis_resampling.h.
| #define MAX_LINE_LEN 256 |
Definition at line 26 of file hecmw_vis_resampling.h.
| #define PI 3.1415926 |
Definition at line 20 of file hecmw_vis_resampling.h.
| typedef struct cube_head_struct Cube_head |
| typedef struct cube_pointer_struct Cube_point |
| typedef struct extent_data Extent_data |
| typedef struct head_surface_info Head_surfacep_info |
| typedef struct in_surface In_surface |
| typedef struct surfacep_info Surfacep_info |
| typedef struct voxel_data Voxel_data |
| typedef struct voxel_info Voxel_info |