![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_vis_rendering.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include "hecmw_vis_bmp.h"#include "hecmw_vis_mem_util.h"#include "hecmw_vis_comm_util.h"#include "hecmw_vis_define_parameters.h"#include "hecmw_vis_subimage_composite_sf.h"#include "hecmw_vis_color_composite_sf.h"#include "hecmw_vis_font_texture.h"#include "hecmw_vis_generate_histogram_vr.h"#include "hecmw_vis_generate_histogram_sf.h"#include "hecmw_vis_surface_compute.h"#include "hecmw_vis_color_mapping.h"#include "hecmw_malloc.h"Go to the source code of this file.
Functions | |
| void | HECMW_vis_rendering_surface (struct surface_module *sf, Parameter_rendering *sr, struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int tvertex, int tpatch, int *color_list, double *minvalue, double *maxvalue, Result *result, char *outfile, int stat_para[NUM_CONTROL_PSF], HECMW_Comm VIS_COMM, int timestep) |
Variables | |
| double * | image |
| int | ms |
| int | ns |
| void HECMW_vis_rendering_surface | ( | struct surface_module * | sf, |
| Parameter_rendering * | sr, | ||
| struct hecmwST_local_mesh * | mesh, | ||
| struct hecmwST_result_data * | data, | ||
| int | tvertex, | ||
| int | tpatch, | ||
| int * | color_list, | ||
| double * | minvalue, | ||
| double * | maxvalue, | ||
| Result * | result, | ||
| char * | outfile, | ||
| int | stat_para[NUM_CONTROL_PSF], | ||
| HECMW_Comm | VIS_COMM, | ||
| int | timestep | ||
| ) |
Definition at line 27 of file hecmw_vis_rendering.c.
| double* image |
Definition at line 24 of file hecmw_vis_rendering.c.
| int ms |
Definition at line 25 of file hecmw_vis_rendering.c.
| int ns |
Definition at line 25 of file hecmw_vis_rendering.c.