FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
11extern 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);
15extern 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 */
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)
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)