FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_io_nastran.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_NASTRAN_INCLUDED
7 #define HECMW_IO_NASTRAN_INCLUDED
8 
9 #include <stdlib.h>
10 #include <stdio.h>
11 #include <stdarg.h>
12 #include <string.h>
13 #include "hecmw_util.h"
14 
15 extern int HECMW_read_nastran_mesh(const char *filename);
16 
17 extern struct hecmwST_local_mesh *HECMW_get_nastran_mesh(const char *filename);
18 
19 #endif
hecmwST_local_mesh
Definition: hecmw_struct.h:139
HECMW_get_nastran_mesh
struct hecmwST_local_mesh * HECMW_get_nastran_mesh(const char *filename)
Definition: hecmw_io_nastran_dummy.c:34
HECMW_read_nastran_mesh
int HECMW_read_nastran_mesh(const char *filename)
Definition: hecmw_io_nastran_dummy.c:26
hecmw_util.h