FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_dist_free.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_DIST_FREE_INCLUDED
7 #define HECMW_DIST_FREE_INCLUDED
8 
9 #include "hecmw_struct.h"
10 
11 extern void HECMW_dist_clean(struct hecmwST_local_mesh *mesh);
12 
13 extern void HECMW_dist_free(struct hecmwST_local_mesh *mesh);
14 
15 #endif
void HECMW_dist_free(struct hecmwST_local_mesh *mesh)
void HECMW_dist_clean(struct hecmwST_local_mesh *mesh)