FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_get_mesh.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_GET_MESH
7 #define INC_HECMW_COUPLE_GET_MESH
8 
9 #include "hecmw_struct.h"
10 
11 extern struct hecmwST_local_mesh *HECMW_couple_get_mesh(char *name_ID,
12  char *unit_ID);
13 
14 #endif /* INC_HECMW_COUPLE_GET_MESH */
HECMW_couple_get_mesh
struct hecmwST_local_mesh * HECMW_couple_get_mesh(char *name_ID, char *unit_ID)
Definition: hecmw_couple_get_mesh.c:17
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h