FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_init.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_INIT_INCLUDED
7 #define HECMW_INIT_INCLUDED
8 
9 extern int HECMW_init(int *argc, char ***argv);
10 extern int HECMW_init_ex(int *argc, char ***argv, const char *ctrlfile);
11 
12 #endif
HECMW_init
int HECMW_init(int *argc, char ***argv)
Definition: hecmw_init.c:24
HECMW_init_ex
int HECMW_init_ex(int *argc, char ***argv, const char *ctrlfile)
I/O and Utility.
Definition: hecmw_init.c:14