FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_io_hec.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_HEC_INCLUDED
7 #define HECMW_IO_HEC_INCLUDED
8 
9 #include <stdio.h>
10 #include "hecmw_struct.h"
11 
12 extern int HECMW_read_entire_mesh(const char *filename);
13 
14 extern struct hecmwST_local_mesh *HECMW_get_entire_mesh(const char *filename);
15 
16 #endif
hecmwST_local_mesh
Definition: hecmw_struct.h:139
HECMW_read_entire_mesh
int HECMW_read_entire_mesh(const char *filename)
Definition: hecmw_io_hec.c:4436
hecmw_struct.h
HECMW_get_entire_mesh
struct hecmwST_local_mesh * HECMW_get_entire_mesh(const char *filename)
Definition: hecmw_io_hec.c:4481