FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_system.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_SYSTEM_INCLUDED
7 #define HECMW_SYSTEM_INCLUDED
8 
9 #include "hecmw_geometric.h"
10 
12  double xa;
13  double ya;
14  double za;
15  double xb;
16  double yb;
17  double zb;
18  double xc;
19  double yc;
20  double zc;
21 };
22 
23 extern int HECMW_system(struct hecmw_system_param *param,
24  struct hecmw_coord *coord, struct hecmw_coord *result);
25 
26 #endif
int HECMW_system(struct hecmw_system_param *param, struct hecmw_coord *coord, struct hecmw_coord *result)
Definition: hecmw_system.c:12