![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_struct.h"
#include "hecmw_result.h"
#include "hecmw_util.h"
#include "hecmw_vis_SF_geom.h"
Go to the source code of this file.
Functions | |
int | HECMW_vis_surface_compute (Surface *sff, struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int *bdflag, int *sum_v, int *sum_t, int *tvertex, int *tpatch, double *minc, double *maxc, Result *result, int sf_i, int mynode, HECMW_Comm VIS_COMM) |
int | HECMW_vis_chk_bounds (struct hecmwST_local_mesh *mesh, int *bdflag) |
void | find_isoline (int isomum, int sum_polys, double mincolor, double maxcolor, double *vcoord, int *plist, double *vcolor, Isohead *isohead) |
int | find_line_segment (double f[3][3], double c[3], double isocolor, double iso_p[6]) |
void | line_find (double isocolor, double c[3], Fgeom g[3], int k, Isohead *isohead) |
void | isoline_free (int isonum, Isohead *isohead) |
void find_isoline | ( | int | isomum, |
int | sum_polys, | ||
double | mincolor, | ||
double | maxcolor, | ||
double * | vcoord, | ||
int * | plist, | ||
double * | vcolor, | ||
Isohead * | isohead | ||
) |
Definition at line 648 of file hecmw_vis_surface_compute.c.
int find_line_segment | ( | double | f[3][3], |
double | c[3], | ||
double | isocolor, | ||
double | iso_p[6] | ||
) |
Definition at line 675 of file hecmw_vis_surface_compute.c.
int HECMW_vis_chk_bounds | ( | struct hecmwST_local_mesh * | mesh, |
int * | bdflag | ||
) |
Definition at line 501 of file hecmw_vis_surface_compute.c.
int HECMW_vis_surface_compute | ( | Surface * | sff, |
struct hecmwST_local_mesh * | mesh, | ||
struct hecmwST_result_data * | data, | ||
int * | bdflag, | ||
int * | sum_v, | ||
int * | sum_t, | ||
int * | tvertex, | ||
int * | tpatch, | ||
double * | minc, | ||
double * | maxc, | ||
Result * | result, | ||
int | sf_i, | ||
int | mynode, | ||
HECMW_Comm | VIS_COMM | ||
) |
Definition at line 21 of file hecmw_vis_surface_compute.c.
void isoline_free | ( | int | isonum, |
Isohead * | isohead | ||
) |
Definition at line 766 of file hecmw_vis_surface_compute.c.
Definition at line 706 of file hecmw_vis_surface_compute.c.