FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_judge.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef INC_HECMW_COUPLE_JUDGE
7 #define INC_HECMW_COUPLE_JUDGE
8 
9 #include "hecmw_struct.h"
10 
11 extern int HECMW_couple_judge_tet1(const struct hecmwST_local_mesh *local_mesh,
12  int elem, int surf_id, double coord_px,
13  double coord_py, double coord_pz,
14  double *dot_product, double *distance);
15 extern int HECMW_couple_judge_hex1(const struct hecmwST_local_mesh *local_mesh,
16  int elem, int surf_id, double coord_px,
17  double coord_py, double coord_pz,
18  double *dot_product, double *distance);
19 
20 #endif /* INC_HECMW_COUPLE_JUDGE */
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: hecmw_couple_judge.c:198
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
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: hecmw_couple_judge.c:149