FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_calc_attr.c File Reference
#include "hecmw_vis_calc_attr.h"
#include <math.h>
Include dependency graph for hecmw_vis_calc_attr.c:

Go to the source code of this file.

Functions

int get_point_geom (int point_index, Cell *cell, double fvalue, Fgeom *point_geom, double *cdata, int disamb_flag)
 
void get_gridpoint (int voxel_index, Cell *cell, Fgeom *vert_geom, double *cdata)
 
void get_edgepoint (int edge_index, Cell *cell, double fvalue, Fgeom *vert_geom, double *cdata)
 
void get_insidepoint (int inside_index, Cell *cell, double fvalue, Fgeom *vert_geom, double *cdata, int disamb_flag)
 
double linear_interpolate (double left, double right, double fvalue)
 
double calc_cross_field (double f00, double f10, double f11, double f01)
 
double facial_average (double f00, double f10, double f11, double f01)
 

Function Documentation

◆ calc_cross_field()

double calc_cross_field ( double  f00,
double  f10,
double  f11,
double  f01 
)

Definition at line 218 of file hecmw_vis_calc_attr.c.

Here is the caller graph for this function:

◆ facial_average()

double facial_average ( double  f00,
double  f10,
double  f11,
double  f01 
)

Definition at line 227 of file hecmw_vis_calc_attr.c.

Here is the caller graph for this function:

◆ get_edgepoint()

void get_edgepoint ( int  edge_index,
Cell cell,
double  fvalue,
Fgeom vert_geom,
double *  cdata 
)

Definition at line 41 of file hecmw_vis_calc_attr.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_gridpoint()

void get_gridpoint ( int  voxel_index,
Cell cell,
Fgeom vert_geom,
double *  cdata 
)

Definition at line 33 of file hecmw_vis_calc_attr.c.

Here is the caller graph for this function:

◆ get_insidepoint()

void get_insidepoint ( int  inside_index,
Cell cell,
double  fvalue,
Fgeom vert_geom,
double *  cdata,
int  disamb_flag 
)

Definition at line 146 of file hecmw_vis_calc_attr.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_point_geom()

int get_point_geom ( int  point_index,
Cell cell,
double  fvalue,
Fgeom point_geom,
double *  cdata,
int  disamb_flag 
)

Definition at line 18 of file hecmw_vis_calc_attr.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ linear_interpolate()

double linear_interpolate ( double  left,
double  right,
double  fvalue 
)

Definition at line 207 of file hecmw_vis_calc_attr.c.

Here is the caller graph for this function: