 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef HECMW_RESTART_INCLUDED
7 #define HECMW_RESTART_INCLUDED
int HECMW_restart_add_double(double *data, int n_data)
int HECMW_restart_add_int(int *data, int n_data)
int HECMW_restart_add(void *data, size_t size)
int HECMW_restart_write(void)
int HECMW_restart_write_by_name(char *name_ID)
int HECMW_restart_close(void)
int HECMW_restart_open(void)
int HECMW_restart_open_by_name(char *name_ID)
void * HECMW_restart_read(void *addr)