FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_mesh_edge_info.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 INC_HECMW_MESH_EDGE_INFO
7#define INC_HECMW_MESH_EDGE_INFO
8
9#include "hecmw_struct.h"
10#include "hecmw_part_struct.h"
11
12extern int HECMW_mesh_edge_info(struct hecmwST_local_mesh *mesh,
13 struct hecmw_part_edge_data *edge_data);
14
15#endif /* INC_HECMW_MESH_EDGE_INFO */
int HECMW_mesh_edge_info(struct hecmwST_local_mesh *mesh, struct hecmw_part_edge_data *edge_data)