FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_io_dist.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_IO_DIST
7 #define INC_HECMW_IO_DIST
8 
9 #include "hecmw_struct.h"
10 
11 extern struct hecmwST_local_mesh *HECMW_get_dist_mesh(char *fname);
12 
13 extern int HECMW_put_dist_mesh(const struct hecmwST_local_mesh *mesh,
14  char *fname);
15 
16 #endif
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
HECMW_get_dist_mesh
struct hecmwST_local_mesh * HECMW_get_dist_mesh(char *fname)
Definition: hecmw_io_dist.c:1662
HECMW_put_dist_mesh
int HECMW_put_dist_mesh(const struct hecmwST_local_mesh *mesh, char *fname)
Definition: hecmw_io_dist.c:2767