FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_io_geofem.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_IO_GEOFEM_INCLUDED
7#define HECMW_IO_GEOFEM_INCLUDED
8
9#include <stdio.h>
10#include "hecmw_util.h"
11
12extern int HECMW_read_geofem_mesh(const char *filename);
13
14extern struct hecmwST_local_mesh *HECMW_get_geofem_mesh(const char *filename);
15
16#endif
struct hecmwST_local_mesh * HECMW_get_geofem_mesh(const char *filename)
int HECMW_read_geofem_mesh(const char *filename)