![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_common.h"
#include "hecmw_part_struct.h"
#include "hecmw_mesh_hash_sort.h"
#include "hecmw_mesh_edge_info.h"
Go to the source code of this file.
Functions | |
int | HECMW_mesh_edge_info (struct hecmwST_local_mesh *local_mesh, struct hecmw_part_edge_data *edge_data) |
int HECMW_mesh_edge_info | ( | struct hecmwST_local_mesh * | local_mesh, |
struct hecmw_part_edge_data * | edge_data | ||
) |
Definition at line 1203 of file hecmw_mesh_edge_info.c.