FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_define_parameters_vr.c File Reference
#include "hecmw_vis_ray_trace.h"
#include "hecmw_font_texture.h"
#include "hecmw_malloc.h"
Include dependency graph for hecmw_vis_define_parameters_vr.c:

Go to the source code of this file.

Functions

void find_color_minmax (double *var, int *empty_flag, int nx, int ny, int nz, double *mincolor, double *maxcolor)
 
void generate_histogram_graph (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM, int color_system_type)
 
void generate_interval_point (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM, double *interval_point)
 
void output_histogram (double tmincolor, double tmaxcolor, double *var, int *empty_flag, int nx, int ny, int nz, int mynode, int pesize, HECMW_Comm VIS_COMM)
 
void find_minmax (double *voxel_dxyz, double *voxel_orig_xyz, int mynode, double range[6])
 
void transform_range_vertex (double range[6], double vertex[24])
 

Function Documentation

◆ find_color_minmax()

void find_color_minmax ( double *  var,
int *  empty_flag,
int  nx,
int  ny,
int  nz,
double *  mincolor,
double *  maxcolor 
)

Definition at line 11 of file hecmw_vis_define_parameters_vr.c.

◆ find_minmax()

void find_minmax ( double *  voxel_dxyz,
double *  voxel_orig_xyz,
int  mynode,
double  range[6] 
)

Definition at line 337 of file hecmw_vis_define_parameters_vr.c.

◆ generate_histogram_graph()

void generate_histogram_graph ( double  tmincolor,
double  tmaxcolor,
double *  var,
int *  empty_flag,
int  nx,
int  ny,
int  nz,
int  mynode,
int  pesize,
HECMW_Comm  VIS_COMM,
int  color_system_type 
)

Definition at line 25 of file hecmw_vis_define_parameters_vr.c.

◆ generate_interval_point()

void generate_interval_point ( double  tmincolor,
double  tmaxcolor,
double *  var,
int *  empty_flag,
int  nx,
int  ny,
int  nz,
int  mynode,
int  pesize,
HECMW_Comm  VIS_COMM,
double *  interval_point 
)

Definition at line 235 of file hecmw_vis_define_parameters_vr.c.

◆ output_histogram()

void output_histogram ( double  tmincolor,
double  tmaxcolor,
double *  var,
int *  empty_flag,
int  nx,
int  ny,
int  nz,
int  mynode,
int  pesize,
HECMW_Comm  VIS_COMM 
)

Definition at line 297 of file hecmw_vis_define_parameters_vr.c.

◆ transform_range_vertex()

void transform_range_vertex ( double  range[6],
double  vertex[24] 
)

Definition at line 346 of file hecmw_vis_define_parameters_vr.c.