FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_restart.h File Reference
#include <stdio.h>
Include dependency graph for hecmw_restart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HECMW_restart_open_by_name (char *name_ID)
 
int HECMW_restart_open (void)
 
int HECMW_restart_close (void)
 
void * HECMW_restart_read (void *addr)
 
int HECMW_restart_add (void *data, size_t size)
 
int HECMW_restart_add_int (int *data, int n_data)
 
int HECMW_restart_add_double (double *data, int n_data)
 
int HECMW_restart_write_by_name (char *name_ID)
 
int HECMW_restart_write (void)
 

Function Documentation

◆ HECMW_restart_add()

int HECMW_restart_add ( void *  data,
size_t  size 
)

Definition at line 120 of file hecmw_restart.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_restart_add_double()

int HECMW_restart_add_double ( double *  data,
int  n_data 
)

Definition at line 144 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_add_int()

int HECMW_restart_add_int ( int *  data,
int  n_data 
)

Definition at line 140 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_close()

int HECMW_restart_close ( void  )

Definition at line 59 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_restart_open()

int HECMW_restart_open ( void  )

Definition at line 57 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_open_by_name()

int HECMW_restart_open_by_name ( char *  name_ID)

Definition at line 36 of file hecmw_restart.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_restart_read()

void* HECMW_restart_read ( void *  addr)

Definition at line 84 of file hecmw_restart.c.

Here is the caller graph for this function:

◆ HECMW_restart_write()

int HECMW_restart_write ( void  )

Definition at line 220 of file hecmw_restart.c.

Here is the call graph for this function:

◆ HECMW_restart_write_by_name()

int HECMW_restart_write_by_name ( char *  name_ID)

Definition at line 164 of file hecmw_restart.c.

Here is the caller graph for this function: