FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_dist_alloc.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_DIST_INIT
7 #define INC_HECMW_DIST_INIT
8 
9 #include "hecmw_struct.h"
10 
11 extern struct hecmwST_local_mesh *HECMW_dist_alloc(void);
12 
13 extern int HECMW_dist_init(struct hecmwST_local_mesh *mesh);
14 
15 #endif
HECMW_dist_alloc
struct hecmwST_local_mesh * HECMW_dist_alloc(void)
Definition: hecmw_dist_alloc.c:402
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
HECMW_dist_init
int HECMW_dist_init(struct hecmwST_local_mesh *mesh)
Definition: hecmw_dist_alloc.c:323