FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_io_put_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 HECMW_IO_PUT_MESH_INCLUDED
7 #define HECMW_IO_PUT_MESH_INCLUDED
8 
9 #include "hecmw_struct.h"
10 
11 extern int HECMW_put_mesh(struct hecmwST_local_mesh *mesh, char *name_ID);
12 
13 #endif
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
HECMW_put_mesh
int HECMW_put_mesh(struct hecmwST_local_mesh *mesh, char *name_ID)
Definition: hecmw_io_put_mesh.c:13