FrontISTR
5.7.0
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
11
struct
hecmw_system_param
{
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
hecmw_system_param::zb
double zb
Definition:
hecmw_system.h:20
hecmw_system_param::za
double za
Definition:
hecmw_system.h:17
hecmw_geometric.h
hecmw_system_param::zc
double zc
Definition:
hecmw_system.h:23
hecmw_coord
Definition:
hecmw_geometric.h:9
hecmw_system_param::xb
double xb
Definition:
hecmw_system.h:18
hecmw_system_param::yb
double yb
Definition:
hecmw_system.h:19
hecmw_system_param::xa
double xa
Definition:
hecmw_system.h:15
HECMW_system
int HECMW_system(struct hecmw_system_param *param, struct hecmw_coord *coord, struct hecmw_coord *result)
Definition:
hecmw_system.c:12
hecmw_system_param::xc
double xc
Definition:
hecmw_system.h:21
hecmw_system_param::ya
double ya
Definition:
hecmw_system.h:16
hecmw_system_param::yc
double yc
Definition:
hecmw_system.h:22
hecmw_system_param
Definition:
hecmw_system.h:11
hecmw1
src
common
hecmw_system.h
Generated by
1.8.17