![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_common.h"
#include "hecmw_gflex.h"
#include "hecmw_io_mesh.h"
Go to the source code of this file.
Functions | |
int | HECMW_read_geofem_mesh (const char *filename) |
struct hecmwST_local_mesh * | HECMW_get_geofem_mesh (const char *filename) |
struct hecmwST_local_mesh* HECMW_get_geofem_mesh | ( | const char * | filename | ) |
int HECMW_read_geofem_mesh | ( | const char * | filename | ) |
Definition at line 667 of file hecmw_io_geofem.c.