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