FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_judge.h File Reference
#include "hecmw_struct.h"
Include dependency graph for hecmw_couple_judge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HECMW_couple_judge_tet1 (const struct hecmwST_local_mesh *local_mesh, int elem, int surf_id, double coord_px, double coord_py, double coord_pz, double *dot_product, double *distance)
 
int HECMW_couple_judge_hex1 (const struct hecmwST_local_mesh *local_mesh, int elem, int surf_id, double coord_px, double coord_py, double coord_pz, double *dot_product, double *distance)
 

Function Documentation

◆ HECMW_couple_judge_hex1()

int HECMW_couple_judge_hex1 ( const struct hecmwST_local_mesh local_mesh,
int  elem,
int  surf_id,
double  coord_px,
double  coord_py,
double  coord_pz,
double *  dot_product,
double *  distance 
)

Definition at line 198 of file hecmw_couple_judge.c.

◆ HECMW_couple_judge_tet1()

int HECMW_couple_judge_tet1 ( const struct hecmwST_local_mesh local_mesh,
int  elem,
int  surf_id,
double  coord_px,
double  coord_py,
double  coord_pz,
double *  dot_product,
double *  distance 
)

Definition at line 149 of file hecmw_couple_judge.c.