FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_pvr_main.c File Reference
#include "hecmw_vis_pvr_main.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_vis_mem_util.h"
#include "hecmw_vis_comm_util.h"
#include "hecmw_vis_bmp.h"
#include "hecmw_vis_read_voxel.h"
#include "hecmw_vis_ucd_trans.h"
#include "hecmw_vis_mesh_extent.h"
#include "hecmw_vis_new_refine.h"
#include "hecmw_vis_generate_histogram_vr.h"
#include "hecmw_vis_define_parameters.h"
#include "hecmw_vis_subimage_composite_vr.h"
#include "hecmw_vis_font_texture.h"
#include "hecmw_vis_resampling.h"
#include "hecmw_malloc.h"
Include dependency graph for hecmw_vis_pvr_main.c:

Go to the source code of this file.

Functions

void HECMW_vis_pvr_rendering (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int *timestep, int *init_flag, int num_of_pvr, Parameter_vr *vr, int stat_para[NUM_CONTROL_PVR], char *outfile, HECMW_Comm VIS_COMM)
 

Variables

double * voxel_dxyz
 
double * voxel_orig_xyz
 
int * level
 
int * voxel_n_neighbor_pe
 
int ** voxel_neighbor_pe
 
double * extent
 

Function Documentation

◆ HECMW_vis_pvr_rendering()

void HECMW_vis_pvr_rendering ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
int *  timestep,
int *  init_flag,
int  num_of_pvr,
Parameter_vr vr,
int  stat_para[NUM_CONTROL_PVR],
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 29 of file hecmw_vis_pvr_main.c.

Variable Documentation

◆ extent

double* extent

Definition at line 27 of file hecmw_vis_pvr_main.c.

◆ level

int* level

Definition at line 26 of file hecmw_vis_pvr_main.c.

◆ voxel_dxyz

double* voxel_dxyz

Definition at line 25 of file hecmw_vis_pvr_main.c.

◆ voxel_n_neighbor_pe

int * voxel_n_neighbor_pe

Definition at line 26 of file hecmw_vis_pvr_main.c.

◆ voxel_neighbor_pe

int ** voxel_neighbor_pe

Definition at line 26 of file hecmw_vis_pvr_main.c.

◆ voxel_orig_xyz

double * voxel_orig_xyz

Definition at line 25 of file hecmw_vis_pvr_main.c.