FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_couple_s2n_dist_surf.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_S2N_DIST_SURF
7#define INC_HECMW_COUPLE_S2N_DIST_SURF
8
9#include "hecmw_struct.h"
10#include "hecmw_couple_struct.h"
11#include "hecmw_couple_weight.h"
15
17 const struct hecmwST_local_mesh *mesh_src,
18 const struct hecmwST_local_mesh *mesh_dst,
19 const struct hecmw_couple_comm *comm_src,
20 const struct hecmw_couple_comm *comm_dst,
21 const struct hecmw_couple_comm *intercomm,
22 const struct hecmw_couple_boundary *boundary_src,
23 const struct hecmw_couple_boundary *boundary_dst,
24 const struct hecmw_couple_mapped_point *mapped_point,
25 const struct hecmw_couple_inter_iftable *inter_tbl);
26
27#endif /* INC_HECMW_COUPLE_S2N_DIST_SURF */
struct hecmw_couple_weight_list * HECMW_couple_s2n_dist_surf(const struct hecmwST_local_mesh *mesh_src, const struct hecmwST_local_mesh *mesh_dst, const struct hecmw_couple_comm *comm_src, const struct hecmw_couple_comm *comm_dst, const struct hecmw_couple_comm *intercomm, const struct hecmw_couple_boundary *boundary_src, const struct hecmw_couple_boundary *boundary_dst, const struct hecmw_couple_mapped_point *mapped_point, const struct hecmw_couple_inter_iftable *inter_tbl)