#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <stdbool.h>
#include "hecmw_util.h"
#include "hecmw_heclex.h"
#include "hecmw_io_hec.h"
#include "hecmw_io_mesh.h"
#include "hecmw_io_struct.h"
#include "hecmw_struct.h"
#include "hecmw_config.h"
#include "hecmw_system.h"
#include "hecmw_dist.h"
#include "hecmw_dist_print.h"
#include "hecmw_common.h"
#include "hecmw_path.h"
#include "hecmw_conn_conv.h"
Go to the source code of this file.
|
#define | N_READ_FUNC (sizeof(read_func_table) / sizeof(read_func_table[0])) |
|
◆ N_READ_FUNC
#define N_READ_FUNC (sizeof(read_func_table) / sizeof(read_func_table[0])) |
◆ ReadFunc
typedef int(* ReadFunc) (void) |
◆ HECMW_get_entire_mesh()
◆ HECMW_read_entire_mesh()
int HECMW_read_entire_mesh |
( |
const char * |
filename | ) |
|