#include "hecmw_vis_combine.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "hecmw_vis_comm_util.h"
#include "hecmw_vis_generate_histogram_sf.c"
#include "hecmw_malloc.h"
Go to the source code of this file.
|
void | HECMW_vis_combine (struct surface_module *sf, 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, HECMW_Comm VIS_COMM) |
|
void | put_neutral_head (FILE *outfp) |
|
void | put_neutral_601 (FILE *outfp, struct hecmwST_local_mesh *mesh) |
|
void | put_neutral_402 (FILE *outfp, struct hecmwST_local_mesh *mesh) |
|
void | put_neutral_middle (FILE *outfp) |
|
void | put_neutral_409 (FILE *outfp) |
|
◆ HECMW_vis_combine()
void HECMW_vis_combine |
( |
struct surface_module * |
sf, |
|
|
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, |
|
|
HECMW_Comm |
VIS_COMM |
|
) |
| |
◆ put_neutral_402()
◆ put_neutral_409()
void put_neutral_409 |
( |
FILE * |
outfp | ) |
|
◆ put_neutral_601()
◆ put_neutral_head()
void put_neutral_head |
( |
FILE * |
outfp | ) |
|
◆ put_neutral_middle()
void put_neutral_middle |
( |
FILE * |
outfp | ) |
|