FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_s2n_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_S2N_AVERAGE
7 #define INC_HECMW_COUPLE_S2N_AVERAGE
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_couple_weight.h"
11 
13  const struct hecmwST_local_mesh *mesh,
14  const struct hecmw_couple_boundary *boundary);
15 
16 #endif /* INC_HECMW_COUPLE_S2N_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_struct.h
HECMW_couple_s2n_average
struct hecmw_couple_weight_list * HECMW_couple_s2n_average(const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary)
Definition: hecmw_couple_s2n_average.c:184