FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_n2s_average.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_N2S_AVERAGE
7 #define INC_HECMW_COUPLE_N2S_AVERAGE
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_couple_weight.h"
11 #include "hecmw_couple_struct.h"
13 
15  const struct hecmwST_local_mesh *mesh,
16  const struct hecmw_couple_boundary *boundary,
17  const struct hecmw_couple_comm *intracomm,
18  const struct hecmw_couple_intra_iftable *intra_tbl);
19 
20 #endif /* INC_HECMW_COUPLE_N2S_AVERAGE */
hecmw_couple_weight.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_couple_boundary
Definition: hecmw_couple_boundary_info.h:18
hecmw_couple_weight_list
Definition: hecmw_couple_weight.h:17
hecmw_couple_intra_iftable
Definition: hecmw_couple_intra_iftable.h:13
hecmw_struct.h
hecmw_couple_comm
Definition: hecmw_couple_struct.h:12
hecmw_couple_intra_iftable.h
hecmw_couple_struct.h
HECMW_couple_n2s_average
struct hecmw_couple_weight_list * HECMW_couple_n2s_average(const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary, const struct hecmw_couple_comm *intracomm, const struct hecmw_couple_intra_iftable *intra_tbl)
Definition: hecmw_couple_n2s_average.c:270