FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_couple_intra_iftable.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_INTRA_IFTABLE
7#define INC_HECMW_COUPLE_INTRA_IFTABLE
8
9#include "hecmw_struct.h"
10#include "hecmw_couple_comm.h"
12
20};
21
23 struct hecmw_couple_intra_iftable *intra_tbl);
24
26 void);
27
29 const struct hecmwST_local_mesh *mesh,
30 const struct hecmw_couple_boundary *boundary,
31 const struct hecmw_couple_comm *intracomm);
32
33#endif /* INC_HECMW_COUPLE_INTRA_IFTABLE */
struct hecmw_couple_intra_iftable * HECMW_couple_alloc_intra_iftable(void)
struct hecmw_couple_intra_iftable * HECMW_couple_make_intra_iftable(const struct hecmwST_local_mesh *mesh, const struct hecmw_couple_boundary *boundary, const struct hecmw_couple_comm *intracomm)
void HECMW_couple_free_intra_iftable(struct hecmw_couple_intra_iftable *intra_tbl)